Releases: gplepage/gvar
gvar version 12.0
Introduces more modern string formatting for GVars
, including support for the e
, f
and g
formats used to format floats, as well as new p
and P
formats (based on ideas suggested by Giacomo Petrillo). For more details see the section on Formatting GVars for Printing/Display in the GVar
documentation. The default format is somewhat different from before.
gvar version 11.11.17
Fixes Fixes obscure bug on Windows machines when evalcov_blocks(g)
is called with a
single GVar g
.
Will start providing Python wheels to facilitate installation beginning with this version.
gvar version 11.11.15
Tweak to the new build instructions introduced in version 11.11.14.
Documentation fix.
gvar version 11.11.14
Bug fixes to address installation issues on systems with old versions of numpy and to deal with Cython3 compatibility. Also adds unbias
option to gvar.dataset.avg_data()
.
gvar version 11.11.13
Bug fix to forbid distribution function names in BufferDict.add_distribution()
that contain parentheses (which would cause problems if allowed).
gvar version 11.11.12
Bug fixes to make code compatible with Cython v3.0 and numpy v1.25.
gvar version 11.11.11
Minor fixes to avoid crashes in gvar.powerseries
and when pickling objects of type gvar.GVar
.
gvar version 11.11.10
Still fixing online documentation.
gvar version 11.11.9
Still fixing online docs.
gvar version 11.11.7
Fixing online documentation.