Major
- Added support for NumPy, JAX, Tensorflow via autoray for most integrators. Refer to docs for more details.
- Support for (JIT) compilation of the integration, except VEGAS. Refer to docs for more details.
- Huge performance improvements to VEGAS
Minor
- More tests
- New environment variable called `TORCHQUAD_LOG_LEVEL` to conveniently control loglevel, default changed to "warning"
- More strict code linting with flake8 and a corresponding small code cleanup
- Docs improvements
- Custom RNG class
- Refactoring of Newton-Cotes integrators