Skip to content

torchquad v0.2.3

Compare
Choose a tag to compare
@gomezzz gomezzz released this 20 Aug 13:23
· 254 commits to main since this release
e5c4992

Major

  • Added support and test for complex integrands (except in VEGAS, WIP)
  • Further vectorized VEGAS leading to significant performance improvements (still work to do though, currently VEGAS is faster on CPU)
  • Transitioned to PyTorch 1.9.0
  • Submitted paper to JOSS (currently in press)
  • Expanded docs (example for computing gradients, minimal working example)
  • Improved README

Minor

  • Added automated tests for computed gradients
  • Fixed gradient flow through all integrators (e.g. w.r.t domain)
  • Fixed setting loglevel
  • Switched to loguru as logger
  • Removed benchmark notebook (more extensive benchmarking will follow in the future)
  • Updated contribution guidelines
  • Several small fixes in the docs
  • Improved automated tests
  • Added some performance and convergence plots to README