Skip to content

Commit 5b816a2

Browse files
committed
Update changes.rst file.
1 parent 8ecb89b commit 5b816a2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/changes.rst

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

44
.. currentmodule:: patsy
55

6+
v0.4.0
7+
------
8+
9+
* Formulas (more precisely, :class:`EvalFactor` objects) now only
10+
keep a reference to the variables required from their environment
11+
instead of the whole environment when the formula was defined.
12+
13+
* Incompatible change: :class:`EvalFactor` does not take an
14+
``eval_env`` argument anymore.
15+
16+
* Incompatible change: the :func:`design_matrix_builders` function now
17+
requires an ``eval_env`` as an additional argument.
18+
619
v0.3.0
720
------
821

0 commit comments

Comments
 (0)