Skip to content

Releases: ManimCommunity/ManimPango

ManimPango v0.6.0

14 Sep 13:58
v0.6.0
9bfbaa7
Compare
Choose a tag to compare

What’s Changed

  • macOS and Windows wheels build 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 a trusted provider for uploading to PyPI

ManimPango v0.5.0

14 Oct 18:20
v0.5.0
83faa9b
Compare
Choose a tag to compare

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

Full Changelog: v0.4.4...v0.5.0

ManimPango v0.4.4

02 Oct 11:12
v0.4.4
478ef5d
Compare
Choose a tag to compare
  • Added support for Python 3.12
  • Removed support for Python 3.7

Full Changelog: v0.4.3...v0.4.4

ManimPango v1.0.0a2

30 Apr 17:51
v1.0.0a2
601ed26
Compare
Choose a tag to compare
ManimPango v1.0.0a2 Pre-release
Pre-release
  • 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

29 Apr 17:37
v1.0.0a1
4ca20b2
Compare
Choose a tag to compare
Manimpango 1.0.0a1 Pre-release
Pre-release

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

27 Nov 17:06
v0.4.3
ae861bc
Compare
Choose a tag to compare
  • 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

17 Nov 11:56
v0.4.2
26a2526
Compare
Choose a tag to compare
  • 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

21 Mar 14:22
v0.4.1
ff6debd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

ManimPango v0.4.0.post2

29 Jan 11:38
v0.4.0.post2
756dd2d
Compare
Choose a tag to compare

What's Changed

  • Fix macOS wheels. See #73

Full Changelog: v0.4.0.post1...v0.4.0.post2

ManimPango v0.4.0.post1

24 Jan 12:23
v0.4.0.post1
c956d5f
Compare
Choose a tag to compare
  • ManimPango is relicensed under the MIT license.