Skip to content

Releases: bashtage/linearmodels

Release 4.19

05 Jan 16:09

Choose a tag to compare

This is a minor release that fixes a wheel-building issue. There are no other changes from 4.18.

Release 4.18

05 Jan 12:41
10d1cc8

Choose a tag to compare

This is a performance and bug-fix release.

  • Improved performance of AbsorbingLS.fit by deferring some operations.
  • Added support for the method available in PyHDFE in AbsorbingLS. These methods can only be used when the variables absorbed are categorical (i.e., fixed-effects only) and when the model is unweighted.
  • Added alternative measures of R-squared using the squared correlation. See PanelResults.corr_squared_overall, PanelResults.corr_squared_within, and PanelResults.corr_squared_between.
  • Added a clustered covariance estimator (ClusteredCovariance) for system regressions.
  • Fixed a bug in kernel_optimal_bandwidth which used incorrect values for a tuning parameter in the bandwidth estimation for the Parzen and Quadratic Spectral kernels.

Release 4.17

04 Feb 09:15
2c8a8fb

Choose a tag to compare

This is a minor release that corrects multiple incorrect type definitions.

Release 4.16

27 Jan 09:51

Choose a tag to compare

This release being two features and some bug fixes:

  • Added FamaMacBethResults which exposes the set of estimated regression coefficients used to construct the model estimator.
  • Added typing to all functions
  • Refactored code to statically type with mypy and fixed some subtle bugs

Release 4.15.4

10 Jan 14:22
6eaaa0c

Choose a tag to compare

This release fixes a small number of bugs, adds new measure of model fit, and provides some essential maintenance:

  • Blackened the code.
  • Added McElroy's and Berndt's measures of system fit.
  • Removed support for Python 3.5 inline with NEP-29.
  • Fixed a bad test that only appeared when packaging from 4.15.3.

Release 4.15.3

09 Jan 16:47

Choose a tag to compare

This release fixes a small number of bugs, adds new measure of model fit, and provides some essential maintenance:

  • Blackened the code.
  • Added McElroy's and Berndt's measures of system fit.
  • Removed support for Python 3.5 inline with NEP-29.
  • Fixed a packing error in 4.15.2

Release 4.15.2

09 Jan 16:25

Choose a tag to compare

This release fixes a small number of bugs, adds new measure of model fit, and provides some essential maintenance:

  • Blackened the code.
  • Added McElroy's and Berndt's measures of system fit.
  • Removed support for Python 3.5 inline with NEP-29.
  • Fixed a packing error in 4.15.1

Release 4.15.1

09 Jan 15:04

Choose a tag to compare

This release fixes a small number of bugs, adds new measure of model fit, and provides some essential maintenance:

  • Blackened the code.
  • Added McElroy's and Berndt's measures of system fit.
  • Removed support for Python 3.5 inline with NEP-29.
  • Fixed a packing error in 4.15

Release 4.15

09 Jan 14:14
0ff07f5

Choose a tag to compare

This release fixes a small number of bugs, adds new measure of model fit, and provides some essential maintenance:

  • Blackened the code.
  • Added McElroy's and Berndt's measures of system fit.
  • Removed support for Python 3.5 inline with NEP-29.

Release 4.14

30 Oct 11:00
d41aeba

Choose a tag to compare

This release fixes a small number of bugs and provides some essential maintenance:

  • Fixed issue where datasets were not installed with wheels.
  • Switched to property-cached to inherit cached property from property.
  • Removed all use pandas.Panel.