You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.