Minor bug fix in correlate that was causing compilation problems on some machines
Fixes bug in BufferDict.del_distribution that caused it to crash. Also adds more protection to Buff...
Minor fix in (again) gvar.dataset.avg_data to improve speed for large problems and to work around a ...
Introduces somewhat more modern installation code: pyproject.toml, setup.cfg and a simplified setup....
Very minor update: bug fix to avoid crashing gvar.evalcorr; json support from gvar.dump, gvar.load, ...
Fixes bugs in gvar.load and gvar.dump caused by (sort of) recent security upgrades to pyYAML
Bug fixes including mismatched integer size problem that affects some Windows installations
Minor fixes to avoid crashes in gvar.powerseries and when pickling objects of type gvar.GVar
Bug fix for gvar.gvar to remove problems caused when a GVar had exactly 0 standard deviation. Minor ...
Didn't quite get the json right for gvar.dump, etc. in the previous release (v8.3.1). Now fixed
More efficient handling of large sparse covariance matrices in gvar.svd (see gvar.evalcov_blocks())....
Another minor bug release. Fixes bug in evalcov_blocks and incompatibility with most recent numpy
Minor additions: hdf5 format support in gvar.dataset.Dataset; del g[k] for BufferDict g; small bug f...
New installation code to make it easier to install gvar when neither numpy nor cython is installed
Minor (and rare) bug fix for CorrFitter. Improved documentation on SVD cuts and goodness of fit
Small bug fixes, including one that would cause module gvar to complain about non-symmetric covarian...
Fixes bug in BufferDict.del_distribution that caused it to crash. Also adds more protection to Buff...
Minor fix in (again) gvar.dataset.avg_data to improve speed for large problems and to work around a ...
Introduces somewhat more modern installation code: pyproject.toml, setup.cfg and a simplified setup....
Very minor update: bug fix to avoid crashing gvar.evalcorr; json support from gvar.dump, gvar.load, ...
Fixes bugs in gvar.load and gvar.dump caused by (sort of) recent security upgrades to pyYAML
Bug fixes including mismatched integer size problem that affects some Windows installations
Minor fixes to avoid crashes in gvar.powerseries and when pickling objects of type gvar.GVar
Bug fix for gvar.gvar to remove problems caused when a GVar had exactly 0 standard deviation. Minor ...
Didn't quite get the json right for gvar.dump, etc. in the previous release (v8.3.1). Now fixed
More efficient handling of large sparse covariance matrices in gvar.svd (see gvar.evalcov_blocks())....
Another minor bug release. Fixes bug in evalcov_blocks and incompatibility with most recent numpy
Minor additions: hdf5 format support in gvar.dataset.Dataset; del g[k] for BufferDict g; small bug f...
New installation code to make it easier to install gvar when neither numpy nor cython is installed
Minor (and rare) bug fix for CorrFitter. Improved documentation on SVD cuts and goodness of fit
Small bug fixes, including one that would cause module gvar to complain about non-symmetric covarian...
Fixes bug in BufferDict.del_distribution that caused it to crash. Also adds more protection to Buff...
Minor fix in (again) gvar.dataset.avg_data to improve speed for large problems and to work around a ...
Introduces somewhat more modern installation code: pyproject.toml, setup.cfg and a simplified setup....