File tree 1 file changed +32
-32
lines changed 1 file changed +32
-32
lines changed Original file line number Diff line number Diff line change 1
- .. warning ::
2
-
3
- Version 5.0 changes the sorting order for models created using formulas.
4
- Variables will appear in results in the same order they are entered in
5
- the formula string.
6
-
7
- Version 5.2
8
- -----------
9
- * Fixed a bug that affected dropping absorbed regressors when using weights (:issue: `546 `).
10
- * Improved the licensing information (:issue: `545 `).
11
- * Improved compatability with recent pandas (:issue: `548 `).
12
-
13
- Version 5.1
14
- -----------
15
- * Fixed a bug that affected the counting of the number of entities and time periods
16
- in panel models (:issue: `534 `).
17
-
18
- Version 5.0
19
- ------------
20
-
21
- * Increased minimums:
22
-
23
- - Python: 3.9
24
- - formulaic: 0.6.1
25
- - NumPy: 1.19.0
26
- - SciPy: 1.5.0
27
- - pandas: 1.1.0
28
- - statsmodels: 0.12.0
29
-
30
- * Switched variable ordering by default. Importing ``linearmodels.__future__.ordering ``
31
- is a no-op, and has no effect.
32
- * Removed dependence on property-cached in favor of :meth: `functools.cached_property `.
1
+ .. warning ::
2
+
3
+ Version 5.0 changes the sorting order for models created using formulas.
4
+ Variables will appear in results in the same order they are entered in
5
+ the formula string.
6
+
7
+ Version 5.2
8
+ -----------
9
+ * Fixed a bug that affected dropping absorbed regressors when using weights (:issue: `546 `).
10
+ * Improved the licensing information (:issue: `545 `).
11
+ * Improved compatibility with recent pandas (:issue: `548 `).
12
+
13
+ Version 5.1
14
+ -----------
15
+ * Fixed a bug that affected the counting of the number of entities and time periods
16
+ in panel models (:issue: `534 `).
17
+
18
+ Version 5.0
19
+ ------------
20
+
21
+ * Increased minimums:
22
+
23
+ - Python: 3.9
24
+ - formulaic: 0.6.1
25
+ - NumPy: 1.19.0
26
+ - SciPy: 1.5.0
27
+ - pandas: 1.1.0
28
+ - statsmodels: 0.12.0
29
+
30
+ * Switched variable ordering by default. Importing ``linearmodels.__future__.ordering ``
31
+ is a no-op, and has no effect.
32
+ * Removed dependence on property-cached in favor of :meth: `functools.cached_property `.
You can’t perform that action at this time.
0 commit comments