Skip to content

Latest commit

 

History

History
122 lines (85 loc) · 3.98 KB

File metadata and controls

122 lines (85 loc) · 3.98 KB

Changelog

[0.4.1] - 2025-08-03

Improvements

  • Exclude BSP files from release (#42)

Full Changelog: https://github.com/rhannequin/ruby-ephem/compare/v0.4.0...v0.4.1

[0.4.0] - 2025-06-09

Improvements

  • Improve Chebyshev polynomial performance (#33)
  • Improve download file management (#34)
  • Validate against all kernels and date ranges (#36)
  • Add supported Ruby versions (#35)
  • Bump rspec from 3.13.0 to 3.13.1 by @dependabot (#38)
  • Bump rake from 13.2.1 to 13.3.0 by @dependabot (#39)
  • Bump csv from 3.3.4 to 3.3.5 by @dependabot (#40)

Full Changelog: https://github.com/rhannequin/ruby-ephem/compare/v0.3.1...v0.4.0

[0.3.1] - 2025-05-16

Bug fixes

  • Write downloaded ephemeris in binary mode by @trevorturk (#31)

Improvements

  • Bump standard from 1.49.0 to 1.50.0 by @dependabot (#29)

New Contributors

  • @trevorturk made their first contribution in #31

Full Changelog: https://github.com/rhannequin/ruby-ephem/compare/v0.3.0...v0.3.1

[0.3.0] - 2025-04-30

Features

  • Improve find_interval with binary search (#24)
  • Use alias methods to get segment position or state (#27)

Improvements

  • Bump irb from 1.15.1 to 1.15.2 by @dependabot (#21)
  • Bump standard from 1.47.0 to 1.49.0 by @dependabot (#23)
  • Bump csv from 3.3.3 to 3.3.4 by @dependabot (#25)
  • Bump parallel from 1.26.3 to 1.27.0 by @dependabot (#26)

Full Changelog: https://github.com/rhannequin/ruby-ephem/compare/v0.2.0...v0.3.0

[0.2.0] - 2025-03-28

Features

  • Simplify download (#12)
  • SPK excerpt generator (#13)
  • Improve documentation on excerpts (#16)
  • IMCCE INPOP support (#20)

Improvements

  • Add Dependabot (#6)
  • Replace testing kernel (#17)
  • Add irb to dev dependencies (#14)
  • Add support for Rubies 3.2.7 and 3.4.2 (#15)
  • Bump csv from 3.3.0 to 3.3.2 by @dependabot (#7)
  • Bump standard from 1.43.0 to 1.44.0 by @dependabot (#8)
  • Bump standard from 1.44.0 to 1.45.0 by @dependabot (#9)
  • Bump csv from 3.3.2 to 3.3.3 by @dependabot (#11)
  • Bump standard from 1.45.0 to 1.47.0 by @dependabot (#10)
  • Bump json from 2.10.1 to 2.10.2 by @dependabot (#18)

New Contributors

  • @dependabot made their first contribution in #7

Full Changelog: https://github.com/rhannequin/ruby-ephem/compare/v0.1.0...v0.2.0

[0.1.0] - 2025-01-01

  • Initial release