-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
.. warning:: | ||
|
||
Version 5.0 changes the sorting order for models created using formulas. | ||
Variables will appear in results in the same order they are entered in | ||
the formula string. | ||
|
||
Version 5.2 | ||
----------- | ||
* Fixed a bug that affected dropping absorbed regressors when using weights (:issue:`546`). | ||
* Improved the licensing information (:issue:`545`). | ||
* Improved compatability with recent pandas (:issue:`548`). | ||
|
||
Version 5.1 | ||
----------- | ||
* Fixed a bug that affected the counting of the number of entities and time periods | ||
in panel models (:issue:`534`). | ||
|
||
Version 5.0 | ||
------------ | ||
|
||
* Increased minimums: | ||
|
||
- Python: 3.9 | ||
- formulaic: 0.6.1 | ||
- NumPy: 1.19.0 | ||
- SciPy: 1.5.0 | ||
- pandas: 1.1.0 | ||
- statsmodels: 0.12.0 | ||
|
||
* Switched variable ordering by default. Importing ``linearmodels.__future__.ordering`` | ||
is a no-op, and has no effect. | ||
* Removed dependence on property-cached in favor of :meth:`functools.cached_property`. | ||
.. warning:: | ||
|
||
Version 5.0 changes the sorting order for models created using formulas. | ||
Variables will appear in results in the same order they are entered in | ||
the formula string. | ||
|
||
Version 5.2 | ||
----------- | ||
* Fixed a bug that affected dropping absorbed regressors when using weights (:issue:`546`). | ||
* Improved the licensing information (:issue:`545`). | ||
* Improved compatibility with recent pandas (:issue:`548`). | ||
|
||
Version 5.1 | ||
----------- | ||
* Fixed a bug that affected the counting of the number of entities and time periods | ||
in panel models (:issue:`534`). | ||
|
||
Version 5.0 | ||
------------ | ||
|
||
* Increased minimums: | ||
|
||
- Python: 3.9 | ||
- formulaic: 0.6.1 | ||
- NumPy: 1.19.0 | ||
- SciPy: 1.5.0 | ||
- pandas: 1.1.0 | ||
- statsmodels: 0.12.0 | ||
|
||
* Switched variable ordering by default. Importing ``linearmodels.__future__.ordering`` | ||
is a no-op, and has no effect. | ||
* Removed dependence on property-cached in favor of :meth:`functools.cached_property`. |