Releases: ManimCommunity/ManimPango
Releases · ManimCommunity/ManimPango
ManimPango v0.6.0
ManimPango v0.5.0
What's Changed
- Fix types for various functions by @mkashirin in #105
- Add support for Cython 3
- Remove a stray warning in setup.py
New Contributors
- @mkashirin made their first contribution in #105
Full Changelog: v0.4.4...v0.5.0
ManimPango v0.4.4
- Added support for Python 3.12
- Removed support for Python 3.7
Full Changelog: v0.4.3...v0.4.4
ManimPango v1.0.0a2
- Include
*.pxi
files in tarball. Without these, the package cannot be installed from the source. - Raise on invalid
string
passed to :class:FontDescriptor
constructor. Previously, it silently crashed.
Manimpango 1.0.0a1
The project 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.3
- Downgrade cairo to v1.17.4 to avoid macOS errors
- Add a test case for the above issue
- Use macOS 11 runners to build wheels
Full Changelog: v0.4.2...v0.4.3
ManimPango v0.4.2
- Add support for Python 3.11
- Update some dependencies in the built wheel
- Fix test suite failure with recent dev version of Cairo
Full Changelog: v0.4.1...v0.4.2
ManimPango v0.4.1
What's Changed
- Ignore unix like libraries on MSVC by @naveen521kk in #79
- Fix wheel build on macOS by @naveen521kk in #80
- Use
os.fspath
instead of str by @naveen521kk in #81 - Don't use copy module in
list_fonts()
by @naveen521kk in #82
Full Changelog: v0.4.0...v0.4.1
ManimPango v0.4.0.post2
ManimPango v0.4.0.post1
- ManimPango is relicensed under the MIT license.