Releases: baggepinnen/MonteCarloMeasurements.jl
Releases · baggepinnen/MonteCarloMeasurements.jl
v0.6.3
[v0.6.3]
This version brings some (sometimes significant) performance improvements for regular Particles
(https://github.com/baggepinnen/MonteCarloMeasurements.jl/tree/v0.6.3) (2020-01-03)
Merged pull requests:
- Switch from map to broadcast (#53) (baggepinnen)
v0.6.2
v0.6.2 (2019-12-31)
This release adds support for SLEEFPirates.jl
If the user manually loads SLEEFPirates, some functions like exp,log
will be faster for particles, especially for Particles{Float32,N}
Closed issues:
- Feature Request: Violin plots (#48)
Merged pull requests:
- Sleefpirates (#52) (baggepinnen)
v0.6.1
v0.6.0
v0.6.0 (2019-12-19)
Merged pull requests:
- try to fix inference for
zero
(#51) (simeonschaub) (this led to some nice performance improvements) - overhaul promotion (#49) (simeonschaub) (we now handle discrete distributions with integer or boolean element types much better)
- Remove support for WeightedParticles (#33) (baggepinnen) (they didn't work well anyways, remains to be reimplemented in the future)
v0.5.8
v0.5.7
v0.5.7 (2019-12-03)
Merged pull requests:
- Add conversion from Particles to Array (#43) (sethaxen)
- add support for discrete distributions (#42) (simeonschaub)
v0.5.6
v0.5.6 (2019-12-01)
Merged pull requests:
- Generalize Matrix/Particle conversions to Array (#41) (sethaxen)
- Update Documenter version (#39) (baggepinnen)
v0.5.5
v0.5.5 (2019-11-27)
Merged pull requests:
- fix promotion of Particles with Missing (#40) (simeonschaub)
v0.5.4
v0.5.4 (2019-11-06)
Merged pull requests:
- CompatHelper: bump compat for "StaticArrays" to "0.12" (#38) (github-actions[bot])
- CompatHelper: bump compat for "Lazy" to "0.14" (#37) (github-actions[bot])
v0.5.3
v0.5.3 (2019-10-23)
Updated compat bounds
Merged pull requests:
- move docs to proper documentation (#34) (baggepinnen)