Releases: f0uriest/quadax
Releases · f0uriest/quadax
v0.2.4
- 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
Maintenance release, just bumping allowed numpy version.
Full Changelog: v0.2.2...v0.2.3
v0.2.2
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
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
- 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
Initial release. Still pretty unstable, need to add custom JVP rules, double check extrapolation rules, test API more fully.