Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.73 KB

CHANGES.rst

File metadata and controls

59 lines (48 loc) · 1.73 KB

2.0 (unreleased)

  • Migrated to the new package template (APE17)
  • Moved from travis to github actions for CI
  • Moved from coveralls to codecov for test coverage reporting

1.4 (2020-5-15)

  • adjustable stellar priors
  • 2D pPDFs added
  • improvements to AST generation
  • AGB stellar atmosphere models
  • tool scripts expanded and documented
  • some scripts system callable (e.g., 'beast get_libfiles')
  • examples moved to separate repository
  • automated testing expanded
  • various documentation updates and bugfixes

1.3 (2019-08-20)

  • python 2 support dropped
  • splitting run_beast.py up to be more pythonic
  • AGB model atmospheres added
  • generalized dust extinction curves (via dust_extinction package)
  • can simulate observations based on physics/observation model
  • observationmodel split by background or source density
  • very simple splinter observationmodel added
  • symlog used to support negative values in log pPDFs
  • various documentation updates and bugfixes

1.2 (2018-06-22)

  • systemic velocity of galaxy can be specified
  • symlog used for flux pPDFs of with negative values
  • ASTs can be based on source density or surface brightness
  • model grid can be split up to allow parallel execution
    • resulting pPDFs can be reassembled
  • various bugfixes

1.1 (2018-04-28)

  • pip installable version
  • library files in BEAST_PATH, ~/.beast, or in src directory beast/beast/libs
  • automated regression testing
  • distance added as 7th variable
  • optimized generation of ASTs for toothpick model
  • ASTs locations in observed images can be based on residual surface brightness image
  • various bugfixes

1.0 (2017-12-29)

  • initial release
  • fully functioning code