github untoldwind/KontrolSystem2 v0.5.2.4

latest releases: v0.5.9.5, v0.5.9.4, v0.5.9.3...
5 months ago

Bug fix release:

  • Fix/tweak update of maneuver node data (#111)
  • Add .sort method for array (#114). Example: [10,6,5].sort() == [5,6,10]
  • Add .slice method for array (#114). Examples:
    • [00, 11, 22, 33, 44].slice(2) == [22,33,44]
    • [00, 11, 22, 33, 44].slice(1, 3) == [11,22]
  • Add .reduce method for array (#114): Example: [1,2,3,4].reduce(0, fn(a, e) -> a + e) == 10
  • Fix handling of comments in chained method calls (#113)
  • Fix type resolution for imported constants (#107)
  • Ensure that non-global coordinates are in the celestial frame of the main body (addresses #117)
  • Breaking change: Fix take motion of parent body into account for orbit.global_position(ut) (#116)
    • If you have used orbit.global_position(ut) before you might want to use orbit.global_relative_position instead

Don't miss a new KontrolSystem2 release

NewReleases is sending notifications on new releases.