diff --git a/doc/source/changes/5.0.rst b/doc/source/changes/5.0.rst index e0cb9e0d2a..335290aeff 100644 --- a/doc/source/changes/5.0.rst +++ b/doc/source/changes/5.0.rst @@ -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`. \ No newline at end of file +.. 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`.