Skip to content

Releases: Starfish-develop/Starfish

v0.4.2

07 Jun 07:03
ab1d004
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.2

Starfish v0.4.0

28 Jun 22:29
77e6d13
Compare
Choose a tag to compare

This release adds flux-normalization (for absolutely calibrated spectra) into the SpectralEmulator and SpectrumModel classes. Breaking change in the emulator HDF5 structure will require manually updating trained emulators or creating a new emulator and retraining.

Starfish v0.3.2

22 Mar 16:15
Compare
Choose a tag to compare

Chebyshev correction added to SpectrumModel.

Starfish v0.3.1

27 Feb 07:51
Compare
Choose a tag to compare
bump version 0.3.1

Starfish v0.3.0

24 Nov 08:25
Compare
Choose a tag to compare

!!! Breaking Release !!!

Culmination of many API and implementation changes. See the documentation for more information about the changes.

ca. Czekala et al. 2015 release w/ Zenodo

12 Dec 00:32
Compare
Choose a tag to compare

Trying once more to get the Zenodo hook to work.

ca. Czekala et al. 2015 release

12 Dec 00:26
Compare
Choose a tag to compare

The motivation for this release is to capture the codebase in a state that is (relatively) undisturbed since the Czekala et al. 2015 paper. We have some development changes planned (moving script functionality into an API).

Starfish Version 0.2

11 Mar 01:59
Compare
Choose a tag to compare

[0.2.0] - 2016-03-11

Added

  • Support for IGRINS and ESPaDOnS instrument classes
  • Save intermediate progress in MCMC chains with arg --incremental_save={N} in star.py --sample
  • Worked examples in the Documentation
  • Use MCMC sampling optimal jump matrix if it is available with --use_cov flag to star.py --sample

Changed

  • Minor refactoring

Fixed

  • A bug in how fix_c0 is toggled during Chebyshev polynomial optimization
  • The --cov feature now works in chain.py
  • A bug preventing import of model grid interfaces
  • Travis builds are now passing
  • sigAmp is now forced to be positive, preventing Cholesky decomposition error