Skip to content

Commit

Permalink
v0.5.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
1fish2 committed Dec 20, 2022
1 parent 0f47d2d commit 2e69df2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ More examples:

## Changelog

### Version 0.5.1

* Update to Cython 3.0.0a11 for compatibility with Python 3.11.
Add `arrow.pxd` to work around a Cython 3.0.0 bug.
* Stop using deprecated `numpy.distutils` to avoid warnings and prepare for its
removal in Python 3.12.
* Make `test_arrow.py --plot` compatible with Python 3.
* Fix `PytestReturnNotNoneWarning` warnings from pytest 7.2.0.

### Version 0.5.0

* Add the arrow_hang unit test which catches a nasty edge-case (Issue #48),
Expand Down

0 comments on commit 2e69df2

Please sign in to comment.