Skip to content

Tags: SciML/Integrals.jl

Tags

v4.4.1

Toggle v4.4.1's commit message
[Diff since v4.4.0](v4.4.0...v4.4.1)

**Merged pull requests:**
- Bump codecov/codecov-action from 3 to 4 (#226) (@dependabot[bot])
- Fix incorrect substitution for finite domain transformation (#243) (@danielwe)

v4.4.0

Toggle v4.4.0's commit message
[Diff since v4.3.0](v4.3.0...v4.4.0)

**Merged pull requests:**
- Refactor infinity substitution (#231) (@lxvm)
- pass the algorithm to the solution (#235) (@lxvm)
- Error message for unloaded extensions (#236) (@lxvm)
- update solver documentation (#237) (@lxvm)
- [skip ci] update downgrade CI repo (#238) (@ArnoStrouwen)
- ForwardDiff directly on all non-C solvers (#239) (@lxvm)
- reapply formatting (#240) (@ArnoStrouwen)

**Closed issues:**
- Integrals with lb > ub (#141)
- Unhelpful error message when not importing the correct packages (#232)
- nout > 1 for QuadGK (#233)
- Use `alg` in `build_solution` rather than constructing a new algorithm (#234)

v4.3.0

Toggle v4.3.0's commit message
[Diff since v4.2.0](v4.2.0...v4.3.0)

**Merged pull requests:**
- Update docs to use single-argument `domain` instead of two-argument `lb, ub` (#228) (@lxvm)
- Update MonteCarloIntegration.jl (#230) (@ChrisRackauckas)

v4.2.0

Toggle v4.2.0's commit message
[Diff since v4.1.0](v4.1.0...v4.2.0)

**Merged pull requests:**
- Test AD on more algorithms (#196) (@lxvm)
- Add IntegralsArblibExt (#199) (@lxvm)
- add inplace and batched quadgk (#200) (@lxvm)
- minor fixes to arblibext (#201) (@lxvm)
- wrap MCintegration.jl (#202) (@lxvm)
- Aqua + typos CI (#203) (@ArnoStrouwen)
- Bump actions/checkout from 3 to 4 (#204) (@dependabot[bot])
- [skip ci] dependabot ignore typos patches (#205) (@ArnoStrouwen)
- Bump crate-ci/typos from 1.16.23 to 1.16.24 (#206) (@dependabot[bot])
- Bump crate-ci/typos from 1.16.24 to 1.16.25 (#209) (@dependabot[bot])
- temporarily remove dependabot (#210) (@ArnoStrouwen)
- Downgrade CI (#211) (@ArnoStrouwen)
- [skip ci] reactivate dependabot (#212) (@ArnoStrouwen)
- bump FastGaussQuadrature v1 (#214) (@lxvm)
- Test FastGaussQuadrature and Arblib (#216) (@lxvm)
- Bump crate-ci/typos from 1.16.25 to 1.17.0 (#217) (@dependabot[bot])
- Small documentation fixes (#219) (@IlianPihlajamaa)
- Bump actions/cache from 3 to 4 (#220) (@dependabot[bot])
- Simpson's rule (#222) (@IlianPihlajamaa)
- Bump to v1.10 and fix Downgrade CI (#223) (@ChrisRackauckas)
- [DOCS] Update examples to use new interface (#224) (@lxvm)
- Bump crate-ci/typos from 1.17.0 to 1.18.0 (#225) (@dependabot[bot])
- [skip ci] Update dependabot.yml (#227) (@ArnoStrouwen)

**Closed issues:**
- Single dim domain bounds as arrays (#14)
- 1D example (#57)
- Add tests FastGaussQuadrature + AD (#150)
- Warp MCIntegration.jl (#194)
- Issue when Nesting Integrals without Explicit Floats (#198)
- BoundsError: attempt to access Float64 at index [2] when `pi` is passed as limit (#208)
- Missing documentation for IntegralFunction and BatchIntegralFunction (#218)

v4.1.0

Toggle v4.1.0's commit message
[Diff since v4.0.0](v4.0.0...v4.1.0)

**Merged pull requests:**
- Test nested AD (#190) (@ChrisRackauckas)
- CompatHelper: bump compat for Integrals to 4 for package docs, (keep existing compat) (#192) (@github-actions[bot])
- Fix VEGAS interface (#195) (@lxvm)
- Add missing Divonne options v2 (#197) (@agerlach)

**Closed issues:**
- Zygote w/ nout > 1 and Batch errors (#40)
- Derivative with VEGAS: ERROR: AssertionError: prob.nout == 1 (#46)
- Hessian throws error (#67)
- Batch Single dim derivative test is broken (#76)
- Nested ForwardDiff.jacobian doesn't work for `AbstractCubatureJLAAlgorithm` subtypes (#164)
- Interface error for VEGAS from [email protected] (#193)

v4.0.0

Toggle v4.0.0's commit message
[Diff since v3.9.0](v3.9.0...v4.0.0)

**Merged pull requests:**
- Bump actions/checkout from 3 to 4 (#171) (@dependabot[bot])
- add Trapezoidal rule (#173) (@IlianPihlajamaa)
- Fix AD for parameters (#175) (@lxvm)
- add --QuadratureFunction-- QuadratureRule (#176) (@lxvm)
- CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) (#177) (@github-actions[bot])
- Revert "CompatHelper: bump compat for SciMLBase to 2, (keep existing … (#178) (@ChrisRackauckas)
- Doc1 (#180) (@ArnoStrouwen)
- Cubature.jl Interface (#185) (@agerlach)
- fix typo (#187) (@spaette)
- Migrate to SciMLBase v2 (#189) (@lxvm)

**Closed issues:**
- FastGaussQuadrature.jl support? (#48)
- Zygote tutorial broken (#99)
- keyword arguments passed to specific solvers (#135)
- Solving coupled system of linear Volterra integral equations of the second kind (#166)
- Quadrature routines for pre-sampled data (#170)
- It would be nice to have a `progress` keyword for time estimation (#172)
- Inconsistent IntegralsCubature Interface (#184)

v3.9.0

Toggle v3.9.0's commit message
[Diff since v3.8.0](v3.8.0...v3.9.0)

**Merged pull requests:**
- Cache for QuadGKJL (#168) (@lxvm)

v3.8.0

Toggle v3.8.0's commit message
[Diff since v3.7.0](v3.7.0...v3.8.0)

**Closed issues:**
- Method definition overwrite of `solve(SciMLBase.IntegralProblem`. (#152)

**Merged pull requests:**
- start generalizing inf (#129) (@ArnoStrouwen)
- Fix method definition warning (#153) (@ChrisRackauckas)
- Fix defaults removal (#154) (@ChrisRackauckas)
- stability (#155) (@ArnoStrouwen)
- enable dependabot for GitHub actions (#156) (@ranocha)
- Bump actions/checkout from 1 to 3 (#157) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#158) (@dependabot[bot])
- fix stability test (#159) (@ArnoStrouwen)
- draft init interface (#161) (@lxvm)
- fix tutorials documentation typo (#162) (@VanillaBrooks)
- Correct some typos (#163) (@goggle)
- Added missing information for solver algorithms to docs (#165) (@aafsar)

v3.7.0

Toggle v3.7.0's commit message
[Diff since v3.6.0](v3.6.0...v3.7.0)

**Merged pull requests:**
- Add Gauss-Legendre quadrature (#147) (@DanielVandH)
- Simpler initial example, also highlight parameters (#148) (@DanielVandH)

v3.6.0

Toggle v3.6.0's commit message
[Diff since v3.5.0](v3.5.0...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)