Skip to content

Commit 870d680

Browse files
committed
Document integer fixes in changes.rst
1 parent 2288fdf commit 870d680

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/changes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Changes
33

44
.. currentmodule:: patsy
55

6+
v0.4.1
7+
------
8+
9+
Bug fixes:
10+
11+
* Accept ``long`` as a valid integer type in the new
12+
:class:`DesignInfo` classes. In particular this fixes errors that
13+
arise on 64-bit Windows builds (where ``ndarray.shape`` contains
14+
``long`` objects), like ``ValueError: For numerical factors,
15+
num_columns must be an int.``
16+
617
v0.4.0
718
------
819

0 commit comments

Comments
 (0)