docs/source/release/version0.10.1.rst
:orphan:
This is a bug fix-only release
Besides receiving contributions for new and improved features and for bugfixes, important contributions to general maintenance for this release came from
and the general maintainer and code reviewer
These lists of names are automatically generated based on git log, and may not be complete.
The following Pull Requests were merged since the last release:
5784: MAINT: implement parts of #5220, deprecate ancient aliases5892: BUG: fix pandas compat5893: BUG: exponential smoothing - damped trend gives incorrect param, predictions5895: DOC: improvements to BayesMixedGLM docs, argument checking5897: MAINT: Use pytest.raises to check error message5903: BUG: Fix kwargs update bug in linear model fit_regularized5917: BUG: TVTP for Markov regression5921: BUG: Ensure exponential smoothers has continuous double data5930: BUG: Limit lags in KPSS5933: MAINT: Fix test that fails with positive probability5935: CLN: port parts of #52205940: MAINT: Fix linting failures5944: BUG: Restore ResettableCache5951: BUG: Fix mosaic plot with missing category5971: BUG: Fix a future issue in ExpSmooth