v0.3.12
Added
- Data listings and references for LSST
- Support for LSST schema versions 7.2, 7.3, and 7.4
- README.md describing where the new LSST alert schemas were obtained.
- Add 'package_path' as a package-level variable.
- Add test data for LSST, LVK, and ZTF.
- Add unit tests for:
registry.Schemasalert.Alertutils.Cast
- Add Alert properties and methods:
skymapdrop_cutouts_prep_for_publish_str_to_datetime
- Add class
alert.MockInputwith support for Cloud Functions - Add dependencies
hpgeomandgoogle-cloud-functions.
Changed
- Update data listings for ZTF and LVK
schema.pynow specifies all schema versions that are available for LSST- Schema mappings for new LSST alert versions incorporated into
schemas.yml - Implement
schema._ConfluentWireAvroSchema.serialize. - Add IDs to
Alert.attributesthe first time it is accessed. - Dependencies: Lazy load astropy.
Removed
- Remove
utils.Cast._strip_cutouts_ztf(moved toAlert)