We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecb89b commit 5b816a2Copy full SHA for 5b816a2
doc/changes.rst
@@ -3,6 +3,19 @@ Changes
3
4
.. currentmodule:: patsy
5
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
19
v0.3.0
20
------
21
0 commit comments