Releases: oysstu/imcpy
Releases · oysstu/imcpy
v1.1.0
v1.0.12
What's Changed
- Update versions of pybind11, DUNE, and IMC
- Add Python 3.12 to build targets
Full Changelog: v1.0.11...v1.0.12
v1.0.11
v1.0.10
Changes:
- Update DUNE/IMC to latest master
- Update pybind11 to support Python 3.11
- Change precompiled wheel Python versions to focal, jammy and latest
- Actually remember to update version number in setup.py
Precompiled wheels:
- Windows x64 (cp38, cp310, cp311)
- GNU/Linux x86_64 (cp38, cp310, cp311)
- GNU/Linux aarch64 (cp38, cp310, cp311)
v1.0.7
Changes:
- Update IMC to latest master
- Send multicast announce on all local interfaces (not only default route). Might resolve some issues with system discovery.
Precompiled wheels:
- Windows x64 (cp38, cp39, cp310)
- GNU/Linux x86_64 (cp38, cp39, cp310)
- GNU/Linux aarch64 (cp38, cp39, cp310)
v1.0.6
Changes:
- Replace use of netifaces (compiled, unmaintained) with ifaddr (pure python, maintained). This should simplify the installation process on Windows using precompiled wheels, as netifaces does not need to be compiled.
Precompiled wheels:
- Windows x64 (cp38, cp39, cp310)
- GNU/Linux x86_64 (cp38, cp39, cp310)
- GNU/Linux aarch64 (cp38, cp39, cp310)
v1.0.5
First release of imcpy uploaded to PyPi. Wheels are built for the following architectures/targets and uploaded to PyPi
Windows x64 (cp38, cp39, cp310),
GNU/Linux x86_64 (cp38, cp39, cp310)
GNU/Linux aarch64 (cp38, cp310).
Contains no notable changes except for the change of name from pyimc to imcpy, and bumped minimum versions for cmake (3.8), python (3.6), and c++17.