Skip to content

Commit d652551

Browse files
authored
DOC reorder what's new 1.0 (scikit-learn#19245)
1 parent 468c3f4 commit d652551

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

doc/whats_new/v1.0.rst

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,6 @@ Changelog
4444
:pr:`123456` by :user:`Joe Bloggs <joeongithub>`.
4545
where 123456 is the *pull request* number, not the issue number.
4646
47-
:mod:`sklearn.feature_extraction`
48-
.................................
49-
50-
- |Fix| Fixed a bug in class:`feature_extraction.HashingVectorizer` where some
51-
input strings would result in negative indices in the transformed data.
52-
:pr:`19035` by :user:`Liu Yu <ly648499246>`.
53-
54-
:mod:`sklearn.tree`
55-
...................
56-
57-
- |Enhancement| Add `fontname` argument in :func:`tree.export_graphviz`
58-
for non-English characters. :pr:`18959` by :user:`Zero <Zeroto521>`
59-
and :user:`wstates <wstates>`.
60-
6147
:mod:`sklearn.cluster`
6248
......................
6349

@@ -73,27 +59,26 @@ Changelog
7359
- |Fix| Fixes incorrect multiple data-conversion warnings when clustering
7460
boolean data. :pr:`19046` by :user:`Surya Prakash <jdsurya>`.
7561

62+
:mod:`sklearn.feature_extraction`
63+
.................................
64+
65+
- |Fix| Fixed a bug in class:`feature_extraction.HashingVectorizer` where some
66+
input strings would result in negative indices in the transformed data.
67+
:pr:`19035` by :user:`Liu Yu <ly648499246>`.
68+
7669
:mod:`sklearn.linear_model`
7770
...........................
7871

79-
- |Fix| :meth:`ElasticNet.fit` no longer modifies `sample_weight` in place.
80-
:pr:`19055` by `Thomas Fan`_.
81-
8272
- |Enhancement| Validate user-supplied gram matrix passed to linear models
8373
via the `precompute` argument. :pr:`19004` by :user:`Adam Midvidy <amidvidy>`.
8474

75+
- |Fix| :meth:`ElasticNet.fit` no longer modifies `sample_weight` in place.
76+
:pr:`19055` by `Thomas Fan`_.
77+
8578
- |Fix| :class:`Lasso`, :class:`ElasticNet` no longer have a `dual_gap_`
8679
not corresponding to their objective. :pr:`19172` by
8780
:user:`Mathurin Massias <mathurinm>`
8881

89-
:mod:`sklearn.naive_bayes`
90-
..........................
91-
92-
- |API| The attribute ``sigma_`` is now deprecated in
93-
:class:`naive_bayes.GaussianNB` and will be removed in 1.2.
94-
Use ``var_`` instead.
95-
:pr:`18842` by :user:`Hong Shao Yang <hongshaoyang>`.
96-
9782
- |API|: The parameter ``normalize`` of :class:`linear_model.LinearRegression`
9883
is deprecated and will be removed in 1.2.
9984
Motivation for this deprecation: ``normalize`` parameter did not take any
@@ -106,6 +91,21 @@ Changelog
10691
:pr:`17743` by :user:`Maria Telenczuk <maikia>` and
10792
:user:`Alexandre Gramfort <agramfort>`.
10893

94+
:mod:`sklearn.naive_bayes`
95+
..........................
96+
97+
- |API| The attribute ``sigma_`` is now deprecated in
98+
:class:`naive_bayes.GaussianNB` and will be removed in 1.2.
99+
Use ``var_`` instead.
100+
:pr:`18842` by :user:`Hong Shao Yang <hongshaoyang>`.
101+
102+
:mod:`sklearn.tree`
103+
...................
104+
105+
- |Enhancement| Add `fontname` argument in :func:`tree.export_graphviz`
106+
for non-English characters. :pr:`18959` by :user:`Zero <Zeroto521>`
107+
and :user:`wstates <wstates>`.
108+
109109
Code and Documentation Contributors
110110
-----------------------------------
111111

0 commit comments

Comments
 (0)