Releases: Razican/vsop87-rs
VSOP87-rs 0.5.1
Fixed small issue with maximum keywords in crates.io.
VSOP87-rs 0.5.0
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
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
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
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
Fixed small issue with a keyword in crates.io.
VSOP87-rs 0.1.1
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
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.