Skip to content

Releases: open-space-collective/open-space-toolkit-astrodynamics

5.0.0

4.2.0

14 Nov 02:24
f477d29
Compare
Choose a tag to compare

feat

  • add periapsis scaling for QLaw and fix small bugs in oe_xx calculations (#270)

4.1.0

10 Nov 14:16
92c1251
Compare
Choose a tag to compare

build

  • Use physics 3.0.0 with data interaction improvements and constant flux and geomagnetic index input for atmospheric data models

4.0.1

08 Nov 18:43
79d7ac2
Compare
Choose a tag to compare

fix

  • fix relative logical conditions usage with Sequences (#269)

4.0.0

08 Nov 10:17
77606a8
Compare
Choose a tag to compare

What's Changed

  • feat: Event Condition termination for Sequences and relative targetting
  • feat: add finite difference solver
  • feat!: updated guidance law interface

Full Changelog: 3.3.2...4.0.0

3.3.2

18 Oct 16:40
6c2058e
Compare
Choose a tag to compare

feat

  • add missing args for StateBuilder bindings (#255)

fix

  • fix extra state being observed in integrating with conditions (#256)

3.3.1

17 Oct 22:22
7c1420a
Compare
Choose a tag to compare

3.3.0

17 Oct 20:19
8dc35fa
Compare
Choose a tag to compare

feat

  • add boost logging + logs for sequence and segments (and solutions) (#251)
  • add custom logging option for conditional solver (#252)
  • add metadata for segment and sequence solutions (#250)

fix

  • fix missing binding for Segment::Solution (#253)

refactor

  • rename files with ':' for windows compatibility (#247)

3.2.0

13 Oct 21:56
8109604
Compare
Choose a tag to compare

feat

  • Python class meta-programming for State construction (#244)
  • add Brouwer-Lyddane Mean Long and Mean Short elements (#240)
  • add State constructor with Array of Subsets (#238)
  • add StateBuilder (#237)
  • enrich StateBuilder capabilities (#239)

refactor

  • Use the built-in State method to extract coordinates (#235)

3.1.0

09 Oct 23:48
973343a
Compare
Choose a tag to compare

feat

  • add bindings for ConstantThrust static constructors (#232)
  • add functions to extract multiple subsets at once. (#234)
  • return conditional solution for segment and sequences (#233)
  • update State printing to support extended state (#231)