Releases: nyx-space/anise
Releases · nyx-space/anise
Version 0.2.1: Python tutorials and various enhancement
What's Changed
- Update egui requirement from 0.24.0 to 0.25.0 by @dependabot in #160
- Fix for meta almanac in Python and add serde to CartesianState by @ChristopherRabotin in #161
- ANISE notebook tutorial for getting started by @ChristopherRabotin in #163
- Fix some typos by @striezel in #165
- Update GitHub Actions CI by @striezel in #166
- Add python notebooks for orbit and keplerian elements and aer computations by @ChristopherRabotin in #167
- Update Cargo.toml files by @ChristopherRabotin in #168
New Contributors
Full Changelog: 0.2.0...0.2.1
Version 0.2.0: Python library and aberration corrections
Python
ANISE is now usable directly from Python! You can install ANISE with pip: pip install anise
.
Then, use it to build Orbit structures, query SPK files, etc. More documentation will be written in the coming weeks but for the time being, check out the README of the repo for examples.
What's Changed
- Update bytes requirement from =1.4.0 to =1.5.0 by @dependabot in #133
- Update polars requirement from 0.34.2 to 0.35.0 by @dependabot in #134
- Simple gui for inspection by @ChristopherRabotin in #137
- Update egui requirement from 0.23.0 to 0.24.0 by @dependabot in #140
- Add support for running the ANISE GUI in the browser by @thomasantony in #143
- Update memmap2 requirement from =0.9.0 to =0.9.2 by @dependabot in #144
- Update memmap2 requirement from =0.9.2 to =0.9.3 by @dependabot in #145
- Update tabled requirement from =0.14 to =0.15 by @dependabot in #146
- Refactor as cargo workspace + organizational stuff by @ChristopherRabotin in #150
- Add Python interface ! by @ChristopherRabotin in #151
- Update snafu requirement from 0.7.5 to 0.8.0 by @dependabot in #154
- Update polars requirement from 0.35.0 to 0.36.2 by @dependabot in #155
- Add support of aberration corrections by @ChristopherRabotin in #153
New Contributors
- @thomasantony made their first contribution in #143
Full Changelog: 0.1.0...0.2.0
Version 0.1.0: ANISE is usable!
After years of work, ANISE is finally to the point of being usable! Query SPICE files for ephemeris or rotation data, combine these, prevent invalid transformations between reference frames, and transform objects created outside of SPICE files (a new feature compared to SPICE).