Skip to content

Releases: gplepage/vegas

vegas version 6.1.2

21 May 22:12
Compare
Choose a tag to compare

Bug fixes in PDFIntegrator (scale parameter) and Integrator (dof).

vegas version 6.1.1

19 Apr 22:23
Compare
Choose a tag to compare

More robust treatment of round-off errors when calculating means and variances in vegas.

vegas version 6.1

30 Mar 22:28
Compare
Choose a tag to compare

Adds new method vegas.PDFIntegrator.sample which draws sample points from the integrator's probability distribution (e.g., for making histograms and contour plots of probability distributions).

vegas version 6.0.1

08 Mar 15:16
Compare
Choose a tag to compare

Minor fix concerning location of .pxd files for Cython.

vegas version 6.0

05 Mar 19:48
Compare
Choose a tag to compare

Adds new method vegas.PDFIntegrator.stats. Default value for mpi is now False. Integrands can accept arguments that are dictionaries or arrays; the arrays can now have arbitrary shapes. Bug fixes.

vegas version 5.6

18 Dec 16:37
Compare
Choose a tag to compare

vegas 5.6 adds one feature: vegas.Integrators now can be (optionally) configured to package integration points as dictionaries rather than arrays. This is to facilitate integration over (large) heterogeneous collections of integration variables. See the tutorial section on Dictionaries.

vegas version 5.5.2

04 Dec 21:31
Compare
Choose a tag to compare

Updated random number generator to accommodate changes in gvar and numpy.

vegas version 5.5

21 Oct 18:51
Compare
Choose a tag to compare

Significantly improves handling of memory for internal work arrays when neval is very large. These allocations are controlled by three parameters: min_neval_batch (new), max_neval_hcube, and minimize_mem. Parameter min_neval_batch replaces nhcube_batch, which is now ignored. The implementation for minimize_mem=True is completely different and should be much faster than before; this feature requires the h5py Python module.

vegas version 5.4.3

13 Oct 20:52
Compare
Choose a tag to compare

New installation/build code to deal with Cython3 and with systems having older versions of numpy. Adds support for Python wheels.

vegas version 5.4.2

23 Jul 17:20
Compare
Choose a tag to compare

Bug fixes to make code compatible with Cython v3.0 and numpy v1.25.