Recent Releases of starfish

starfish - v0.4.2

What's Changed

  • Remove Planck scaling of global covariance by @mileslucas in https://github.com/Starfish-develop/Starfish/pull/145
  • Fix IndexInterpolator bug by @mileslucas in https://github.com/Starfish-develop/Starfish/pull/147

Full Changelog: https://github.com/Starfish-develop/Starfish/compare/v0.4.0...v0.4.2

- Python
Published by mileslucas over 3 years ago

starfish - Starfish v0.4.0

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.

- Python
Published by mileslucas over 4 years ago

starfish - Starfish v0.3.2

Chebyshev correction added to SpectrumModel.

- Python
Published by mileslucas almost 5 years ago

starfish - Starfish v0.3.1

- Python
Published by mileslucas about 5 years ago

starfish - Starfish v0.3.0

!!! Breaking Release !!!

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

- Python
Published by mileslucas over 5 years ago

starfish - ca. Czekala et al. 2015 release w/ Zenodo

Trying once more to get the Zenodo hook to work.

- Python
Published by iancze about 7 years ago

starfish - ca. Czekala et al. 2015 release

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).

- Python
Published by iancze about 7 years ago

starfish - Starfish Version 0.2

[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

- Python
Published by gully almost 10 years ago