We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f47d2d commit 2e69df2Copy full SHA for 2e69df2
1 file changed
README.md
@@ -114,6 +114,15 @@ More examples:
114
115
## Changelog
116
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
126
### Version 0.5.0
127
128
* Add the arrow_hang unit test which catches a nasty edge-case (Issue #48),
0 commit comments