Recent Releases of quadax

quadax - v0.2.8

What's Changed

  • Updates min and max jax version. Min is now v0.4.36, max is v0.6.*

Full Changelog: https://github.com/f0uriest/quadax/compare/v0.2.7...v0.2.8

- Python
Published by f0uriest 10 months ago

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.5

What's Changed

  • Maintenance release for compatibility with jax 0.5.0, numpy 2.2.2, scipy 1.15.1, equinox 0.11.11

Full Changelog: https://github.com/f0uriest/quadax/compare/v0.2.4...v0.2.5

- 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.3

Maintenance release, just bumping allowed numpy version.

Full Changelog: https://github.com/f0uriest/quadax/compare/v0.2.2...v0.2.3

- 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

quadax - v0.1.0

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

- Python
Published by f0uriest over 2 years ago