Skip to content

brutus v0.8.2

Latest
Compare
Choose a tag to compare
@gusbeane gusbeane released this 22 May 17:49
· 17 commits to master since this release

This version implements various speed improvements to brutus. It is now ~ 2x faster. numba is now a required dependency.

This version is also the first version to be available on pip. You can install with

pip install astro-brutus

The following changes have been made

  • A homemade multivariate sampler is used now which can handle multiple covariance matrices, much faster than looping over numpy's
  • Some of the more compute-intensive portions of the code have been optimized using numba.
  • General code reorganization and refactoring. Some user-facing variables have been renamed.

This also removes parallel support.