1.7.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.8
Optional requirements:
- dill, >=0.4.0
(install with $ pip install ppft[dill]
)
Ppft is licensed under a 3-clause BSD license.
What's Changed
- update travis badge link by @mmckerns in #67
- docs formatting for sphinx 8.x by @mmckerns in #68
- add initial support for python 3.14 by @mmckerns in #72
- Bump starlette from 0.37.2 to 0.40.0 in /docs by @dependabot in #69
- fix typo in requirements.txt by @mmckerns in #73
- updated copyright for 2025 by @mmckerns in #75
- Bump jinja2 from 3.1.4 to 3.1.5 in /docs by @dependabot in #74
- update docs requirements; CI for pypy3.11 by @mmckerns in #77
Full Changelog: 1.7.6.9...1.7.7