Skip to content

Releases: JuliaMath/Sobol.jl

v1.4.0

15 May 17:02
36fc13d
Compare
Choose a tag to compare

Sobol v1.4.0

Diff since v1.3.0

Closed issues:

  • Unable to load on Julia nightly -- LoadError: syntax: expression too large (#27)

Merged pull requests:

v1.3.0

04 Sep 20:36
v1.3.0
1f1200b
Compare
Choose a tag to compare

v1.3.0 (2019-09-03)

Diff since v1.2.0

Closed issues:

  • Skipping an exact number of elements (#22)

Merged pull requests:

v1.2.0

10 Jun 15:11
v1.2.0
dce2d57
Compare
Choose a tag to compare

v1.2.0 (2019-06-10)

Diff since v1.1.0

Merged pull requests:

  • drop < 1.0 support, switch to Project.toml (#20) (stevengj)

v1.1.0

24 Jan 14:35
Compare
Choose a tag to compare

Fix scaled sequences (#17) and skip bug (#14).

v1.0.2

29 Aug 23:42
Compare
Choose a tag to compare

Julia 1.0 compatibility.

v1.0.1

26 Jun 15:06
Compare
Choose a tag to compare

Add a deprecation message for old next(s) interface, which is changed to next!(s) since this mutates the Sobol state.

v1.0.0

26 Jun 14:42
2a2602c
Compare
Choose a tag to compare

0.7 fixes. Tagged as 1.0 since the API has been stable for a while.

v0.2.2: fix 0.4 tests

29 Mar 01:21
Compare
Choose a tag to compare
fix tests on 0.4

v0.2.1: Julia 0.6 compatibility

28 Mar 22:18
Compare
Choose a tag to compare

Silence 0.6 deprecations.