Skip to content

Releases: JSorngard/lambert_w

v1.0.17

17 Feb 19:41
Compare
Choose a tag to compare

What's new

  • Clarified the new information in the readme

Full Changelog: v1.0.16...v1.0.17

v1.0.16

17 Feb 18:36
Compare
Choose a tag to compare

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

17 Feb 12:08
47eb3c5
Compare
Choose a tag to compare

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

03 Feb 12:23
10fc229
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.13...v1.0.14

v1.0.13

14 Jan 15:31
Compare
Choose a tag to compare

What's Changed

  • Remove note about the accuracy of the functions on the trait, in #68.
  • Update transitive dev-dependencies.

Full Changelog: v1.0.12...v1.0.13

v1.0.12

12 Jan 12:16
Compare
Choose a tag to compare

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

11 Jan 12:43
cd3a76e
Compare
Choose a tag to compare

What's Changed

  • Remove unnecessary import in integration tests, in #65.
  • Improvements to CI jobs such that they can keep running on the updated ubuntu-latest in #63
  • Other minor CI improvements, in #64, #66.

Full Changelog: v1.0.10...v1.0.11

v1.0.10

09 Jan 16:19
75733b1
Compare
Choose a tag to compare

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

03 Jan 13:11
93f2327
Compare
Choose a tag to compare

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

v1.0.8

26 Dec 19:05
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where the principal branch functions would give NaN when given infinite inputs in #50.

Full Changelog: v1.0.7...v1.0.8