Releases: SciML/Integrals.jl
Releases · SciML/Integrals.jl
v3.6.0
Integrals v3.6.0
Closed issues:
- Improve error when not specifying solver (#104)
Merged pull requests:
- increase batch for VEGAS test (#140) (@ArnoStrouwen)
- refactor ForwardDiff infinite transform (#142) (@ArnoStrouwen)
- weak dep/require ForwardDiff (#143) (@ArnoStrouwen)
- CompatHelper: add new compat entry for Requires at version 1, (keep existing compat) (#144) (@github-actions[bot])
- weak dep/require Zygote (#145) (@ArnoStrouwen)
- Throw helpfull error if no algorithm is provided (#146) (@KronosTheLate)
v3.5.0
Integrals v3.5.0
Closed issues:
- Adaptive Quasi-Monte Carlo (#11)
- Finite transformations are not supported for non-finite bounds with inplace mass function. (#95)
Merged pull requests:
- [skip ci] LanguageTool (#134) (@ArnoStrouwen)
- remove args (#136) (@ArnoStrouwen)
- Remove extra kwargs (#137) (@ArnoStrouwen)
- start poly alg (#138) (@ArnoStrouwen)
- remove unnecessary deps (#139) (@ArnoStrouwen)
v3.4.0
Integrals v3.4.0
Closed issues:
- Docs (#32)
- batch with scalar bounds (#78)
- Incorrect integration results depending on integration bounds, using quadgk directly works (#85)
- Simpler first example (#106)
- Integrals not compatible with ForwardDiff (Turing) (#108)
Merged pull requests:
- lib cov (#119) (@ArnoStrouwen)
- delete default algorithm (#120) (@ArnoStrouwen)
- fix vegas (#121) (@ArnoStrouwen)
- single dim tut (#123) (@ArnoStrouwen)
- minimal maxiters cuba (#124) (@ArnoStrouwen)
- table scalar/vector input/output (#125) (@ArnoStrouwen)
- add iip and nout to tutorial 1 (#126) (@ArnoStrouwen)
- start documenting solve (#127) (@ArnoStrouwen)
- [skip ci] cuba docs (#128) (@ArnoStrouwen)
- Infinity tutorial (#130) (@ArnoStrouwen)
- [skip ci] cubature docs (#131) (@ArnoStrouwen)
- CompatHelper: add new compat entry for Distributions at version 0.25 for package docs, (keep existing compat) (#132) (@github-actions[bot])
v3.3.0
Integrals v3.3.0
Merged pull requests:
- doc and lib compat (#112) (@ArnoStrouwen)
- CompatHelper: add new compat entry for Zygote at version 0.6 for package docs, (keep existing compat) (#116) (@github-actions[bot])
- CompatHelper: add new compat entry for IntegralsCubature at version 0.2 for package docs, (keep existing compat) (#117) (@github-actions[bot])
- CompatHelper: add new compat entry for FiniteDiff at version 2 for package docs, (keep existing compat) (#118) (@github-actions[bot])
v3.2.0
Integrals v3.2.0
Merged pull requests:
- [ci-skip] Badges (#97) (@ArnoStrouwen)
- doc cov (#98) (@ArnoStrouwen)
- MassInstallAction: Install the Invalidations workflow on this repository (#101) (@devmotion)
- example and strict docs (#103) (@ArnoStrouwen)
- canonify docs (#109) (@ArnoStrouwen)
- reproducible docs (#110) (@ArnoStrouwen)
- Change retcode to ReturnCode (#111) (@ChrisRackauckas)
v3.1.2
v3.1.1
Integrals v3.1.1
Merged pull requests:
v3.1.0
Integrals v3.1.0
Closed issues:
- Setting limits of integration in solve to avoid new QuadratureProblem (#81)
Merged pull requests:
- make sure to use SciML Style (#88) (@ChrisRackauckas)
- move to SciMLSensitivity (#90) (@ChrisRackauckas)