Skip to content

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

Compare
Choose a tag to compare
@leoetlino leoetlino released this 02 Nov 21:40
· 48 commits to master since this release
ea5157d

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)