Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 10:02
· 203 commits to master since this release

MonteCarloMeasurements v0.9.0

Breaking changes

  • The default number of Particles is changed from 10000 to 2000
  • Display of particles in the REPL is improved
  • GenericLinearAlgebra.jl is installed, but not loaded by default. This means that some LAPACK-style functionality that previously worked for matrices of particles no longer works unless GenericLinearAlgebra is manually loaded. Examples include `svd, eigvals´ etc. This change was made to get around warnings about GenericLinearAlgebra and GenericSVD pirating the same functions.

MonteCarloMeasurements is now also compatible with julia nightly

Diff since v0.8.12