We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336383a commit ae3e8cbCopy full SHA for ae3e8cb
doc/changes.rst
@@ -8,6 +8,12 @@ All Patsy releases are archived at Zenodo:
8
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.592075.svg
9
:target: https://doi.org/10.5281/zenodo.592075
10
11
+v0.5.5
12
+------
13
+
14
+* Handle deprecation of `_is_categorical_dtype` in `pandas`.
15
+* Replace `numpy.issubsctype` usage with `numpy.issubdtype` for compatibility with `numpy` 2.0.
16
17
v0.5.4
18
------
19
patsy/version.py
@@ -17,4 +17,4 @@
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
# 1.0.0.)
20
-__version__ = "0.5.4"
+__version__ = "0.5.5"
0 commit comments