Releases: mwvgroup/pittgoogle-client
Releases · mwvgroup/pittgoogle-client
v0.3.1
[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
[0.3.0] - 2024-06-08
Added
Alert
andTable
classes.- Registry for alert schemas and GCP Project IDs.
- Alert schemas (Avro) and schema maps (yaml).
- Exceptions:
BadRequest
andSchemaNotFoundError
. - Types:
PubsubMessageLike
andSchema
. - 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
What's Changed
Added
auth
module supporting authentication via a service account or oauth2exceptions
module with classOpenAlertError
- "Overview" section in docs
- classes in
utils
module:ProjectIds
,Cast
- files:
CHANGELOG.md
,pittgoogle_env.yml
Changed
- Overhaul the
pubsub
module. Add classesTopic
,Subscription
,Consumer
,Alert
,
Response
.
Fixed
- cleanup some issues flagged by Codacy
v0.1.1
What's Changed
- Add CI/CD workflows around poetry by @djperrefort in #7
- Bump actions/deploy-pages from 1 to 2 by @dependabot in #8
- Run PEP8 linting by @djperrefort in #9
- Adds IDE files to .gitignore by @djperrefort in #11
- Drop .pylintrc and setup.cfg files by @djperrefort in #10
- Updates packaging metadata by @djperrefort in #14
New Contributors
- @djperrefort made their first contribution in #7
- @dependabot made their first contribution in #8
Full Changelog: v0.1.0...v0.1.1