Skip to content

v0.3.0

Compare
Choose a tag to compare
@troyraen troyraen released this 09 Jun 08:52
· 24 commits to main since this release
d0858b7

[0.3.0] - 2024-06-08

Added

  • Alert and Table classes.
  • Registry for alert schemas and GCP Project IDs.
  • Alert schemas (Avro) and schema maps (yaml).
  • Exceptions: BadRequest and SchemaNotFoundError.
  • Types: PubsubMessageLike and Schema.
  • ZTF Figures Tutorial

Changed

  • Major updates to pubsub classes.
  • Make README.md point to the new docs.

Removed

  • figures module (content moved to tutorial). This allowed the removal of the following explicit
    dependencies: aplpy, matplotlib, numpy. Content moved to ZTF Figures Tutorial.
  • v0.1 bigquery functions.
  • Setup and requirements files that are no longer needed after switching away from Read The Docs.