Skip to content

Releases: f0uriest/quadax

v0.2.4

07 Dec 20:00
75fbdd9
Compare
Choose a tag to compare
  • Introduces preliminary support for integrating complex valued functions of a real variable. Some bugs still may be present, feel free to open an issue if you encounter any.

Full Changelog: v0.2.3...v0.2.4

v0.2.3

27 Oct 00:39
48fe56b
Compare
Choose a tag to compare

Maintenance release, just bumping allowed numpy version.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

25 Jul 16:44
09217f2
Compare
Choose a tag to compare

What's Changed

  • Add abstract classes for quadrature rules (#6)
  • Add cumulative simpson integration (#12)

Full Changelog: v0.2.1...v0.2.2

v0.2.1

25 Apr 02:08
640afd5
Compare
Choose a tag to compare

What's Changed

  • Update default tolerances to work in either 32 or 64 bit (#3)
  • Bump requirements (#4)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Nov 21:18
573bd36
Compare
Choose a tag to compare
  • Input/Output API for most functions is now consistent
  • Breakpoints or locations of discontinuities and singularities in the domain can now be specified.
  • Vector valued integrands now supported
  • Adds Clenshaw-Curtis and tanh-sinh methods
  • Fixed a bug with semi-infinite domains
  • Forward and reverse mode AD tested and working.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

24 Oct 05:44
d95d486
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release. Still pretty unstable, need to add custom JVP rules, double check extrapolation rules, test API more fully.