Skip to content

Releases: zeldamods/oead

v1.2.5

19 Dec 14:58
48f311d
Compare
Choose a tag to compare
  • Added support for Python 3.11.
  • Dropped official support for Python 3.6 as it has reached end-of-life.

v1.2.4-2

11 Jun 16:59
f9bc1ac
Compare
Choose a tag to compare

No user-facing changes. This release fixes PyPI source distributions (issue #22) and updates version support information in the readme.

v1.2.4-1

12 May 20:49
5a790ae
Compare
Choose a tag to compare

Switch to cibuildwheel for building releases. No user-facing changes.

v1.2.4

12 May 19:36
a2084b4
Compare
Choose a tag to compare

v1.2.3

02 Nov 00:16
0158389
Compare
Choose a tag to compare
  • Releases are now also built for Python 3.10.
  • General system stability improvements to enhance the user's experience.

v1.2.2

24 May 19:09
4313c62
Compare
Choose a tag to compare

General system stability improvements to enhance the user's experience.

v1.2.1

21 Dec 17:30
b2d9e2f
Compare
Choose a tag to compare

Adds Python 3.9 support.

v1.2.0: Merge pull request #13 from leoetlino/conversions

02 Nov 21:40
ea5157d
Compare
Choose a tag to compare

Minor breaking change:

py: Fix a couple of surprising implicit conversions …

  • Try to load oead::{S,U}{8,16,32,64} / oead::F{32,64} first without
    any implicit conversion to prevent explicitly typed values from
    being converted

  • Fix aamp.Parameter(oead.F32(x)) implicitly converting the F32
    to an integer (which truncates it)

v1.1.6: Merge pull request #12 from leoetlino/aamp-deepcopy

15 Oct 17:14
bfb43fe
Compare
Choose a tag to compare

Adds support for deepcopying AAMP objects.

v1.1.5: Merge pull request #11 from GingerAvalanche/master

10 Oct 10:09
06a77a1
Compare
Choose a tag to compare