Release 4.26
This is a minor release that addresses two issues:
- Fixed a bug in
linearmodels.iv.model.IV2SLS
and related models wherelinearmodels.iv.model.IV2SLS.predict
would produceNaN
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.