Version 0.2.0: Python library and aberration corrections
ChristopherRabotin
released this
09 Jan 15:25
·
374 commits
to master
since this release
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