Change Log¶
This page documents any API changes between different versions of the
sndata package.
V 1.2.2¶
- Introduces the abstract sndata.base_classes.Base
- Logic from the sndata.utils module is moved into multiple sub-modules.
- Increases required numpy version to >= 1.17.0
V 1.2.1¶
- Patches missing file bug for Ganeshalingam et al. 2013 release.
- Hides any benign warnings when parsing data files.
V 1.2.0¶
- Adds data from the first data release of the BLick Observatory Supernova Search (
sndata.loss.Ganeshalingam13). - The
formatargument is added to theutils.convert_to_jdfunction. - Support is added to
utils.convert_to_jdfor converting UT times to JD.
V 1.1.1¶
- Fixes bug where existing data is not skipped during download by default.
V 1.1.0¶
- Adds data from the first data release of the Sweetspot survey (
sndata.sweetsport.DR1).
V 1.0.1¶
- For consistency with the rest of the package, time values in data tables
returned by the
sndata.sdss.Sako18Specclass have been converted from UNIX timestamps to Julian day.