Skip to content

Releases: LSSTDESC/snmachine

snmachine 2.0.0.post3 Release Notes

24 Jan 14:31
Compare
Choose a tag to compare

Release highlights

  • Make utils package a subpackage

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.0.post3

snmachine 2.0.0.post2 Release Notes

17 Sep 17:48
f900df5
Compare
Choose a tag to compare

The release highlights are:

  • Fix issues with pip install
  • Automatically upload new package releases to PyPI

snmachine 2.0.0.dev0 Release Notes

16 Sep 12:10
31fdfb1
Compare
Choose a tag to compare

Release to test the adding new GitHub Action to automate upload to PyPI for new releases.

snmachine 2.0.0.post0 Release Notes

30 Jul 10:20
ede2f5e
Compare
Choose a tag to compare

The release highlights are:

  • Updated citations
  • snmachine supports pip installation: pip install snmachine

snmachine 2.0.0 Release Notes

14 Jul 09:08
Compare
Choose a tag to compare

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

04 Feb 19:45
87cd27d
Compare
Choose a tag to compare

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