Skip to content

Releases: baggepinnen/MonteCarloMeasurements.jl

v1.0.4

27 Dec 07:40
e28aebf
Compare
Choose a tag to compare

MonteCarloMeasurements v1.0.4

Diff since v1.0.3

Merged pull requests:

v1.0.3

06 Oct 05:49
aa1427c
Compare
Choose a tag to compare

MonteCarloMeasurements v1.0.3

Diff since v1.0.2

Merged pull requests:

v1.0.2

04 Sep 07:29
Compare
Choose a tag to compare

MonteCarloMeasurements v1.0.2

Diff since v1.0.1

Closed issues:

  • Base.length(x::Particles) = 1 for closer behavior to number (#115)

v1.0.1

01 Sep 14:44
1a55e08
Compare
Choose a tag to compare

MonteCarloMeasurements v1.0.1

Diff since v1.0.0

Merged pull requests:

v1.0.0

01 Sep 04:49
Compare
Choose a tag to compare

MonteCarloMeasurements v1.0.0

Diff since v0.10.4

Breaking changes

  • All functions that were defined on scalars and used to reduce particles to a scalar, e.g., mean, maximum,, std now behave as if Particles are scalars, i.e., mean(p::Particles) = p. These function have been replaced by new functions with a prefix p, e.g., pmean.
  • particles are no longer iterable other than as a scalar.
  • length(p) now returns 1 instead of the number of particles.

Closed issues:

  • mean([1±1, 2±1]) should give a scalar (#104)
  • Type stable constructors for Particles (#112)
  • Surprising behavior of append!(..) (#113)

Merged pull requests:

v0.10.4

09 Jun 05:27
Compare
Choose a tag to compare

MonteCarloMeasurements v0.10.4

Diff since v0.10.3

Closed issues:

  • Missing method for hash or unique (#111)

v0.10.3

02 May 19:37
096482b
Compare
Choose a tag to compare

MonteCarloMeasurements v0.10.3

Diff since v0.10.2

Merged pull requests:

  • CompatHelper: bump compat for "Distributions" to "0.25" (#109) (@github-actions[bot])

v0.10.2

27 Apr 06:33
787f6ba
Compare
Choose a tag to compare

MonteCarloMeasurements v0.10.2

Diff since v0.10.1

Closed issues:

  • Should float(x::Particles) be considered just returning x? (#107)

Merged pull requests:

v0.10.1

13 Mar 13:16
7ee28fe
Compare
Choose a tag to compare

MonteCarloMeasurements v0.10.1

Diff since v0.10.0

Closed issues:

  • How to make it work with NLsolve (#106)

v0.10.0

30 Jan 09:27
Compare
Choose a tag to compare

MonteCarloMeasurements v0.10.0

This release is only breaking due to compatibility with older julia versions (< 1.5) being dropped. If you claim compat with julia 1.5+ only, it should be safe to claim compat with MonteCarloMeasurements v0.10.0.

Diff since v0.9.15

Closed issues:

  • plot recipes seem to ignore q value (#103)
  • Supported Julia version (#105)