Skip to content

Release 4.26

Compare
Choose a tag to compare
@bashtage bashtage released this 31 Mar 16:58
· 234 commits to main since this release

This is a minor release that addresses two issues:

  • Fixed a bug in linearmodels.iv.model.IV2SLS and related models where linearmodels.iv.model.IV2SLS.predict would produce NaN values when exog and endog had different indices. An IndexWarning is now shown.
  • Added stacklevel to all warnings to improve the accuracy of warning location.