Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0.0 #100

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -60,31 +60,33 @@
"name": "Vitaly Davydov",
"avatar_url": "https://avatars.githubusercontent.com/u/2273226?v=4",
"profile": "https://github.com/iwitaly",
"contributions": [
"code",
"doc",
"maintenance",
"review"
]
"contributions": [
"code",
"doc",
"maintenance",
"review"
]
},
{
"login": "yarnabrina",
"name": "Anirban Ray",
"avatar_url": "https://avatars.githubusercontent.com/u/39331844?v=4",
"profile": "https://github.com/yarnabrina",
"contributions": [
"code",
"maintenance"
]
"contributions": [
"code",
"maintenance"
]
},
{
"login": "Alex-JG3",
"name": "Alex",
"avatar_url": "https://avatars.githubusercontent.com/u/49785867?v=4",
"profile": "https://github.com/Alex-JG3",
"contributions": [
"bug",
"code",
"ideas"
"ideas",
"review"
]
}
]
Expand Down
19 changes: 5 additions & 14 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,16 @@ You can also subscribe to ``skpro``'s

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

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

Re-release of ``skpro``, newly rearchitected using ``skbase``.
Re-release of ``skpro``, newly rearchitected using ``skbase``!

Highlights
----------
Try out ``skpro v2`` on `Binder <https://mybinder.org/v2/gh/sktime/skpro/main?filepath=examples>`_!

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

Fixes
-----

Documentation
-------------
Contributions, bug reports, and feature requests are welcome on the `issue tracker <https://github.com/sktime/skpro/issues>`_

Maintenance
-----------
or on the `community Discord <https://discord.com/invite/54ACzaFsn7>`_.

Contributors
------------
Expand Down