-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: clean-up of 0.24.2 whatsnew file #25660
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
DOC: clean-up of 0.24.2 whatsnew file #25660
Conversation
a more general comment. I find the 'Fixed Regressions' section way harder to read than our separated Bug Fixes section (e.g. by area). Ideally should either reorg that and have sub-topics, or just combine them to one (maybe have a way of flagging a regression vs a bug). |
We could use an HTML label like scikit-learn does in
https://scikit-learn.org/stable/whats_new.html.
…On Mon, Mar 11, 2019 at 9:52 AM Jeff Reback ***@***.***> wrote:
a more general comment. I find the 'Fixed Regressions' section way harder
to read than our separated Bug Fixes section (e.g. by area). Ideally should
either reorg that and have sub-topics, or just combine them to one (maybe
have a way of flagging a regression vs a bug).
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25660 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHItBkBOktQT9aImo2TuAz7solnSMfks5vVm20gaJpZM4bosLO>
.
|
Codecov Report
@@ Coverage Diff @@
## master #25660 +/- ##
=======================================
Coverage 91.29% 91.29%
=======================================
Files 173 173
Lines 52961 52961
=======================================
Hits 48350 48350
Misses 4611 4611
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #25660 +/- ##
==========================================
+ Coverage 91.29% 91.29% +<.01%
==========================================
Files 173 173
Lines 52961 52961
==========================================
+ Hits 48349 48350 +1
+ Misses 4612 4611 -1
Continue to review full report at Codecov.
|
I personally like the separate regressions section, but they indeed could also be subdivided (the labels of sklearn are also nice, but they group everything (also enhancements) per topic). |
No description provided.