v0.4.0
The v0.4.0
Release primarily addresses miscellaneous bug-fixes as well as adding (experimental) support for ARM-based MacOS machines
To get started please download the binaries attached to the release below for your given system and programming language :). To download the python bindings you can also simply pip install PhotoshopAPI
Features:
- Added (experimental) support for ARM-Based MacOS Systems (M-Chips)
- Added tests for Python wheels on CI
Bugfixes:
- #62 Python wheels on windows no longer require the vcredist to be installed
- #60 When submoduling via CMake we no longer get a missing import error on C-Blosc2
- Fixed Linux wheels not actually being usable
Known Issues
- When using a
try: except:
block using the PhotoshopAPI on Apple Silicon based machines the code will segfault and crash the python interpreter. This is unfortunately due to XCode issues and will hopefully be resolved soon. For updates please visit #61 to get the latest status on this. - C++ Exceptions on Apple Silicon are not propagated and will instead simply segfault.