Releases: Starfish-develop/Starfish
Releases · Starfish-develop/Starfish
v0.4.2
What's Changed
- Remove Planck scaling of global covariance by @mileslucas in #145
- Fix IndexInterpolator bug by @mileslucas in #147
Full Changelog: v0.4.0...v0.4.2
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.
Starfish v0.3.2
Chebyshev correction added to SpectrumModel
.
Starfish v0.3.1
bump version 0.3.1
Starfish v0.3.0
!!! 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
Trying once more to get the Zenodo hook to work.
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).
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}
instar.py --sample
- Worked examples in the Documentation
- Use MCMC sampling optimal jump matrix if it is available with
--use_cov
flag tostar.py --sample
Changed
- Minor refactoring
Fixed
- A bug in how fix_c0 is toggled during Chebyshev polynomial optimization
- The
--cov
feature now works inchain.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