1.5 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.8
- 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 idna from 3.4 to 3.7 in /docs by @dependabot in #26
- Bump jinja2 from 3.1.3 to 3.1.4 in /docs by @dependabot in #27
- Bump requests from 2.31.0 to 2.32.0 in /docs by @dependabot in #28
- Bump tornado from 6.3.3 to 6.4.1 in /docs by @dependabot in #29
- update docs requirements to rtfd 10.27.0 by @mmckerns in #31
- Bump certifi from 2024.2.2 to 2024.7.4 in /docs by @dependabot in #32
- type check for Integral, bool by value by @mmckerns in #33
- add formal support for python 3.13 by @mmckerns in #34
Full Changelog: 1.4...1.5