1.7.6.9 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.9
(install with $ pip install ppft[dill]
)
Ppft is licensed under a 3-clause BSD license.
What's Changed
- Bump idna from 3.4 to 3.7 in /docs by @dependabot in #57
- Bump jinja2 from 3.1.3 to 3.1.4 in /docs by @dependabot in #58
- Bump requests from 2.31.0 to 2.32.0 in /docs by @dependabot in #59
- Bump tornado from 6.3.3 to 6.4.1 in /docs by @dependabot in #60
- update docs requirements to rtfd 10.27.0 by @mmckerns in #63
- Bump certifi from 2024.2.2 to 2024.7.4 in /docs by @dependabot in #64
- exec uses local dict not locals by @mmckerns in #65
- add formal support for python 3.13 by @mmckerns in #66
Full Changelog: 1.7.6.8...1.7.6.9