v0.4.2
What's Changed
Due to an issue (#62) with the Python release of v0.4.1, this patch version is released to fix the build wheels for Python users. The issue is caused due to the new optional PyO3 feature for the v0.4.1 Rust crate release which exclude PyO3 dependencies from the build process. To solve this, the Python package build and deploy script now includes --features py argument.
For Rust users, this version doesn't offer any additional features or functionality compared to v0.4.1 release.