pygrace-1.3
pygrace 1.3 Release Notes
pygrace
provides an object-oriented python interface for the efficient construction of xmgrace
projects (e.g. highly-customizable publication-quality single and multi-figure plots).
pygrace
installs with pip
:
$ pip install pygrace
pygrace
requires:
- python or pypy, >=3.7
- setuptools, >=42
- cython, >=0.29.30
- numpy, >=1.0
- mpmath, >=0.19
Additional requirements:
- xmgrace, >=5.1.4
(install with $ brew install grace
or $ apt-get install grace
)
pygrace
is licensed under 3-clause BSD:
>>> import pygrace
>>> print (pygrace.license())
To cite pygrace
:
>>> import pygrace
>>> print (pygrace.citation())
What's Changed
- Bump requests from 2.27.1 to 2.31.0 in /docs by @dependabot in #10
- Bump pygments from 2.11.2 to 2.15.0 in /docs by @dependabot in #15
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: pygrace-1.2.1...pygrace-1.3