ppft 1.7.6.7 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.7
Optional requirements:
- dill, >=0.3.7
(install with $ pip install ppft[dill]
)
Ppft is licensed under a 3-clause BSD license.
What's Changed
- Bump requests from 2.27.1 to 2.31.0 in /docs by @dependabot in #46
- Bump pygments from 2.11.2 to 2.15.0 in /docs by @dependabot in #47
New Contributors
- @dependabot made their first contribution in #46
Full Changelog: ppft-1.7.6.6...ppft-1.7.6.7