Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 15:49
· 1 commit to main since this release

StarFormationHistories v0.2.0

Diff since v0.1.1

Breaking changes

  • This version transitions from separate fitting functions for different AMRs (e.g., fit_templates_mdf and fit_templates_logamr) to a single fitting function fit_sfh whose behavior is determined by arguments that set the metallicity evolution and dispersion models to use. This design enables more flexibility with respect to the types of AMR and MZR models that can be used. The HMC sampling routines have likewise been transitioned to a single sample_sfh function. For now the old methods are still included but will be deprecated in the future. The example notebook at examples/fitting1.ipynb has been updated to use these new interfaces.

Merged pull requests:

Closed issues:

  • Redo threading in sampling methods (#19)
  • Integrated metallicity distribution functions (#24)
  • Consider removing LoopVectorization.jl (#26)
  • Correct HMC sampling with fixed parameters (#53)