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

Releases: Razican/vsop87-rs

VSOP87-rs 0.5.1

23 Sep 16:07
Compare
Choose a tag to compare
VSOP87-rs 0.5.1 Pre-release
Pre-release

Fixed small issue with maximum keywords in crates.io.

VSOP87-rs 0.5.0

23 Sep 15:56
Compare
Choose a tag to compare
VSOP87-rs 0.5.0 Pre-release
Pre-release

This release of the Rust implementation of the VSOP87 algorithm implements the VSOP87D version of the algorithm (still no VSOP87E). All the testing and documentation is included. The documentation is published here.

VSOP87-rs 0.4.0

23 Sep 11:54
Compare
Choose a tag to compare
VSOP87-rs 0.4.0 Pre-release
Pre-release

This release of the Rust implementation of the VSOP87 algorithm implements the VSOP87C version of the algorithm (still no VSOP87D and VSOP87E). All the testing and documentation is included. The documentation is published here.

VSOP87-rs 0.3.0

19 Sep 16:09
Compare
Choose a tag to compare
VSOP87-rs 0.3.0 Pre-release
Pre-release

This release of the Rust implementation of the VSOP87 algorithm implements the VSOP87B version of the algorithm (still no VSOP87C, VSOP87D and VSOP87E). All the testing and documentation is included. The documentation is published here.

Note: this release changes the API of the library. Be sure to check out the new documentation. The vsop87 module has been moved to crate level.

VSOP87-rs 0.2.0

19 Sep 12:11
Compare
Choose a tag to compare
VSOP87-rs 0.2.0 Pre-release
Pre-release

This release of the Rust implementation of the VSOP87 algorithm implements the VSOP87A version of the algorithm (still no VSOP87B, VSOP87C, VSOP87D and VSOP87E).

All the testing and documentation is included. Nevertheless, better documentation, with examples is expected.

VSOP87-rs 0.1.2

18 Sep 21:47
Compare
Choose a tag to compare
VSOP87-rs 0.1.2 Pre-release
Pre-release

Fixed small issue with a keyword in crates.io.

VSOP87-rs 0.1.1

18 Sep 21:45
Compare
Choose a tag to compare
VSOP87-rs 0.1.1 Pre-release
Pre-release

This release adds a conversion from the VSOP87 solution variables to the keplerian elements for planets. Like the 0.1.0, it only implements the VSOP87 version of the algorithm (no VSOP87A, VSOP87B, VSOP87C, VSOP87D, VSOP87E).

All the testing and documentation is included. Nevertheless, better documentation, with examples is expected. This version, like the 0.1.0 is published in crates.io.

VSOP87-rs 0.1.0

18 Sep 10:56
Compare
Choose a tag to compare
VSOP87-rs 0.1.0 Pre-release
Pre-release

This is the first development release of the Rust implementation of the VSOP87 algorithm. It only implements the VSOP87 version of the algorithm (no VSOP87A, VSOP87B, VSOP87C, VSOP87D, VSOP87E).

All the testing and documentation is included. Nevertheless, better documentation, with examples is expected.