Changes in this release:
- Add support for Apple M1 processors
- Fix types for numbers in
get_board_descr
method for Java - Add CI pipelines for Matlab
Universal binaries for MacOS
If you have an error like mach-o but wrong architecture
on Apple M1, upgrade to this version and problem should be resolved.
Before 4.3.1 precompiled libraries for MacOS were only for x86_64 arch. In this version we’ve moved to universal binaries which have native code for both architectures(ARM and X86). We did that only for libraries provided by us and we can not update 3rd party precompiled libraries which we are using for some devices.
More information about universal binaries for MacOS can be found here:
We’ve tested that such libraries work for universal and non-universal executables and for both architectures.