Skip to content

Commit

Permalink
Release 2.4.1 (#411)
Browse files Browse the repository at this point in the history
Release PR for 2.4.1

* changelog
* version bump
  • Loading branch information
fkiraly authored Jun 26, 2024
1 parent 8b9860a commit 8cf1aaa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a href="https://skpro.readthedocs.io/en/latest"><img src="https://github.com/sktime/skpro/blob/main/docs/source/images/skpro-banner.png" width="500" align="right" /></a>

:rocket: **Version 2.4.0 out now!** [Read the release notes here.](https://skpro.readthedocs.io/en/latest/changelog.html).
:rocket: **Version 2.4.1 out now!** [Read the release notes here.](https://skpro.readthedocs.io/en/latest/changelog.html).

`skpro` is a library for supervised probabilistic prediction in python.
It provides `scikit-learn`-like, `scikit-base` compatible interfaces to:
Expand Down
7 changes: 6 additions & 1 deletion docs/source/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"url": "https://skpro.readthedocs.io/en/latest/"
},
{
"name": "2.4.0 (stable)",
"name": "2.4.1 (stable)",
"version": "stable",
"url": "https://skpro.readthedocs.io/en/v2.4.1/"
},
{
"name": "2.4.0",
"version": "stable",
"url": "https://skpro.readthedocs.io/en/v2.4.0/"
},
Expand Down
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ For planned changes and upcoming releases, see roadmap in the
`issue tracker <https://github.com/sktime/skpro/issues>`_.


[2.4.1] - 2024-06-26
====================

Maintenance hotfix release with ``scipy 1.14.X`` compatibility.


[2.4.0] - 2024-06-23
====================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "skpro"
version = "2.4.0"
version = "2.4.1"
description = "A unified framework for probability distributions and probabilistic supervised regression"
authors = [
{name = "skpro developers", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion skpro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""skpro."""

__version__ = "2.4.0"
__version__ = "2.4.1"

__all__ = ["show_versions"]

Expand Down

0 comments on commit 8cf1aaa

Please sign in to comment.