What's Changed
This release fixes a couple of bugs introduced in rlic 0.5.2 where results would be incorrect for some combinations of build-time options, some of which affected existing wheels.
Version 0.5.2 was yanked from PyPI and never published to conda-forge.
Changes
- BLD: warning free builds in any configuration by @neutrinoceros in #267
- BUG: fix time_to_next_pixel computation with branchless (and without fma) features by @neutrinoceros in #268
- BUG: fix time_to_next_pixel computation wihout branchless feature by @neutrinoceros in #271
- WHL: re-enable fma on manylinux x86_64 wheels, disable branchless by @neutrinoceros in #274
- WHL: build macos-x86_64 wheels natively again, and ensure they are tested by @neutrinoceros in #265
Internal
- MNT: disable uv caching in release workflows by @neutrinoceros in #266
- TST: run rust tests against all build configurations by @neutrinoceros in #275
- REL: prepare release 0.5.3 by @neutrinoceros in #276
Full Changelog: v0.5.2...v0.5.3