Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Releases: Razican/vsop87-rs

Version 3.0.0

22 Oct 11:03
66f34ba
Compare
Choose a tag to compare

Dependencies have been updated, crate has been migrated to 2021 edition, and clippy lints taken into account. This adds a few backwards incompatibilities (public methods are now #[must_use], but most users shouldn't have any issue.

Dependabot has been added to the project too.

VSOP87-rs 2.0.3

28 May 10:54
Compare
Choose a tag to compare

Added CodeCov badge and maintenance badges to crates.io.

VSOP87-rs 2.0.2

02 Apr 09:46
Compare
Choose a tag to compare

Added badges to crates.io and moved coverage to CodeCov.

VSOP87-rs 2.0.1

02 Apr 09:46
Compare
Choose a tag to compare

Added categories to Cargo.toml.

VSOP87-rs 2.0.0

08 Jan 22:05
Compare
Choose a tag to compare

Second stable release of VSOP87 algorithm for Rust.

  • Added benchmarks.
  • Type safe results. (breaking change)
  • Improved some calculations a bit.
  • Improved documentation.

VSOP87-rs 1.0.4

08 Jan 22:03
Compare
Choose a tag to compare

Reformatted some code and improved build scripts.

VSOP87-rs 1.0.3

14 Apr 18:48
Compare
Choose a tag to compare

Added Windows and Mac CI. Also tested against Rust 1.0.0 - 1.8.0 (and beta and nightly at the time of writing).

VSOP87-rs 1.0.2

03 Dec 11:41
Compare
Choose a tag to compare

Updated license files (the copyright was not correctly set). Also updated build script using travis-cargo, now we use the new Travis-CI container based infrastructure. Small change regarding to author email.

VSOP87-rs 1.0.1

25 Sep 10:10
Compare
Choose a tag to compare

Better performance thanks to inline functions.

VSOP87-rs 1.0.0

23 Sep 17:09
Compare
Choose a tag to compare

First stable release of the VSOP87 Rust implementation. It contains all the VSOP87 variants (VSOP87, VSOP87A, VSOP87B, VSOP87C, VSOP87D and VSOP87E). The documentation is available here. The algorithm is implemented 100% in pure Rust with all testing and documentation needed and it is published in crates.io.