Skip to content

Releases: wanadev/yoga

YOGA v1.3.3

25 Nov 13:27
6fb5899
Compare
Choose a tag to compare
  • v1.3.3:

    • fix(build): Added missing setuptools versions pinning that break the PyPy builds (@flozz)

YOGA v1.3.2 / v1.3.2-1

25 Nov 12:52
de1ff4c
Compare
Choose a tag to compare
  • fix(build): Fixed Windows build with recent setuptools versions (@flozz)
  • fix(release): Updated, fixed and improved standalone build scripts and CI (@flozz)
  • misc: Added Python 3.13 support (@flozz)
  • misc!: Removed Python 3.8 support (@flozz)

YOGA v1.3.1-1

17 Apr 09:11
fffc964
Compare
Choose a tag to compare

This version has no code change from the v1.3.1. It is only an update of the distribution :

  • A brand new standalone version was build for Linux
  • The Windows standalone distribution was updated (changes in documentation)

Changelog:

  • dist: Added scripts to build a standalone binary version of YOGA on Linux

YOGA v1.3.1

07 Jan 11:34
0204383
Compare
Choose a tag to compare
  • chore(sdist): Fixed included files in sdist package (@flozz)

YOGA v1.3.0

06 Jan 17:06
b946eb5
Compare
Choose a tag to compare
  • feat(assimp): Updated assimp to v5.3.1 (fixed build on GCC >= 13) (@flozz)
  • chore: Removed a script that is no more needed (@flozz)
  • docs: Updated contributing documentation (libraries, supported Python version, assimp update) (@flozz)

YOGA v1.2.3

06 Oct 13:12
80331b1
Compare
Choose a tag to compare
  • Code quality: more robust type comparison (@flozz)
  • Code quality: cleanup some Python 2.7 specific code (@flozz)
  • Added Python 3.12 support (@flozz)
  • Removed Python 3.7 support (@flozz)

YOGA v1.2.2

29 Oct 11:57
2e4ad6d
Compare
Choose a tag to compare
  • Updated the code to not use deprecated constants on newer Pillow versions
  • Various typo fixed (@kianmeng, #45)
  • Added Python 3.11 support

YOGA v1.2.1

27 Jun 15:41
5818d7a
Compare
Choose a tag to compare

Changelog:

v1.2.1:

  • No change: fix an upload error on PYPI

v1.2.0:

  • Add color quantization options (based on libimagequant) [documentation]
  • arm64 and universal2 wheels for macOS
  • x86 and x68_64 wheels for musl-based Linux distro (Alpine,...)
  • MAINTAINERS: New dependency: imagequant

YOGA v1.2.0

27 Jun 13:07
300c53a
Compare
Choose a tag to compare

Changelog:

  • Add color quantization options (based on libimagequant) [documentation]
  • arm64 and universal2 wheels for macOS
  • x86 and x68_64 wheels for musl-based Linux distro (Alpine,...)
  • MAINTAINERS: New dependency: imagequant

YOGA v1.1.2

15 Oct 08:21
67c2aff
Compare
Choose a tag to compare
  • 1.1.2:

    • Add flag to CFFI builder to fix MacOS build
  • 1.1.1:

    • JPEG: ignore invalid values for the orientation tag (#38)
    • Python 3.10 support and wheels