Skip to content

Commit

Permalink
RLS: Final doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Sep 8, 2023
1 parent 419b163 commit 5872028
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions doc/source/changes/5.0.rst
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`.

0 comments on commit 5872028

Please sign in to comment.