Releases: JSorngard/lambert_w
Releases · JSorngard/lambert_w
v1.0.17
v1.0.16
What's changed
- Added some information about interesting properties of the algorithm to the README file.
Full Changelog: v1.0.15...v1.0.16
v1.0.15
What's Changed
- Enable static checking for if the crate can panic and use it to ensure the crate is panic free in CI in #81, #82, #86, #87, #88, #89, #90, #105, #106, #108
- Speed up semver checks CI job in #78
- Remove the "no_std" category from the crate in #84
- Reuse the readme as the docstring of the crate by in #95
- Test the functions on random valid inputs in #96, #97, #98
- Don't depend on specific patch versions of dev-dependencies in #100
- Replace the hand implementations of the rational functions with a single generic one in #70
- Update transitive dependencies in #103
- Inline the internal implementations of Fuskushima's paper into the public functions in #104
- Clippy all features in CI in #109
- Change the docs.rs badge to show the crate name instead of "passing" in #111
Full Changelog: v1.0.14...v1.0.15
v1.0.14
What's Changed
- Bump
rand
dev-dependency from 0.8.5 to 0.9.0 by @dependabot in #72 - Add a benchmarks CI job by @JSorngard in #73
- Add CI job to test on Rust beta by @JSorngard in #76
- Update transitive dev-dependencies with
cargo update
by @JSorngard in #77 and #75
Full Changelog: v1.0.13...v1.0.14
v1.0.13
v1.0.12
What's Changed
- Noted the accuracy of the functions on the trait in the example.
- Improvements to CI jobs.
- Updated dev-dependencies.
Full Changelog: v1.0.11...v1.0.12
v1.0.11
v1.0.10
What's Changed
- Move unit tests into separate module, in #58.
- Correct information in comments, in #59.
- Simplify
semver-checks
CI job, in #60. - Minor changes to plot example to show the function better in the final image.
- Note adherence to semver in the changelog.
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Use
taiki-e/install-action
to install dev tools in CI, in #52 - Explicit install of rust components in CI, in #53
- Use minimal output format for
cargo-msrv
in CI, in #54 - Add a plot example, in #56
- Make crate conditionally
no_std
in such a way that the implicit prelude is always the same, in #57
Full Changelog: v1.0.8...v1.0.9