Commits
Click on a commit to change the comparison rangefix: return 0-D array instead of scalar in reduce() and var()2 months ago
by Abineshabee fix: update mean() docstring and fix einsum performance regression1 month ago
by Abineshabee fix: use fill_value check instead of todense() in nanmax/nanmin NaN detection1 month ago
by Abineshabee Update fixes and benchmark analysis1 month ago
by Abineshabee fix: resolve doctest failures and ensure 0-D array reduction outputs1 month ago
by Abineshabee refactor: extract _contains_nan() helper, simplify nanmax/nanmin NaN check1 month ago
by Abineshabee