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