Skip to content

BEAT v2.0.0

Compare
Choose a tag to compare
@hvasbath hvasbath released this 25 Mar 21:38
· 32 commits to master since this release
9152cf5

Contributors: Hannes Vasyura-Bathke @hvasbath

New major version is not backward compatible! Also requires python3.9+!

Added

  • new inference mode: "bem" for Boundary Element Modeling
  • allow for multi-source type inference: e.g. MTSource, RectangularSource
  • added parameter defaults module and config functionality

Changed

  • using pymc v5 and pytensor instead of pymc v3 and theano --> makes old setups incompatible
  • n_sources in config is now list of integers, previous: integer
  • source_type to: list of source_types, variable changed to source_types
  • adopted ruff linting
  • replace nose with pytest testing