Skip to content

Commit

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

* finalized release notes
* version bump is not necessary, has happened previously
  • Loading branch information
fkiraly committed Oct 8, 2023
1 parent b18d08e commit 7dd7ce3
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/source/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"version": "latest",
"url": "https://skpro.readthedocs.io/en/latest/"
},
{
"name": "2.0.1 (stable)",
"version": "stable",
"url": "https://skpro.readthedocs.io/en/v2.0.1/"
}
{
"name": "2.0.0",
"version": "v2.0.0",
Expand Down
32 changes: 32 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,38 @@ You can also subscribe to ``skpro``'s

For planned changes and upcoming releases, see our :ref:`roadmap`.

[2.0.1] - 2023-10-08
====================

Release with minor maintenance actions and enhancements.

Enhancements
------------

* [ENH] basic "test all estimators" suite (:pr:`89`) :user:`fkiraly`

Documentation
-------------

* [DOC] improvements to notebook 1 (:pr:`106`) :user:`fkiraly`

Maintenance
-----------

* [MNT] address deprecation of ``skbase.testing.utils.deep_equals`` (:pr:`111`) :user:`fkiraly`
* [MNT] activate ``dependabot`` for version updates and maintenance (:pr:`110`) :user:`fkiraly`
* [MNT] [Dependabot](deps): Bump styfle/cancel-workflow-action from 0.9.1 to 0.12.0
(:pr:`113`) :user:`dependabot`
* [MNT] [Dependabot](deps): Bump actions/dependency-review-action from 1 to 3
(:pr:`114`) :user:`dependabot`
* [MNT] [Dependabot](deps): Bump actions/checkout from 3 to 4
(:pr:`115`) :user:`dependabot`
* [MNT] [Dependabot](deps): Bump actions/download-artifact from 2 to 3
(:pr:`116`) :user:`dependabot`
* [MNT] [Dependabot](deps): Bump actions/upload-artifact from 2 to 3
(:pr:`117`) :user:`dependabot`


[2.0.0] - 2023-09-13
====================

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.0.0"
version = "2.0.1"
description = "A unified framework for probability distributions and probabilistic supervised regression"
authors = [
{name = "skpro developers", email = "sktime.toolbox@gmail.com"},
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.0.0"
__version__ = "2.0.1"

__all__ = ["show_versions"]

Expand Down

0 comments on commit 7dd7ce3

Please sign in to comment.