File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,11 @@ Upcoming changes in pandas 3.0
2121Enhancements
2222~~~~~~~~~~~~
2323
24- .. _whatsnew_230.enhancements.styler :
24+ .. _whatsnew_230.enhancements.enhancement1 :
2525
26- Styler
26+ enhancement1
2727^^^^^^^^^^^^
2828
29- - The :meth: `.Styler.to_typst ` function has been added to write Styler to a file, buffer or string in Typst format (:issue: `57617 `)
3029
3130.. _whatsnew_230.enhancements.other :
3231
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ Other enhancements
7373- Support passing a :class: `Iterable[Hashable] ` input to :meth: `DataFrame.drop_duplicates ` (:issue: `59237 `)
7474- Support reading Stata 102-format (Stata 1) dta files (:issue: `58978 `)
7575- Support reading Stata 110-format (Stata 7) dta files (:issue: `47176 `)
76+ - Added :meth: `.Styler.to_typst ` to write Styler objects to file, buffer or string in Typst format (:issue: `57617 `)
7677
7778.. ---------------------------------------------------------------------------
7879 .. _whatsnew_300.notable_bug_fixes :
Original file line number Diff line number Diff line change @@ -1266,7 +1266,7 @@ def to_typst(
12661266 """
12671267 Write Styler to a file, buffer or string in Typst format.
12681268
1269- .. versionadded:: 2.3 .0
1269+ .. versionadded:: 3.0 .0
12701270
12711271 Parameters
12721272 ----------
You can’t perform that action at this time.
0 commit comments