Skip to content

Commit 8546450

Browse files
0.5.6
1 parent 8fa8597 commit 8546450

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/changes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All Patsy releases are archived at Zenodo:
88
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.592075.svg
99
:target: https://doi.org/10.5281/zenodo.592075
1010

11+
v0.5.6
12+
------
13+
14+
* Avoid using deprecated `is_categorical_dtype` from `pandas` at all in pandas >=0.25.
15+
* Avoid using deprecated `numpy.row_stack` in favor of `numpy.vstack`.
16+
1117
v0.5.5
1218
------
1319

patsy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
1818
# 1.0.0.)
1919

20-
__version__ = "0.5.5"
20+
__version__ = "0.5.6"

0 commit comments

Comments
 (0)