You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Protect _constraints from elementwise equality.
* Protect cube.py from elementwise equality.
* Fix dumb Constraint eq mistake.
* Protect util from elementwise equality.
* Correct return type for masked_array_equal.
* Protect _structured_array_identitication from elementwise equality.
* Fixes for saver.py
* Protect pp.py from elementwise equality.
* Protect pp_load_rules from elementwise equality.
* Revert "Protect pp.py from elementwise equality."
This reverts commit 864f0d7.
* Protect _concatenate from elementwise NOT equality.
* Protect _constraints from elementwise NOT equality.
* Protect coords.py from elementwise NOT equality.
* Protect cube.py from elementwise NOT equality.
* Protect util from elementwise NOT equality.
* Add structured array test for NumPy elementwise broadcasting error.
* Extra updates for pp_load_rules.py
* What's New entry.
* Expose users to array comparison errors when requested directly, including helpful errors.
* Back out new support for NumPy arrays in AttributeConstraint - inappropriate for patch release.
* Revert change to intersection edge_wrap - will never be comparing 2 arrays.
* Add test coverage for structured array eq with incompatible shapes.
* Test coverage for broadcasting errors in pp_load_rules.
* Common code for comparing attributes in case np arrays.
* Temporary fix for TestLicenseHeaders.
* Don't create a file when testing describe_diff.
* Final tests for attribute comparison.
* Fix any versus all confusion.
* Temporary Nox negation pin - see wntrblm/nox#961. (#6441)
---------
Co-authored-by: ukmo-ccbunney <[email protected]>
0 commit comments