Skip to content

Releases: gplepage/gvar

gvar version 8.3

03 Jun 21:30
Compare
Choose a tag to compare

New utility gvar.dataset.svd_diagnosis for determining SVD cuts for correlation matrices estimated from a collection of random samples. See the documentation page Case Study: Correlations and SVD Cuts for more information. A couple of minor fixes.

gvar version 8.2.3

30 Apr 16:10
Compare
Choose a tag to compare

Fixes problems in BufferDict and dataset caused by changes in Python's dictionaries starting with Python3.5. The fixes have been tested in Python 2.7, 3.4, 3.5, and 3.6.

gvar version 8.2.2

17 Mar 21:09
Compare
Choose a tag to compare

Minor/rare bug fixes to SVD and GVar.str.

gvar version 8.2.1

11 Feb 18:50
Compare
Choose a tag to compare

Bug fix for gvar.gvar to remove problems caused when a GVar had exactly 0 standard deviation. Minor refinement in gvar.dataset.Dataset in its handling of hdf5 files.

gvar version 8.2

07 Feb 15:46
Compare
Choose a tag to compare

Minor additions: hdf5 format support in gvar.dataset.Dataset; del g[k] for BufferDict g; small bug fixes.

gvar version 8.1

09 Jan 16:38
Compare
Choose a tag to compare

More efficient handling of large sparse covariance matrices in gvar.svd (see gvar.evalcov_blocks()). Minor bug fixes and extensions.

gvar version 8.0

05 Nov 18:12
Compare
Choose a tag to compare

Moves PDFIntegrator to vegas; fixes integer type problem on windows machines.

gvar version 7.3.1

17 Aug 19:01
Compare
Choose a tag to compare

Optimization for PDFIntegrator that affects performance for integrals over a large (eg, 100) variables.

gvar version 7.3

15 Aug 02:29
Compare
Choose a tag to compare

New class PDFIntegrator for integrating over PDFs and computing expectation values. Bug fixes and other improvements.

gvar version 7.2

10 Aug 14:26
Compare
Choose a tag to compare

Adds correlate(g, corr) for building correlated GVars using correlation matrices. Small bug fixes to evalcov and evalcorr.