Version 2.0.0
Version 2.0.0 is a major update to this repository and contains breaking changes.
Breaking changes
The network_interfaces
library has been completely removed in favor of communication_interfaces
.
- refactor!: remove network interfaces (#56)
Features
The communication_interfaces
library is now at version 1.0.0 and now comes with Python bindings generated with Pybind.
Additionally, stubs are automatically created for development purposes.
Behind the scenes
- build: rename Dockerfile and update helper scripts (#58)
- ci: add workflow to run tests on PR event (#60, #61)
Full Changelog: v1.4.1...v2.0.0