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
ManimPango v0.6.0
* macOS and Windows wheels builds now is statically linked to Pango (#113)
* register_font: support for new API on Windows (#111)
* Add a caching layer for `list_fonts` (#111)
* Add support for Python 3.13
* Use trusted provider for uploading to PyPI
ManimPango v1.0.0a2
- Include ``*.pxi`` files in tarball. Without these the package cannot be
installed from source.
- Raise on invalid ``string`` passed to :class:`FontDescriptor` constructor.
Previously, it silently crashed.
Manimpango 1.0.0a1 (2023-04-29)
===============================
The package has undergone a complete rewrite to offer an improved API.
The new API provides a greater degree of consistency and flexibility compared
to its predecessor.
ManimPango v0.4.1
* Don't use copy module in `list_fonts()` (#82)
* Use `os.fspath` instead of str (#81)
* Fix wheel build on macOS (#80)
* Ignore unix like libraries on MSVC (#79)