Releases: gplepage/gvar
gvar version 13.1.5
gvar version 13.1.4
Minor release that cleans up the Cython code. Functionality is unaffected.
gvar version 13.1.3
Fixes numpy2 incompatibility in gvar.bootstrap_iter
.
gvar version 13.1.2
Fixes problem with pyproject.toml which prevented proper installation in some cases.
gvar version 13.1.1
Updated so it works with numpy
2.0 as well the latest 1.2x versions.
gvar version 13.1
Improvements to gvar.PDFStatistics
, including new keywords for PDFStatistics.plot_histogram
.
gvar version 13.0.2
Minor fix concerning location of .pxd files for Cython.
gvar version 13.0.1
Fixes minor bugs in gvar.sample
and gvar.raniter
.
gvar version 13.0
Substantial rewrite of gvar.PDF
and gvar.PDFStatistics
to support new functionality in vegas.PDFIntegator
and lsqfit.vegas_fit
. Numerous minor bug fixes as well.
gvar version 12.1
Adds batch capability to gvar.sample
and gvar.raniter
so samples can be created in large batches, which is much more efficient if large numbers of samples are needed. Also adds similar capability to gvar.BufferDict
when making clones. These changes are useful for (fast) Monte Carlo simulations: see the section on Sampling GVars in the tutorial.
In addition to several minor bug fixes and optimizations (e.g., reduced import time), this version also updates the random number generator to conform with changes in numpy
v1.17.