v0.9.0
MonteCarloMeasurements v0.9.0
Breaking changes
- The default number of
Particlesis 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