Skip to content

3.0.0

Compare
Choose a tag to compare
@lgrcia lgrcia released this 17 May 11:55
· 227 commits to main since this release
daee09a

Major release 🎉

Description:
Full rewriting to match initial goals and deleting instrument-specific objects (⚠️ breaking changes)

What has been added?

  • Fluxes object (can be saved as file)
  • Better blocks to extract data within Sequence
  • Varying size blocks @AlfredXiaSF (#68, #69)
  • Clearer and tested documentation @hauretc
  • Working multiprocessing sequence
  • Much more testings! 🪨 (e.g. see tested blocks)
  • Publish with GitHub Actions CI

What has been removed?

  • Observation object -> replaced by lighter and versatile Image and Fluxes objects
  • Latex Reports -> moved to the verse package

New Contributors