Skip to content

v3.4

Compare
Choose a tag to compare
@onekiloparsec onekiloparsec released this 18 Nov 21:14
· 108 commits to master since this release

v3.4 brings a few but important changes since v3.3:

  • Some modules have been reorganised (dates inside times, precessions inside coordinates)
  • The default precision of Decimal is now left unset (in the past, it was set to a way too high value of 30 – Decimal.js default is 20)
  • All Planet & Earth & Moon coordinates functions now accepts the highPrecision flag (default always true)
  • Some fast algorithms were made even faster by avoiding an Decimal trigonometric and .toNumber() calls.
  • Many more benchmarks were added.
  • Fixed the missing usage of the highPrecision flag left in v3.3