You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.5.0.rst
+13-19
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,17 @@ The protocol consists of two parts:
37
37
Styler
38
38
^^^^^^
39
39
40
-
- New method :meth:`.Styler.to_string` for alternative customisable output methods (:issue:`44502`)
41
-
- Added the ability to render ``border`` and ``border-{side}`` CSS properties in Excel (:issue:`42276`)
42
-
- Added a new method :meth:`.Styler.concat` which allows adding customised footer rows to visualise additional calculations on the data, e.g. totals and counts etc. (:issue:`43875`, :issue:`46186`)
43
-
- :meth:`.Styler.highlight_null` now accepts ``color`` consistently with other builtin methods and deprecates ``null_color`` although this remains backwards compatible (:issue:`45907`)
40
+
The most notable development is the new method :meth:`.Styler.concat` which
41
+
allows adding customised footer rows to visualise additional calculations on the data,
42
+
e.g. totals and counts etc. (:issue:`43875`, :issue:`46186`)
43
+
44
+
Additionally there is an alternative output method :meth:`.Styler.to_string`,
45
+
which allows using the Styler's formatting methods to create, for example, CSVs (:issue:`44502`).
46
+
47
+
Minor feature improvements are:
48
+
49
+
- Adding the ability to render ``border`` and ``border-{side}`` CSS properties in Excel (:issue:`42276`)
50
+
- Making keyword arguments consist: :meth:`.Styler.highlight_null` now accepts ``color`` and deprecates ``null_color`` although this remains backwards compatible (:issue:`45907`)
- Fixed bug in :class:`CSSToExcelConverter` leading to ``TypeError`` when border color provided without border style for ``xlsxwriter`` engine (:issue:`42276`)
- Bug in :meth:`DataFrame.boxplot` that prevented specifying ``vert=False`` (:issue:`36918`)
616
609
- Bug in :meth:`DataFrame.plot.scatter` that prevented specifying ``norm`` (:issue:`45809`)
617
610
- The function :meth:`DataFrame.plot.scatter` now accepts ``color`` as an alias for ``c`` and ``size`` as an alias for ``s`` for consistency to other plotting functions (:issue:`44670`)
611
+
- Fix showing "None" as ylabel in :meth:`Series.plot` when not setting ylabel (:issue:`46129`)
618
612
619
613
Groupby/resample/rolling
620
614
^^^^^^^^^^^^^^^^^^^^^^^^
@@ -659,7 +653,7 @@ ExtensionArray
659
653
Styler
660
654
^^^^^^
661
655
- Bug when attempting to apply styling functions to an empty DataFrame subset (:issue:`45313`)
662
-
-
656
+
- Bug in :class:`CSSToExcelConverter` leading to ``TypeError`` when border color provided without border style for ``xlsxwriter`` engine (:issue:`42276`)
0 commit comments