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 `to_typst` method to `Styler`
* TST: Add `Styler.to_typst()` test cases
* STY: Apply Ruff suggestions
* DOC: Update What's new
* DOC: Update reference
* CI: Add `Styler.template_typst` to validation ignore list
* DOC: Update docstring format for `Styler.to_typst()` example
* DOC: Update versionadded for `Styler.to_typst()` to 3.0.0 in documentation
---------
Co-authored-by: Matthew Roeschke <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Other enhancements
31
31
- :class:`pandas.api.typing.FrozenList` is available for typing the outputs of :attr:`MultiIndex.names`, :attr:`MultiIndex.codes` and :attr:`MultiIndex.levels` (:issue:`58237`)
32
32
- :class:`pandas.api.typing.SASReader` is available for typing the output of :func:`read_sas` (:issue:`55689`)
33
33
- :meth:`pandas.api.interchange.from_dataframe` now uses the `PyCapsule Interface <https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html>`_ if available, only falling back to the Dataframe Interchange Protocol if that fails (:issue:`60739`)
34
+
- Added :meth:`.Styler.to_typst` to write Styler objects to file, buffer or string in Typst format (:issue:`57617`)
34
35
- :class:`pandas.api.typing.NoDefault` is available for typing ``no_default``
35
36
- :func:`DataFrame.to_excel` now raises an ``UserWarning`` when the character count in a cell exceeds Excel's limitation of 32767 characters (:issue:`56954`)
36
37
- :func:`pandas.merge` now validates the ``how`` parameter input (merge type) (:issue:`59435`)
0 commit comments