File tree Expand file tree Collapse file tree 4 files changed +37
-2
lines changed Expand file tree Collapse file tree 4 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Changelogs and release notes for all scikit-learn releases are linked in this pa
15
15
.. toctree ::
16
16
:maxdepth: 2
17
17
18
+ whats_new/v1.8.rst
18
19
whats_new/v1.7.rst
19
20
whats_new/v1.6.rst
20
21
whats_new/v1.5.rst
Original file line number Diff line number Diff line change
1
+ .. include :: _contributors.rst
2
+
3
+ .. currentmodule :: sklearn
4
+
5
+ .. _release_notes_1_8 :
6
+
7
+ ===========
8
+ Version 1.8
9
+ ===========
10
+
11
+ ..
12
+ -- UNCOMMENT WHEN 1.8.0 IS RELEASED --
13
+ For a short description of the main highlights of the release, please refer to
14
+ :ref:`sphx_glr_auto_examples_release_highlights_plot_release_highlights_1_7_0.py`.
15
+
16
+
17
+ ..
18
+ DELETE WHEN 1.8.0 IS RELEASED
19
+ Since October 2024, DO NOT add your changelog entry in this file.
20
+ ..
21
+ Instead, create a file named `<PR_NUMBER>.<TYPE>.rst` in the relevant sub-folder in
22
+ `doc/whats_new/upcoming_changes/`. For full details, see:
23
+ https://github.com/scikit-learn/scikit-learn/blob/main/doc/whats_new/upcoming_changes/README.md
24
+
25
+ .. include :: changelog_legend.inc
26
+
27
+ .. towncrier release notes start
28
+
29
+ .. rubric :: Code and documentation contributors
30
+
31
+ Thanks to everyone who has contributed to the maintenance and improvement of
32
+ the project since version 1.7, including:
33
+
34
+ TODO: update at the time of the release.
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ ignore-words = "build_tools/codespell_ignore_words.txt"
281
281
282
282
[tool .towncrier ]
283
283
package = " sklearn"
284
- filename = " doc/whats_new/v1.7 .rst"
284
+ filename = " doc/whats_new/v1.8 .rst"
285
285
single_file = true
286
286
directory = " doc/whats_new/upcoming_changes"
287
287
issue_format = " :pr:`{issue}`"
Original file line number Diff line number Diff line change 42
42
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
43
43
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
44
44
#
45
- __version__ = "1.7 .dev0"
45
+ __version__ = "1.8 .dev0"
46
46
47
47
48
48
# On OSX, we can get a runtime error due to multiple OpenMP libraries loaded
You can’t perform that action at this time.
0 commit comments