Releases: JSorngard/lambert_w
Releases · JSorngard/lambert_w
v1.0.8
v1.0.7
v1.0.6
v1.0.5
What's Changed
- Make the CI jobs test all feature combinations in #32.
- Add a "References" section to the readme and docs, and a "⬆️ Back to top" button after it to let the user quickly get back up if
they followed the reference number.
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Add a run of
cargo build
to the CI job that verifies the msrv in #30 - Bump libm dependency by @dependabot in #31
- Add the "No standard library" category on crates.io.
New Contributors
- @dependabot made their first contribution in #31
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
What's Changed
The crate is now stable!
- Removed the
estrin
feature. If it was activated anywhere in the dependency tree the crate became less accurate for all users without them being able to do anything about it (as the compiler assumes that features are additive). - Removed the
24bits
and50bits
features. Their only use was to reduce binary size and speed up compile time by letting the user skip compilation of parts of the crate if they didn't use them. However, the crate is small and very quick to compile, and the unused code should be removed during dead code elimination anyway.
Full Changelog: v0.5.9...v1.0.0