Releases: LSSTDESC/snmachine
Releases · LSSTDESC/snmachine
snmachine 2.0.0.post3 Release Notes
Release highlights
- Make utils package a subpackage
What's Changed
- Issue/223/add pip by @Catarina-Alves in #252
- Post release update by @Catarina-Alves in #253
- Fix install by @Catarina-Alves in #254
- add examle PyPI upload example by @heather999 in #256
- Replace testpypi with pypi by @heather999 in #257
- make utils a subpackage of snmachine by @heather999 in #259
New Contributors
- @heather999 made their first contribution in #256
Full Changelog: v2.0.0...v2.0.0.post3
snmachine 2.0.0.post2 Release Notes
The release highlights are:
- Fix issues with pip install
- Automatically upload new package releases to PyPI
snmachine 2.0.0.dev0 Release Notes
Release to test the adding new GitHub Action to automate upload to PyPI for new releases.
snmachine 2.0.0.post0 Release Notes
The release highlights are:
- Updated citations
snmachine
supports pip installation:pip install snmachine
snmachine 2.0.0 Release Notes
This is the first public release of snmachine
.
The release highlights are:
- Overall upgrade for use with Rubin Observatory's Legacy Survey of Space and Time (LSST) data
- New LSST data class
- New Gaussian process-based augmentation
In addition, there are bug fixes and other improvements.
snmachine
no longer supports Python 2.
New tutorials
This release includes a new set of short tutorials on how to use snmachine
. Additionally, it also includes an example of how to run the full analysis for Photometric LSST Astronomical Time-Series Classification Challenge (PLAsTiCC) data.
snmachine first release
This is the first release of snmachine, shared, via this private repository, within the LSST DESC only.
Improved features over the pre-release include:
- Python 2 & 3 compatible
- New parallelisation code
- Used George as opposed to GaPP for Gaussian Processes
- Extensive unit tests