Skip to content

Releases: JuliaMath/NumericalIntegration.jl

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 03 Jun 14:13
5a71ce0

NumericalIntegration v0.3.4

Diff since v0.3.3

Merged pull requests:

Closed issues:

  • Multidimensional example is not working (#37)

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 09 Apr 23:52
540b6c4

NumericalIntegration v0.3.3

Diff since v0.3.2

Closed issues:

  • Slower than Trapz.jl (#18)
  • Problems with Romberg and Simpson integration (#31)
  • Update TagBot (#36)

Merged pull requests:

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 20 Jan 20:30
93f32e5

NumericalIntegration v0.3.2

Diff since v0.3.1

Merged pull requests:

  • Create CompatHelper.yml (#32) (@SebastianM-C)
  • CompatHelper: add new compat entry for "Interpolations" at version "0.13" (#33) (@github-actions[bot])

v0.3.1: Update Project.toml

Choose a tag to compare

@dextorious dextorious released this 23 Dec 23:11
2aadf26
@JuliaRegistrator register

v0.3.0

Choose a tag to compare

@dextorious dextorious released this 26 Jun 12:52
d7a8587

Unitful support, bugfixes and efficiency improvements

v0.2.0: Added function to perform cumulative integrals, and array inputs (#15)

Choose a tag to compare

@dextorious dextorious released this 19 Sep 23:14

Romberg integration (thanks to @bernatguillen)
Cumulative integrals (thanks to @nbrantut)
Miscellaneous fixes.

v0.1.0

Choose a tag to compare

@dextorious dextorious released this 01 Sep 21:12
190d82c

Require Julia v0.7.

v0.0.4

Choose a tag to compare

@dextorious dextorious released this 29 Aug 11:54
190d82c

Fixes for Julia v0.7 and v1.0.

v0.0.3

Choose a tag to compare

@dextorious dextorious released this 31 Oct 11:30

Fixed a bug in TrapezoidalEven, thanks to @i2000s!

v0.0.2

Choose a tag to compare

@dextorious dextorious released this 25 Oct 00:16
Make integrations work for complex numbers as well. (#7)