Releases: baggepinnen/MonteCarloMeasurements.jl
Releases · baggepinnen/MonteCarloMeasurements.jl
v0.9.0
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
v0.8.12
MonteCarloMeasurements v0.8.12
- Perform
A*p::Vector{StaticParticles{T,N}
using BLAS matrix-matrix multiply for about 2x performance improvements. - more docstring
v0.8.11
MonteCarloMeasurements v0.8.11
- Bugfixes for plots
- Additions to documentation
Closed issues:
v0.8.10
MonteCarloMeasurements v0.8.10
Closed issues:
- bymap does not support function with 2 output values (#74)
Merged pull requests:
- preliminary support for Unitful. Solves #68 (#72) (@baggepinnen)
v0.8.9
MonteCarloMeasurements v0.8.9
Merged pull requests:
- CompatHelper: bump compat for "RecipesBase" to "1.0" (#75) (@github-actions[bot])
v0.8.8
MonteCarloMeasurements v0.8.8
v0.8.7
MonteCarloMeasurements v0.8.7
v0.8.6
v0.8.5
MonteCarloMeasurements v0.8.5
Merged pull requests:
- CompatHelper: bump compat for "StatsBase" to "0.33" (#70) (@github-actions[bot])
v0.8.4
MonteCarloMeasurements v0.8.4
Merged pull requests: