gvar.load/dump add support for classes with __slots__. Otherwise, changes are minor bug fixes (e.g., in gvar.var and gvar.BufferDict, and pickling of GVar objects). setup.py is modified so that Cython *.c files are regenerated when using Python 3.11 or later, which deals with incompatibilities introduced by 3.11
More tuning of gvar.evalcov, for better performance on dense matrices of size 15x15 or larger. Also...
This release fixes lingering problems with gvar.dataset.avg_data(dataset) when dataset is a dictiona...
New, more robust implementation for BufferDict. Also simplifies previous implementation of non-Gauss...
Much improved gvar.dump and gvar.load for serializing dictionaries, arrays, etc. containing GVar obj...
Minor fixes to avoid crashes in gvar.powerseries and when pickling objects of type gvar.GVar
Fixes problems in BufferDict and dataset caused by changes in Python's dictionaries starting with Py...
New installation code to make it easier to install gvar when neither numpy nor cython is installed
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
Didn't quite get the json right for gvar.dump, etc. in the previous release (v8.3.1). Now fixed
Introduces somewhat more modern installation code: pyproject.toml, setup.cfg and a simplified setup....
Improved installation script. No longer requires cython and should automatically install the numpy a...
Adds new routines to gvar.linalg: eigh, svd, and lstsq. Adds YAML as an option, in addition to pickl...
Fixes bug in BufferDict.del_distribution that caused it to crash. Also adds more protection to Buff...
Another minor bug release. Fixes bug in evalcov_blocks and incompatibility with most recent numpy
More tuning of gvar.evalcov, for better performance on dense matrices of size 15x15 or larger. Also...
This release fixes lingering problems with gvar.dataset.avg_data(dataset) when dataset is a dictiona...
New, more robust implementation for BufferDict. Also simplifies previous implementation of non-Gauss...
Much improved gvar.dump and gvar.load for serializing dictionaries, arrays, etc. containing GVar obj...
Minor fixes to avoid crashes in gvar.powerseries and when pickling objects of type gvar.GVar
Fixes problems in BufferDict and dataset caused by changes in Python's dictionaries starting with Py...
New installation code to make it easier to install gvar when neither numpy nor cython is installed
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
Didn't quite get the json right for gvar.dump, etc. in the previous release (v8.3.1). Now fixed
Introduces somewhat more modern installation code: pyproject.toml, setup.cfg and a simplified setup....
Improved installation script. No longer requires cython and should automatically install the numpy a...
Adds new routines to gvar.linalg: eigh, svd, and lstsq. Adds YAML as an option, in addition to pickl...
Fixes bug in BufferDict.del_distribution that caused it to crash. Also adds more protection to Buff...
Another minor bug release. Fixes bug in evalcov_blocks and incompatibility with most recent numpy
More tuning of gvar.evalcov, for better performance on dense matrices of size 15x15 or larger. Also...
This release fixes lingering problems with gvar.dataset.avg_data(dataset) when dataset is a dictiona...
New, more robust implementation for BufferDict. Also simplifies previous implementation of non-Gauss...