Skip to content

v0.2.2

Compare
Choose a tag to compare
@dahlend dahlend released this 20 May 20:37
· 111 commits to main since this release

[0.2.2] - 2024 - 5 - 20

Added

  • Added support for downloading ZTF full fields FOV information into the neospy cache.
  • Added simple lookup for observatory ecliptic state using MPC observatory codes.
  • Added 'Tutorials' to the documentation, these are larger worked examples which do not
    build at the same time as the standard docs. They are designed to be examples which
    take significant compute, and may run for many minutes.
  • Added Tutorials for 'KONA' and 'WISE Precovery'.

Changed

  • Moved population definitions to the base level and renamed it population.
  • Changed references to diameters in the broken power law sampler.
  • FOV propagation tests now return a flatten list of states.
  • Renamed data to cache to more accurately represent its function.

Fixed

  • Coordinate frame conversion was resulting in incorrect coordinate positions when
    passing Equatorial based frames to some FOV related functions. Specifically it was
    failing to convert the Equatorial frame to Ecliptic frame before performing orbit
    calculations.

Removed

  • Removed construction of populations entirely.
  • Removed folder for population, the remaining contents were moved up to the base
    level of the package.
  • Removed PDS related tools.