Skip to content

Releases: cgarling/StellarTracks.jl

v1.0.1

29 Aug 19:05

Choose a tag to compare

StellarTracks v1.0.1

Diff since v1.0.0

Add gridname to API, move PARSECChemistry to BolometricCorrections.jl, some other changes to support v0.1.4 of BolometricCorrections.jl.

Merged pull requests:

v1.0.0

01 Jul 14:55

Choose a tag to compare

StellarTracks v1.0.0

Diff since v0.0.2

Initial v1.0.0 release

Merged pull requests:

Closed issues:

  • PARSEC metallicities (#9)
  • Use different tracks for BaSTIv1 (#16)

BaSTI v2 Tracks

09 Jun 14:28

Choose a tag to compare

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

06 Jun 18:30

Choose a tag to compare

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.