We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81b4bcc + 8d4d0be commit 6ec8547Copy full SHA for 6ec8547
README.md
@@ -132,7 +132,6 @@ regression. Currently only the single variable IV estimators are polished.
132
133
### Running
134
135
-
136
- Python 3.9+
137
- NumPy (1.19+)
138
- SciPy (1.5+)
doc/source/index.rst
@@ -5,14 +5,6 @@
5
:align: left
6
:alt: linearmodels logo
7
8
9
-.. warning::
10
11
- The next version of linearmodels will be 5.0 and will change the default sorting order
12
- for models created using formulas. You can use the new behavior by adding
13
- ``from linearmodels.__future__ import ordering`` to your code. This
14
- version will increase the minimum version of formulaic to 0.6.0.
15
16
.. note::
17
18
`Stable documentation <https://bashtage.github.io/linearmodels/>`_ for the latest release
0 commit comments