Recent Releases of quadax
quadax - v0.2.7
What's Changed
- Bumps maximum jax version to 0.5.3 (latest as of this release)
- Fixes issue preventing sdist from installing due to missing requirements files @beckermr in https://github.com/f0uriest/quadax/pull/50
New Contributors
- @beckermr made their first contribution in https://github.com/f0uriest/quadax/pull/50
Full Changelog: https://github.com/f0uriest/quadax/compare/v0.2.6...v0.2.7
- Python
Published by f0uriest 12 months ago
quadax - v0.2.6
What's Changed
- Fix setup.cfg for installation on windows by @f0uriest in https://github.com/f0uriest/quadax/pull/47
- Fix for leaked tracers by @f0uriest in https://github.com/f0uriest/quadax/pull/48
Full Changelog: https://github.com/f0uriest/quadax/compare/v0.2.5...v0.2.6
- Python
Published by f0uriest about 1 year ago
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: https://github.com/f0uriest/quadax/compare/v0.2.3...v0.2.4
- Python
Published by f0uriest over 1 year ago
quadax - v0.2.2
What's Changed
- Add abstract classes for quadrature rules (https://github.com/f0uriest/quadax/pull/6)
- Add cumulative simpson integration (https://github.com/f0uriest/quadax/pull/12)
Full Changelog: https://github.com/f0uriest/quadax/compare/v0.2.1...v0.2.2
- Python
Published by f0uriest over 1 year ago
quadax - v0.2.1
What's Changed
- Update default tolerances to work in either 32 or 64 bit (https://github.com/f0uriest/quadax/pull/3)
- Bump requirements (https://github.com/f0uriest/quadax/pull/4)
Full Changelog: https://github.com/f0uriest/quadax/compare/v0.2.0...v0.2.1
- Python
Published by f0uriest almost 2 years ago
quadax - 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: https://github.com/f0uriest/quadax/compare/v0.1.0...v0.2.0
- Python
Published by f0uriest over 2 years ago