Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Release notes for Numexpr 2.8 series
Changes from 2.8.1 to 2.8.2
---------------------------

* TODO
=======
* Due to the removal of the array flag `NPY_ARRAY_UPDATEIFCOPY`, it's possible for
older versions of NumExpr (<= 2.8.1) to fail to compile against NumPy >= 1.23.0.
This flag was removed with no observed change in behavior. The branch of code
Expand All @@ -16,7 +18,6 @@ Changes from 2.8.1 to 2.8.2
*



Changes from 2.8.0 to 2.8.1
---------------------------

Expand Down