Skip to content

Releases: baggepinnen/MonteCarloMeasurements.jl

v0.9.0

17 Jun 10:02
Compare
Choose a tag to compare

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

v0.8.12

28 May 09:03
Compare
Choose a tag to compare

MonteCarloMeasurements v0.8.12

  • Perform A*p::Vector{StaticParticles{T,N} using BLAS matrix-matrix multiply for about 2x performance improvements.
  • more docstring

Diff since v0.8.11

v0.8.11

28 May 08:03
Compare
Choose a tag to compare

MonteCarloMeasurements v0.8.11

Diff since v0.8.10

  • Bugfixes for plots
  • Additions to documentation

Closed issues:

  • register_primitive doesn't work for Uniful Quantity objects wrapping Particles (#68)
  • Question about register_primitive() (#79)
  • Multiplication with particles from Unitful.jl (#81)

v0.8.10

12 Apr 09:01
86461d7
Compare
Choose a tag to compare

MonteCarloMeasurements v0.8.10

Diff since v0.8.9

Closed issues:

  • bymap does not support function with 2 output values (#74)

Merged pull requests:

v0.8.9

05 Apr 22:01
73275d9
Compare
Choose a tag to compare

MonteCarloMeasurements v0.8.9

Diff since v0.8.8

Merged pull requests:

  • CompatHelper: bump compat for "RecipesBase" to "1.0" (#75) (@github-actions[bot])

v0.8.8

01 Apr 10:01
Compare
Choose a tag to compare

MonteCarloMeasurements v0.8.8

Diff since v0.8.7

v0.8.7

01 Apr 05:02
2dc6945
Compare
Choose a tag to compare

MonteCarloMeasurements v0.8.7

Diff since v0.8.6

v0.8.6

31 Mar 07:02
d661f81
Compare
Choose a tag to compare

MonteCarloMeasurements v0.8.6

Diff since v0.8.5

Merged pull requests:

v0.8.5

27 Mar 02:02
419b91d
Compare
Choose a tag to compare

MonteCarloMeasurements v0.8.5

Diff since v0.8.4

Merged pull requests:

  • CompatHelper: bump compat for "StatsBase" to "0.33" (#70) (@github-actions[bot])

v0.8.4

20 Mar 04:02
884a4e1
Compare
Choose a tag to compare

MonteCarloMeasurements v0.8.4

Diff since v0.8.3

Merged pull requests:

  • CompatHelper: bump compat for "RecipesBase" to "0.8" (#59) (@github-actions[bot])
  • CompatHelper: bump compat for "Distributions" to "0.23" (#69) (@github-actions[bot])