-
Notifications
You must be signed in to change notification settings - Fork 45
Release 1.0.0 #545
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 1.0.0 #545
Changes from all commits
45fa6f3
f9b57dc
c871890
4116391
20a0ccc
f42685f
706814e
e505d4e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,12 @@ | |
| "url": "https://skbase.readthedocs.io/en/latest/" | ||
| }, | ||
| { | ||
| "name": "0.13.2 (stable)", | ||
| "name": "1.0.0 (stable)", | ||
| "version": "stable", | ||
| "url": "https://skbase.readthedocs.io/en/v1.0.0/" | ||
| }, | ||
| { | ||
| "name": "0.13.2", | ||
| "version": "stable", | ||
| "url": "https://skbase.readthedocs.io/en/v0.13.2/" | ||
| }, | ||
|
Comment on lines
+12
to
16
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,4 +7,4 @@ | |
| sktime design principles in your project. | ||
| """ | ||
|
|
||
| __version__: str = "0.13.2" | ||
| __version__: str = "1.0.0" | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entry is labeled
stablevia theversionfield but links to/en/v1.0.0/. Indocs/source/conf.py,READTHEDOCS_VERSIONis used as the switcher match, so stable builds typically use thestableslug and should point to/en/stable/. Consider either changing this URL to the stable docs URL, or adding a separatev1.0.0entry (withversion: "v1.0.0") and keeping thestableentry pointing at/en/stable/.