Skip to content

Commit

Permalink
Future proof code
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Oct 31, 2022
1 parent 4776bb9 commit 687d723
Show file tree
Hide file tree
Showing 33 changed files with 3,338 additions and 2,421 deletions.
33 changes: 2 additions & 31 deletions docs/source/release/version0.13.3.rst
Expand Up @@ -30,45 +30,16 @@ Stats

The Highlights
==============


What's new - an overview
========================

The following lists the main new features of statsmodels 0.13.3. In addition,
release 0.13.3 includes bug fixes, refactorings and improvements in many areas.
This is a Python 3.11 compatability release only. There are no significant
new features or bug fixes.

Submodules
----------


``maintenance``
~~~~~~~~~~~~~~~
- Backport Python 3.11 to 0.13.x branch (:pr:`8484`)





bug-wrong
---------

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.13.3/>`_


Major Bugs Fixed
================

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.13.3+label%3Atype-bug/>`_
- `Closed bugs (wrong result) <https://github.com/statsmodels/statsmodels/pulls?q=is%3Apr+is%3Amerged+milestone%3A0.13.3+label%3Atype-bug-wrong/>`_


Development summary and credits
===============================

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Expand Up @@ -7,6 +7,7 @@ oldest-supported-numpy>=2022.4.18
matplotlib>=3
colorama
joblib
Jinja2
# Remove due to failures on azure CI
# cvxopt; os_name != "win32"

Expand Down
4 changes: 2 additions & 2 deletions statsmodels/sandbox/distributions/__init__.py
@@ -1,4 +1,4 @@
'''temporary location for enhancements to scipy.stats
"""temporary location for enhancements to scipy.stats
includes
^^^^^^^^
Expand All @@ -20,4 +20,4 @@
mixed status : from not-working to well-tested
'''
"""

0 comments on commit 687d723

Please sign in to comment.