Skip to content

Releases: JSorngard/lambert_w

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

v1.0.7

19 Dec 19:09
Compare
Choose a tag to compare

What's Changed

  • Make the tests more stringent and utilize the assert_relative_eq! macro in #46
  • Move the tests of the public API into the tests folder in #47

Full Changelog: v1.0.6...v1.0.7

v1.0.6

12 Dec 12:11
Compare
Choose a tag to compare

What's Changed

  • Add semver checks to CI in #33
  • Organize CI jobs better in #34 and #35
  • Add tests that verify branch point accuracy in #37
  • Use cargo-msrv to verify the MSRV in CI in #38

Full Changelog: v1.0.5...v1.0.6

v1.0.5

04 Dec 18:50
Compare
Choose a tag to compare

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

23 Nov 12:06
Compare
Choose a tag to compare

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

Full Changelog: v1.0.3...v1.0.4