1.4
1.4 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
- drop formal support for python 3.7 by @mmckerns in #16
- define html_theme as rtd workaround by @mmckerns in #17
- update install doc in tests by @mmckerns in #18
- use loadTestsFromTestCase as makeSuite is deprecated by @mmckerns in #19
- formal support for python 3.12, build for 3.13 by @mmckerns in #20
- add build to rtfd config by @mmckerns in #21
- updated copyright for 2024 by @mmckerns in #22
- Bump jinja2 from 3.1.1 to 3.1.3 in /docs by @dependabot in #23
- update sphinx to 6.2.1 by @mmckerns in #24
- Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by @dependabot in #25
Full Changelog: pygrace-1.3...1.4