Releases: baggepinnen/MonteCarloMeasurements.jl
Releases · baggepinnen/MonteCarloMeasurements.jl
v0.9.8
v0.9.7
v0.9.6
MonteCarloMeasurements v0.9.6
v0.9.5
MonteCarloMeasurements v0.9.5
v0.9.4
MonteCarloMeasurements v0.9.4
v0.9.3
MonteCarloMeasurements v0.9.3
Performance improvements for StaticParticles in axpy!, mul!
v0.9.2
MonteCarloMeasurements v0.9.2
- Faster
dot
and matrix-vector multiply forStaticParticles
by using BLAS.
Closed issues:
- How to make MonteCarloMeasurements work with Optim (#82)
v0.9.1
MonteCarloMeasurements v0.9.1
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