Skip to content

Commit 2e69df2

Browse files
committed
v0.5.1 release notes
1 parent 0f47d2d commit 2e69df2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@ More examples:
114114

115115
## Changelog
116116

117+
### Version 0.5.1
118+
119+
* Update to Cython 3.0.0a11 for compatibility with Python 3.11.
120+
Add `arrow.pxd` to work around a Cython 3.0.0 bug.
121+
* Stop using deprecated `numpy.distutils` to avoid warnings and prepare for its
122+
removal in Python 3.12.
123+
* Make `test_arrow.py --plot` compatible with Python 3.
124+
* Fix `PytestReturnNotNoneWarning` warnings from pytest 7.2.0.
125+
117126
### Version 0.5.0
118127

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

0 commit comments

Comments
 (0)