Changelog

Summary of all changes made since the first release

0.0.2 (2025-12-15)

  • ENH: added io submodule with routines to download, load, and write data

  • ENH: added utils submodule with routines to support a range of utilites

  • ENH: added plots submodule with plotting routines

  • ENH: added stats submodule with statistics routines

  • ENH: added eia submodule with routines to identify and classify the EIA

  • ENH: expanded the plotting suite

  • STY: cleaned up the docstrings to comply with PEP8

  • STY: changed all print statements to logger statements

  • TST: updated MacOS installation for CI

  • TST: added CI testing for documentation

  • TST: added a unit/integration test suite

  • BUG: updated Swarm altitude handling

  • BUG: updated list-like kwargs

  • DOC: included a new stats plotting tutorial

  • DOC: added basic documentation

  • DOC: added contributing guidelines

  • DOC: updated the README badges

0.0.1 (2025-08-15)

  • Alpha Release