Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ManimCommunity/ManimPango

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
naveen521kk Naveen M K
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

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
naveen521kk Naveen M K
ManimPango v0.5.0

- Fix types for various functions (#105) @mkashirin
- Add support for Cython 3
- Remove a stray warning in setup.py

v0.4.4

Toggle v0.4.4's commit message

Verified

This tag was signed with the committer’s verified signature.
naveen521kk Naveen M K
ManimPango v0.4.4

- Added support for Python 3.12
- Removed support for Python 3.7

v1.0.0a2

Toggle v1.0.0a2's commit message

Verified

This tag was signed with the committer’s verified signature.
naveen521kk Naveen M K
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.

v1.0.0a1

Toggle v1.0.0a1's commit message

Verified

This tag was signed with the committer’s verified signature.
naveen521kk Naveen M K
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.

v0.4.3

Toggle v0.4.3's commit message

Verified

This tag was signed with the committer’s verified signature.
naveen521kk Naveen M K
ManimPango v0.4.3

- Downgrade cairo to v1.17.4 to avoid macOS errors
- Add a test case for above issue
- Use macOS 11 runners to build wheels

v0.4.2

Toggle v0.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
naveen521kk Naveen M K
ManimPango v0.4.2

- Add support for Python 3.11

v0.4.1

Toggle v0.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
naveen521kk Naveen M K
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)

v0.4.0.post2

Toggle v0.4.0.post2's commit message

Verified

This tag was signed with the committer’s verified signature.
naveen521kk Naveen M K
ManimPango v0.4.0.post2

* Fix macOS wheels. See #73

v0.4.0.post1

Toggle v0.4.0.post1's commit message

Verified

This tag was signed with the committer’s verified signature.
naveen521kk Naveen M K
ManimPango v0.4.0.post1

- ManimPango is relicensed under the MIT license.