Skip to content

Releases: gplepage/gvar

gvar version 12.0

02 Nov 19:17
Compare
Choose a tag to compare

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

12 Oct 23:29
Compare
Choose a tag to compare

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

28 Sep 02:21
Compare
Choose a tag to compare

Tweak to the new build instructions introduced in version 11.11.14.

Documentation fix.

gvar version 11.11.14

27 Sep 19:56
Compare
Choose a tag to compare

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

28 Aug 15:14
Compare
Choose a tag to compare

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

22 Jul 21:24
Compare
Choose a tag to compare

Bug fixes to make code compatible with Cython v3.0 and numpy v1.25.

gvar version 11.11.11

11 Jun 19:30
Compare
Choose a tag to compare

Minor fixes to avoid crashes in gvar.powerseries and when pickling objects of type gvar.GVar.

gvar version 11.11.10

11 May 19:59
Compare
Choose a tag to compare

Still fixing online documentation.

gvar version 11.11.9

11 May 18:15
Compare
Choose a tag to compare

Still fixing online docs.

gvar version 11.11.7

11 May 17:18
Compare
Choose a tag to compare

Fixing online documentation.