QuasiMonteCarlo.jl Versions Save

Lightweight and easy generation of quasi-Monte Carlo sequences with a ton of different methods on one API for easy parameter exploration in scientific machine learning (SciML)

v0.3.3

6 months ago

QuasiMonteCarlo v0.3.3

Diff since v0.3.2

Merged pull requests:

  • Bump actions/checkout from 3 to 4 (#84) (@dependabot[bot])
  • Iterators + some dots and @views + type stability (#85) (@dmetivie)
  • Make Distributions.jl into a weakdep (#86) (@ChrisRackauckas)
  • CompatHelper: add new compat entry for Requires at version 1, (keep existing compat) (#87) (@github-actions[bot])
  • Docs1 (#91) (@ArnoStrouwen)
  • Fix sampling for GridSample (#94) (@ashutosh-b-b)

Closed issues:

  • GoldenSample Incorrect (#36)
  • Remove Distributions from dependencies (#62)
  • Halton Sample not defined (#76)
  • Incorrect Halton Sequence (#83)
  • GridSample appears to sample on a line (#93)

v0.3.2

10 months ago

QuasiMonteCarlo v0.3.2

Diff since v0.3.1

Merged pull requests:

  • Improve docs (#82) (@ArnoStrouwen)

v0.3.1

11 months ago

QuasiMonteCarlo v0.3.1

Diff since v0.2.19

Closed issues:

  • QMC vs Randomized QMC (#17)
  • Evenly distributed samples? (#69)
  • Sobol' Sequence Missing First 4 Points (#78)
  • Error in sample() usage (#80)

Merged pull requests:

  • Randomized qmc (#57) (@dmetivie)
  • fix CR rotation (#61) (@dmetivie)
  • Refactor code (#65) (@ParadaCarleton)
  • CompatHelper: add new compat entry for ConcreteStructs at version 0.2, (keep existing compat) (#66) (@github-actions[bot])
  • CompatHelper: add new compat entry for Accessors at version 0.1, (keep existing compat) (#70) (@github-actions[bot])
  • enable dependabot for GitHub actions (#71) (@ranocha)
  • Bump actions/cache from 1 to 3 (#72) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#73) (@dependabot[bot])
  • Bump actions/checkout from 1 to 3 (#74) (@dependabot[bot])
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#77) (@github-actions[bot])
  • update Documentation, readme and docstrings (#79) (@dmetivie)

v0.2.19

1 year ago

QuasiMonteCarlo v0.2.19

Diff since v0.2.18

Merged pull requests:

  • Better test and fix bounds changes (#60) (@ChrisRackauckas)

v0.2.18

1 year ago

QuasiMonteCarlo v0.2.18

Diff since v0.2.17

Closed issues:

  • no stable docs (#29)
  • KroneckerSample problems (#34)
  • Error when the number of samples is zero (#52)

Merged pull requests:

  • Fix Faure sequences (#54) (@ParadaCarleton)
  • Error Exception when number of samples is less than or equal to zero (#55) (@sathvikbhagavan)
  • added reproducibility code to index.md and make.jl (#56) (@00krishna)
  • Introduce a fallback for lb,ub form to hit the [0,1] box form (#59) (@ChrisRackauckas)

v0.2.17

1 year ago

QuasiMonteCarlo v0.2.17

Diff since v0.2.16

Merged pull requests:

  • Fix Kronecker sequences (#50) (@ParadaCarleton)

v0.2.16

1 year ago

QuasiMonteCarlo v0.2.16

Diff since v0.2.15

Merged pull requests:

  • updated README and make.jl as per sciml spec (#46) (@00krishna)
  • canonize docs (#47) (@ArnoStrouwen)

v0.2.15

1 year ago

QuasiMonteCarlo v0.2.15

Diff since v0.2.14

Merged pull requests:

  • Scrambled Faure Sequences (#45) (@ParadaCarleton)

v0.2.14

1 year ago

QuasiMonteCarlo v0.2.14

Diff since v0.2.13

v0.2.13

1 year ago

QuasiMonteCarlo v0.2.13

Diff since v0.2.12

Merged pull requests:

  • Add a default to the rotation and force to Bool (#42) (@ChrisRackauckas)