Skip to content

Releases: Sigmmma/arbytmap

[1.1.2]

31 Oct 22:15
d43e944
Compare
Choose a tag to compare

Changed

  • Update build config for Python 3.9.

1.1.1

14 Feb 03:58
361559b
Compare
Choose a tag to compare

[1.1.1]

  • Fix readme potentially breaking setup.

1.1.0

07 Feb 02:26
3d4ac9b
Compare
Choose a tag to compare

[1.1.0]

Added

  • Pypi entry now has Windows wheels to make the library viable on the platform.

Release 1.0.3

18 Nov 12:39
ce4e9bc
Compare
Choose a tag to compare
  • Fix incorrect parameter names in crop_pixel_data. The parameters are upper bounds in that dimension, which wont necessarily be the new length of the dimension.
  • Fix bug with test file not being named properly for reopening during test.
  • Add function for calculating channel order based on channel masks.
  • Add function for getting channel mapping to swap one channel order to match a different channel order.
  • Add function for swapping dds channels around. Annoyingly complicated.
  • Fix to dds loading where channels are now swapped to expected order if the order they are stored in the dds files != C_ORDER_BGRA