Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Oct 8, 2024
1 parent d5a3083 commit 220a380
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,26 @@ Also contains:
Dependency changes
~~~~~~~~~~~~~~~~~~

* ``skpro`` is now compatible with ``python 3.13``.
* ``scikit-base`` bounds have been updated to ``>=0.6.1,<0.12.0``.
* ``polars`` (data container soft dependency) bounds have been updated to ``<1.10.0``.

Enhancements
~~~~~~~~~~~~

* [ENH] online update capability for probabilistic regressors (:pr:`462`) :user:`fkiraly`
* [ENH] online refitting strategy after N data points (:pr:`469`) :user:`fkiraly`
* [ENH] ``datatypes`` examples - docstrings, deepcopy (:pr:`466`) :user:`fkiraly`
* [ENH] sync proba predict utils with ``sktime`` (:pr:`465`) :user:`fkiraly`
* [ENH] minor refactor - remove unnecessary `__init__` methods in `datatypes` module (:pr:`475`) :user:`fkiraly`

Maintenance
~~~~~~~~~~~
* [MNT] differential testing - handle non-package changes in `pyproject.toml` by @fkiraly in https://github.com/sktime/skpro/pull/472

* [MNT] ``python 3.13`` support, add ``3.13`` to CI test matrix (:pr:`471`) :user:`fkiraly`
* [MNT] differential testing - handle non-package changes in ``pyproject.toml`` (:pr:`472`) :user:`fkiraly`
* [MNT] [Dependabot](deps): Update ``scikit-base`` requirement from ``<0.10.0,>=0.6.1`` to ``>=0.6.1,<0.12.0`` (:pr:`468`) :user:`dependabot[bot]`
* [MNT] [Dependabot](deps): Update ``polars`` requirement from ``<1.7.0`` to ``<1.10.0`` (:pr:`473`) :user:`dependabot[bot]`


[2.6.0] - 2024-09-08
Expand Down

0 comments on commit 220a380

Please sign in to comment.