Skip to content

torchquad v0.3.0

Compare
Choose a tag to compare
@gomezzz gomezzz released this 05 May 17:02
· 97 commits to Release since this release

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