Releases: sncosmo/SNData
Releases · sncosmo/SNData
v1.3.0
What's Changed
- Update test suite to work with GitHub Actions by @djperrefort in #78
- Code inspection edits by @djperrefort in #77
- Adds BSNIP module by @djperrefort in #76
Full Changelog: 1.2.2...v1.3.0
1.2.2
- Introduces the abstract
sndata.base_classes.Base
- Logic from the
sndata.utils
module is broken into multiple sub-modules. - Increases required numpy version to >= 1.17.0
v1.2.1
- Patches missing file bug for Ganeshalingam et al. 2013 release.
- Hides any benign warnings when parsing data files.
v1.2.0
- Adds data from the first data release of the BLick Observatory Supernova Search (
sndata.loss.Ganeshalingam13
) - The
format
argument is added to theutils.convert_to_jd
function. - Support is added to
utils.convert_to_jd
for converting UT times to JD.
v1.1.1
Fixes bug where data is downloaded even if already available
v1.1.0
Adds data from the first data release of the Sweetspot survey (sndata.sweetsport.DR1
).