There is a newer version of the record available.

Published April 28, 2023 | Version v4.31
Software Open

bashtage/linearmodels: Release 4.31

Description

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.

Files

bashtage/linearmodels-v4.31.zip

Files (1.8 MB)

Name Size Download all
md5:2ac0185e961df86b3658ec4a820abea6
1.8 MB Preview Download

Additional details

Related works