Skip to content

Commit f61bffd

Browse files
committed
Bump version to 0.5.0
1 parent a5b54c2 commit f61bffd

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

doc/changes.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ Changes
44
.. currentmodule:: patsy
55

66
v0.5.0 (not yet released)
7-
------
7+
-------------------------
88

99
* Dropped support for Python 2.6 and 3.3.
10+
* Update to keep up with ``pandas`` API changes
11+
* More consistent handling of degenerate linear constraints in
12+
:meth:`DesignInfo.linear_constraint` (`#89
13+
<https://github.com/pydata/patsy/issues/89>`__)
14+
* Fix a crash in ``DesignMatrix.__repr__`` when ``shape[0] == 0``
1015

1116
v0.4.1
1217
------

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
# Add any Sphinx extension module names here, as strings. They can be extensions
6060
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
61-
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.pngmath',
61+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.imgmath',
6262
'sphinx.ext.intersphinx',
6363
'IPython.sphinxext.ipython_directive',
6464
'IPython.sphinxext.ipython_console_highlighting',

patsy/version.py

Lines changed: 1 addition & 1 deletion
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.4.1+dev"
20+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)