Releases: llnl/SSAPy
Releases · llnl/SSAPy
Suppressing missed debug print in compute.py
Full Changelog: v1.1.2...v1.1.3
Simplified install process
Data files are included in pip install, and are not downloaded from github upon import.
What's Changed
- Offline download by @denvir-py in #107
Full Changelog: v1.1.1...v1.1.2
Added Earth Collision Detection
Made changes to the RK and SciPy integrator classes to break propagation on collision with the Earth. State vectors return all states up to and including the first invalid state. Previous behavior was to return NaN.
v1.1
What's Changed
- Rename
developbranch tomainin docs by @igoumiri in #3 - fixed depreciated function names by @SuperdoerTrav in #9
- Store data files using Git LFS by @aperloff in #2
- Fix docutils/sphinx-rtd-theme dependency issue by @aperloff in #10
- Improve concepts page of docs by @igoumiri in #8
- Add basic documentation + small fixes by @igoumiri in #4
- New plots by @SuperdoerTrav in #11
- Fix docs build and warnings by @igoumiri in #24
- Updated setup and requirements documents by @rusu24edward in #21
- Fixed TimeDelta Warning from astropy by @bbreisch26 in #20
- Document constants in API reference by @igoumiri in #23
- Add meaning of SOFA acronym to function comments by @JasonBernstein1 in #27
- Modify checkAngle function to allow non-default rtol by @JasonBernstein1 in #26
- CI Updates by @aperloff in #29
- Define DRO, GTO, and LD acronyms in comments by @JasonBernstein1 in #30
- Update to documentation by @Kerianne28 in #32
- Fix issue with images not being built by @aperloff in #31
- Fix issue with building image by @aperloff in #33
- Update documentation for tests from Montenbruck and Gill by @JasonBernstein1 in #28
- Split maneuver test into three separate tests by @JasonBernstein1 in #34
- Add test of Keplerian element evaluation from position and velocity by @JasonBernstein1 in #36
- Fix typos in compute.py by @JasonBernstein1 in #44
- Improve documentation in orbit_solver.py by @JasonBernstein1 in #43
- Fix typos and uppercase acronym in test_plots.py by @JasonBernstein1 in #41
- Add docstring explaining origin and purpose of test by @JasonBernstein1 in #39
- Fix test of sun's gravitational parameter by @JasonBernstein1 in #38
- JOSS paper submission by @astrophpeter in #47
- Update paper.md for JOSS re-review to make paper compile properly by @astrophpeter in #52
- Fixed docstrings in the documentation by @denvir-py in #53
- API Modular Tabular Format with Inheritance Diagrams by @denvir-py in #54
- Fixed failures from tolerance by @rusu24edward in #22
- Refactor tests to simplify sampling of LEO and GEO orbits by @JasonBernstein1 in #40
- Added docstring to propagator.py by @denvir-py in #65
- Added docstrings to orbit_solver.py by @denvir-py in #63
- Added docstrings to io.py by @denvir-py in #61
- Added docstrings to linker.py by @denvir-py in #62
- Added docstrings to plotUtils.py by @denvir-py in #64
- Added docstrings to ellipsoid.py by @denvir-py in #58
- Added docstrings to correlate-tracks.py by @denvir-py in #57
- Added docstrings to compute.py by @denvir-py in #56
- Update documentation and functions in utils.py by @JasonBernstein1 in #42
- Remove f prefix from strings that do not use string interpolation by @JasonBernstein1 in #50
- Fixing codecov and README by @denvir-py in #55
- Added docstrings to rvsampler.py by @denvir-py in #66
- Added docstrings to utils.py by @denvir-py in #67
- Creating pip install capabilities by @denvir-py in #60
- Minor docstring edits by @denvir-py in #68
- Refactor CI and Package Management for Streamlined Installation and Testing by @denvir-py in #69
- Edits to pytest by @denvir-py in #70
- Adding a JOSS status badge by @denvir-py in #71
- Update to install instructions by @denvir-py in #72
- added examples to documentation by @astrophpeter in #77
- fixed docs typos by @astrophpeter in #78
- Adding tests by @denvir-py in #73
- Creating automated pypi publishing by @denvir-py in #76
- normalized moon_normal_vector by @SuperdoerTrav in #84
- Fix/sun shine by @SuperdoerTrav in #85
- Fix paper to address issue #79 by @astrophpeter in #83
- Adding apparent magnitude 3D plot example by @denvir-py in #87
- Adding reference to Tudat and Orekit by @denvir-py in #88
- Adding solar phase angle example by @denvir-py in #89
- updated paper for JOSS review by @astrophpeter in #90
- fix minor grammatical issues in the JOSS paper by @astrophpeter in #91
- fixed more typos in the JOSS paper by @astrophpeter in #92
- update bib DOI for JOSS by @astrophpeter in #93
New Contributors
- @igoumiri made their first contribution in #3
- @SuperdoerTrav made their first contribution in #9
- @aperloff made their first contribution in #2
- @rusu24edward made their first contribution in #21
- @bbreisch26 made their first contribution in #20
- @JasonBernstein1 made their first contribution in #27
- @Kerianne28 made their first contribution in #32
- @astrophpeter made their first contribution in #47
- @denvir-py made their first contribution in #53
Full Changelog: https://github.com/LLNL/SSAPy/commits/v1.1