Release 0.10.2#

Release summary#

This is a bug release and adds compatibility with Python 3.8.

Development summary and credits#

Besides receiving contributions for new and improved features and for bugfixes, important contributions to general maintenance for this release came from

  • Chad Fulton

  • Qingqing Mao

  • Diego Mazon

  • Brock Mendel

  • Guglielmo Saggiorato

  • Kevin Sheppard

  • Tim Staley

Merged Pull Requests#

The following Pull Requests were merged since the last release:

  • PR #5935: CLN: port parts of #5220

  • PR #5951: BUG: Fix mosaic plot with missing category

  • PR #5996: BUG: Limit lags in KPSS

  • PR #5998: Replace alpha=0.05 with alpha=alpha

  • PR #6030: Turn relative import into an absolute import

  • PR #6044: DOC: Fix notebook due to pandas index change

  • PR #6046: DOC: Remove DynamicVAR

  • PR #6091: MAINT/SEC: Remove unnecessary pickle use

  • PR #6092: MAINT: Ensure r download cache works

  • PR #6093: MAINT: Fix new cache name

  • PR #6117: BUG: Remove extra LICENSE.txt and setup.cfg

  • PR #6105: Update correlation_tools.py

  • PR #6050: BUG: MLEModel now passes nobs to Representation

  • PR #6205: MAINT: Exclude pytest-xdist 1.30

  • PR #6246: TST: Add Python 3.8 environment