File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ We recommend that all users upgrade to this version.
9
9
10
10
Highlights include:
11
11
12
- - Support for Conditional HTML Formatting, see :ref:`here <whatsnew_0171.style>`
13
- - Releasing the GIL on the csv reader & other ops, see :ref:`here <whatsnew_0171.performance>`
14
- - Regression in ``DataFrame.drop_duplicates`` from 0.16.2, causing incorrect results on integer values (:issue:`11376`)
12
+ - Support for Conditional HTML Formatting, see :ref:`here <whatsnew_0171.style>`
13
+ - Releasing the GIL on the csv reader & other ops, see :ref:`here <whatsnew_0171.performance>`
14
+ - Regression in ``DataFrame.drop_duplicates`` from 0.16.2, causing incorrect results on integer values (:issue:`11376`)
15
15
16
16
.. contents:: What's new in v0.17.1
17
17
:local:
@@ -20,7 +20,7 @@ Highlights include:
20
20
New features
21
21
~~~~~~~~~~~~
22
22
23
- .. _whatsnew_0171.style
23
+ .. _whatsnew_0171.style:
24
24
25
25
Conditional HTML Formatting
26
26
^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments