Commits
Click on a commit to change the comparison rangefix: return 0-D array instead of scalar in reduce() and var()30 days ago
by Abineshabee fix: update mean() docstring and fix einsum performance regression24 days ago
by Abineshabee fix: use fill_value check instead of todense() in nanmax/nanmin NaN detection23 days ago
by Abineshabee Update fixes and benchmark analysis22 days ago
by Abineshabee fix: resolve doctest failures and ensure 0-D array reduction outputs18 days ago
by Abineshabee refactor: extract _contains_nan() helper, simplify nanmax/nanmin NaN check18 days ago
by Abineshabee