Skip to content

Commit

Permalink
DOC: Update What's new
Browse files Browse the repository at this point in the history
  • Loading branch information
3w36zj6 committed Jan 19, 2025
1 parent dda68e3 commit 47ff1bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/source/whatsnew/v2.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ Upcoming changes in pandas 3.0
Enhancements
~~~~~~~~~~~~

.. _whatsnew_230.enhancements.enhancement1:
.. _whatsnew_230.enhancements.styler:

enhancement1
Styler
^^^^^^^^^^^^

- The :meth:`.Styler.to_typst` function has been added to write Styler to a file, buffer or string in Typst format (:issue:`57617`)

.. _whatsnew_230.enhancements.other:

Expand Down
2 changes: 2 additions & 0 deletions pandas/io/formats/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,8 @@ def to_typst(
"""
Write Styler to a file, buffer or string in Typst format.
.. versionadded:: 2.3.0
Parameters
----------
%(buf)s
Expand Down

0 comments on commit 47ff1bf

Please sign in to comment.