Skip to content

Releases: dextorious/NumericalIntegration.jl

v0.3.3

09 Apr 23:52
540b6c4
Compare
Choose a tag to compare

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

20 Jan 20:30
93f32e5
Compare
Choose a tag to compare

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

23 Dec 23:11
2aadf26
Compare
Choose a tag to compare
@JuliaRegistrator register

v0.3.0

26 Jun 12:52
d7a8587
Compare
Choose a tag to compare

Unitful support, bugfixes and efficiency improvements

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

19 Sep 23:14
Compare
Choose a tag to compare

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

v0.1.0

01 Sep 21:12
190d82c
Compare
Choose a tag to compare

Require Julia v0.7.

v0.0.4

29 Aug 11:54
190d82c
Compare
Choose a tag to compare

Fixes for Julia v0.7 and v1.0.

v0.0.3: Correct the TrapezoidalEven() method and optimize the performance a l…

31 Oct 11:30
Compare
Choose a tag to compare

v0.0.2

25 Oct 00:16
Compare
Choose a tag to compare
Make integrations work for complex numbers as well. (#7)