Skip to content

Release 4.31

Compare
Choose a tag to compare
@bashtage bashtage released this 28 Apr 14:31
· 93 commits to main since this release
456e15b

This release adds support for formulaic 0.6.0. This version of formulaic makes a significant change to how variables from formulas are translated into DataFrames for use in models. The existing behavior sorts variables. The new behavior respects the order of the variables as they appear. The new behavior will become the default in linearmodels starting in release 5.

To use the new behavior now, add the import

from linearmodels.__future__ import ordering

to the top of your file.