Skip to content

3.3.0 - 2021-6-20

Compare
Choose a tag to compare
@markjonestx markjonestx released this 21 Jun 13:59
· 64 commits to main since this release

Added

  • 2D Gauss introductory tutorial to the documentation
  • CuPy support for Likelihoods and Simulation. This update means we now officially support NVIDIA GPU acceleration; however, for now, it is limited to a single GPU. If there is enough demand for multiple GPU support, we will expand processes to support deploying to GPUs.

Changed

  • Particle now requires a charge to be supplied during the creation of the object. GAMP was also modified to support passing charge to the Particle
  • Depreciated internal options Minuit options have been replaced with modern alternatives.

Fixed

  • Likelihoods were spawning multiple processes with USE_MP set to false. Now Likelihoods will avoid creating additional processes as intended.