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
ENH: add LaTeX math mode with parentheses (#51903)
* ENH: add math mode with parentheses
* ENH: add math mode with parentheses II
* ENH: add math mode with parentheses III
* ENH: add an example to latex-math mode and a line to whatsnew
* ENH: update docs for Styler: add description latex-math mode to escape
* improve code style
* add an example to test and correct _escape_latex_math
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.1.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Other enhancements
38
38
- Let :meth:`DataFrame.to_feather` accept a non-default :class:`Index` and non-string column names (:issue:`51787`)
39
39
- :class:`api.extensions.ExtensionArray` now has a :meth:`~api.extensions.ExtensionArray.map` method (:issue:`51809`)
40
40
- Improve error message when having incompatible columns using :meth:`DataFrame.merge` (:issue:`51861`)
41
+
- Added to the escape mode "latex-math" preserving without escaping all characters between "\(" and "\)" in formatter (:issue:`51903`)
41
42
- Improved error message when creating a DataFrame with empty data (0 rows), no index and an incorrect number of columns. (:issue:`52084`)
42
43
- :meth:`DataFrame.applymap` now uses the :meth:`~api.extensions.ExtensionArray.map` method of underlying :class:`api.extensions.ExtensionArray` instances (:issue:`52219`)
43
44
- :meth:`arrays.SparseArray.map` now supports ``na_action`` (:issue:`52096`).
0 commit comments