docs/source/release/version0.14.1.rst
:orphan:
statsmodels is using github to store the updated documentation. Two version are available:
Stable <https://www.statsmodels.org/>_, the latest releaseDevelopment <https://www.statsmodels.org/devel/>_, the latest build of the main branchWarning
API stability is not guaranteed for new features, although even in this case changes will be made in a backwards compatible way if possible. The stability of a new feature depends on how much time it was already in statsmodels main and how much usage it has already seen. If there are specific known problems or limitations, then they are mentioned in the docstrings.
Issues Closed: 41
Pull Requests Merged: 22
This is a bug-fix and compatability focused release. There are two enhancements to the graphics module.
The following lists the main new features of statsmodels 0.14.1. In addition, release 0.14.1 includes bug fixes, refactorings and improvements in many areas.
Performance
- Faster computation of revision impacts (:pr:`8937`)
``backport``
~~~~~~~~~~~~
- Mnlogit wald tests, ravel, string cov_names (:pr:`8907`)
``base``
~~~~~~~~
- Mnlogit wald tests, ravel, string cov_names (:pr:`8907`)
``discrete``
~~~~~~~~~~~~
- Mnlogit wald tests, ravel, string cov_names (:pr:`8907`)
``distributions``
CopulaDistribution (:pr:8946)genmod
- Add get_margeff to GLM (:pr:`8889`)
``graphics``
8963)8782)8783:)8881)maintenance
- Update nightly location (:pr:`8939`)
- Make changes for deprecations (:pr:`8940`)
- Switch from == to is for type comparrison (:pr:`8988`)
- Insert some initial NumPy caps (:pr:`8989`)
- Block pandas 2.1.0 (:pr:`8990`)
``regression``
~~~~~~~~~~~~~~
- Correct typo in WLS.loglike docstring (:pr:`8900`)
``stats``
~~~~~~~~~
- 2-sample z-test unequal variances case (:pr:`8959`)
``tsa``
~~~~~~~
- Ccf to optionally return confidence intervals (:pr:`8782`)
- Fix inconsistency in `var_model.py` (:pr:`8948`)
``tsa.statespace``
8937)A new issue label type-bug-wrong indicates bugs that cause that incorrect
numbers are returned without warnings.
(Regular bugs are mostly usability bugs or bugs that raise an exception for
unsupported use cases.)
see tagged issues <https://github.com/statsmodels/statsmodels/issues?q=is%3Aissue+label%3Atype-bug-wrong+is%3Aclosed+milestone%3A0.14>_
See github issues for a list of bug fixes included in this release
Closed bugs <https://github.com/statsmodels/statsmodels/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+milestone%3A0.14+label%3Atype-bug>_Closed bugs (wrong result) <https://github.com/statsmodels/statsmodels/pulls?q=is%3Apr+is%3Amerged+milestone%3A0.14+label%3Atype-bug-wrong>_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
Additionally, many users contributed by participation in github issues and providing feedback.
Thanks to all of the contributors for the 0.14.1 release (based on git log):
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:
8782: ENH/TST: ccf to optionally return confidence intervals8783: ENH: Plot cross-correlations and auto/cross-correlation matrix8881: ENH: plot prediction curve over scatter in GLMGamResults.plot_partial8886: DOC: Correct links to notebooks8900: DOC: correct typo in WLS.loglike docstring8907: BUG: mnlogit wald tests, ravel, string cov_names8930: MAINT: Remove deprecated utility8932: CLN: Fix typos8939: MAINT: Update nightly location8940: MAINT: Make changes for deprecations8941: DOC: Add install instructions for nightly8942: BUG: Writing read-only arry on pandas 2/CoW8946: DOC: correct signature of CopulaDistribution8948: DOC: fix inconsistency in var_model.py8963: DOC: Fix inclusion of plots8974: DOC: Include correct plot in scatter_ellipse8988: STY: Switch from == to is for type comparrison8989: MAINT: Insert some initial NumPy caps8990: MAINT: Block pandas 2.1.0