Skip to content

Releases: mwvgroup/pittgoogle-client

v0.3.1

26 Jun 08:39
67c3c21
Compare
Choose a tag to compare

[0.3.1] - 2024-06-26

Added

  • Subscription.purge method.

Fixed

  • Bugfix message format in Alert.from_cloud_run.

Changed

  • Updated dependencies in poetry.lock file to latest versions.
  • Relaxed pandas version pin in pyproject.toml file (for SuperNNova library).

Removed

  • pittgoogle_env.yml file

v0.3.0

09 Jun 08:52
d0858b7
Compare
Choose a tag to compare

[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.

V0.2.0

02 Jul 19:14
5024a7d
Compare
Choose a tag to compare

What's Changed

  • Overhaul pubsub module and update docs by @troyraen in #15

Added

  • auth module supporting authentication via a service account or oauth2
  • exceptions module with class OpenAlertError
  • "Overview" section in docs
  • classes in utils module: ProjectIds, Cast
  • files: CHANGELOG.md, pittgoogle_env.yml

Changed

  • Overhaul the pubsub module. Add classes Topic, Subscription, Consumer, Alert,
    Response.

Fixed

  • cleanup some issues flagged by Codacy

v0.1.1

15 May 15:39
5ce3b65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1