Skip to content

Releases: JuliaMath/HCubature.jl

v1.5.1

26 Nov 02:53
0f8ef04
Compare
Choose a tag to compare

HCubature v1.5.1

Diff since v1.5.0

Closed issues:

  • Type instability when using a vector for the limits. (#35)
  • Question about 2D integral with a complex function f (#37)
  • Any plans to add Symbolics.jl inside HCubature.jl? (#39)
  • hcubature not type stable (#42)

Merged pull requests:

  • MassInstallAction: Install the CI workflow on this repository (#34) (@timholy)
  • Add integrand function type parameter (#45) (@jwscook)
  • correct countevals for GaussKronrod (#46) (@lxvm)

v1.5.0

10 Dec 22:25
a274b89
Compare
Choose a tag to compare

HCubature v1.5.0

Diff since v1.4.0

Closed issues:

  • Promotion of endpoints to a common type? (#20)
  • Error estimation (#22)
  • Incorrect and variable results for smooth function depending on initdiv (#25)

Merged pull requests:

  • Install TagBot as a GitHub Action (#24) (@JuliaTagBot)
  • Fixed docstring (#26) (@jagot)
  • Loosen the HCubature element type bound for SVectors to allow Dual numbers (#28) (@ChrisRackauckas)
  • CompatHelper: add new compat entry for "QuadGK" at version "2.4" (#31) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Combinatorics" at version "1.0" (#32) (@github-actions[bot])

v1.4.0

15 Jun 09:32
v1.4.0
0f079b3
Compare
Choose a tag to compare

v1.4.0 (2019-06-14)

Diff since v1.3.0

Closed issues:

  • Check for NaN? (#18)
  • non rectangular integral (#16)

Merged pull requests:

  • handle NaN and Inf return values from integrand (#19) (stevengj)

v1.3.0

22 Jan 13:29
155eeb5
Compare
Choose a tag to compare

Fix deprecation in DataStructures 0.15 (#15).

v1.2.0

30 Nov 15:02
Compare
Choose a tag to compare

Added initdiv option.

v1.1.2

23 Sep 19:57
78ff059
Compare
Choose a tag to compare

Fix #11.

v1.1.1

14 Aug 15:24
439b517
Compare
Choose a tag to compare

fix 0.7 depwarns

v1.1.0

03 Jul 18:24
7c355a0
Compare
Choose a tag to compare

drop 0.6 support, adds better subdivision support for some corner cases

v1.0.1

20 Jul 17:58
Compare
Choose a tag to compare

Bugfix to maxeval handling, various performance improvements.