1.7.6.8 Release Notes
Basically, ppft is a friendly fork of pp, where ppft provides an easier install and better serialization.
Ppft installs with pip:
$ pip install ppft
Ppft requires:
- python or pypy, >=3.8
Optional requirements:
- dill, >=0.3.8
(install with $ pip install ppft[dill]
)
Ppft is licensed under a 3-clause BSD license.
What's Changed
- drop formal support for python 3.7 by @mmckerns in #48
- define html_theme as rtd workaround by @mmckerns in #49
- update install doc in tests by @mmckerns in #50
- formal support for python 3.12, initial for 3.13 by @mmckerns in #51
- add build to rtfd config by @mmckerns in #52
- updated copyright for 2024 by @mmckerns in #53
- Bump jinja2 from 3.1.1 to 3.1.3 in /docs by @dependabot in #54
- update sphinx to 6.2.1 by @mmckerns in #55
- Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by @dependabot in #56
Full Changelog: ppft-1.7.6.7...1.7.6.8