Releases: open-space-collective/open-space-toolkit-astrodynamics
Releases · open-space-collective/open-space-toolkit-astrodynamics
7.0.4
7.0.3
Rebuild docs
Full Changelog: 7.0.2...7.0.3
7.0.2
What's Changed
- chore: reduce test runtime by @vishwa2710 in #348
- refactor: tabulated trajectory to use Interpolator::Type by @apaletta3 in #349
Full Changelog: 7.0.1...7.0.2
7.0.1
What's Changed
- feat: add tests for profile::models::Tabulated by @vishwa2710 in #339
- chore: bump ostk physics to 5.1 by @kyle-cochran in #347
Full Changelog: 7.0.0...7.0.1
7.0.0
What's Changed
- feat: add xyz axes plotting option to viewer by @vishwa2710 in #337
- refactor!: remove profile state by @vishwa2710 in #338
- chore: bump Core, IO, Math, and Physics by @kyle-cochran in #336
- fix: temporarily remove ostk.astrodynamics.solvers from documentation by @vishwa2710 in #343
- refactor!: align namespaces to singular by @kyle-cochran in #341
Full Changelog: 6.1.0...7.0.0
6.1.0
6.0.1
6.0.0
chore
- add typing, update inputs for utilities (#324)
feat
- add validation app and parser (#298)
- return 0.0 when outside model bounds in TabulatedDynamics::computeContribution (#325)
- update pass constructor to allow partial passes from start/end (#327)
fix
- update pass computation epoch to improve accuracy (#326)