Releases: cgarling/StellarTracks.jl
v1.0.1
StellarTracks v1.0.1
Add gridname to API, move PARSECChemistry to BolometricCorrections.jl, some other changes to support v0.1.4 of BolometricCorrections.jl.
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#25) (@dependabot[bot])
v1.0.0
StellarTracks v1.0.0
Initial v1.0.0 release
Merged pull requests:
- Implement updated BaSTI models (#17) (@cgarling)
- Refactor BaSTIv1 (#18) (@cgarling)
- Fix CSV.read for tuple
select_columns(#20) (@cgarling) - Codecov ignore (#21) (@cgarling)
- Revise
AbstractTrackLibraryAPI (#22) (@cgarling) - Try using
@datadep_strwith full path to files (#23) (@cgarling)
Closed issues:
BaSTI v2 Tracks
This release contains the updated BaSTI stellar tracks (first presented in Hidalgo et al. 2018) reprocessed for use in this package. The data are formatted as a binary JLD2 file meant to be read by the JLD2.jl Julia package. The data are packed as a TypedTables.Table struct so you need to load this type before the data can be unpacked (install TypedTables.jl, run using TypedTables: Table before loading the file). Users of StellarTracks.jl do not need to interact with this file -- it will be automatically downloaded and read if you request the BaSTI v2 tracks using DataDeps.jl.
BaSTI 2013 tracks
This release contains the BaSTI stellar tracks presented in Pietrinferni et al. 2004, 2006, and 2013 reprocessed for use in this package. The data are formatted as a binary JLD2 file meant to be read by the JLD2.jl Julia package. The data are packed as a TypedTables.Table struct so you need to load this type before the data can be unpacked (install TypedTables.jl, run using TypedTables: Table before loading the file). Users of StellarTracks.jl do not need to interact with this file -- it will be automatically downloaded and read if you request the BaSTI 2013 tracks using DataDeps.jl.