You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v0.3.7] - 2024-07-02
Added
A default schema to be used when no schema is provided.
Child classes for schema.Schema that are specific to different serialization formats.
Fixed
Support for the latest LSST schema version (lsst.v7_1.alert). Note that this is the only LSST schema
version currently supported.
Changed
Renamed exceptions.SchemaNotFoundError -> exceptions.SchemaError, repurposed for more general use.
Updates to documentation.
Removed
Removed exceptions.OpenAlertError. Use exceptions.SchemaError instead.
Removed dependency on lsst-alert-packet package. We cannot install this from a git repo and also
publish our package to PyPI. Need to figure out how to fix this. Without it,
'schema.SchemaHelper.lsst_auto_schema_helper' will not work.