Skip to content

Releases: oysstu/imcpy

v1.1.0

03 Sep 14:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.12...v1.1.0

v1.0.12

08 Aug 20:41
Compare
Choose a tag to compare

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

17 Oct 09:13
49e55f9
Compare
Choose a tag to compare

v1.0.10

13 Jul 09:02
64c06e1
Compare
Choose a tag to compare

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

15 Sep 19:23
Compare
Choose a tag to compare

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

07 Apr 09:24
Compare
Choose a tag to compare

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

06 Apr 15:34
Compare
Choose a tag to compare

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.