This repository was archived by the owner on May 21, 2024. It is now read-only.
Releases: pachyderm/python-pachyderm
Releases · pachyderm/python-pachyderm
v7.0.0
GA release for python-pachyderm 7.0.0
Pypi: https://pypi.org/project/python-pachyderm/7.0.0/
Changelog:
- Changes in v7.0.0-rc.1
- Improved documentation
v7.0.0-rc1
RC candidate for python-pachyderm 7.0.0
Pypi: https://pypi.org/project/python-pachyderm/7.0.0rc1/
Changelog:
- Parity with Pachyderm 2.0.0, including support for Global IDs, and corresponding API changes
- Support for Pachyderm's new spout semantics (added in Pachyderm 1.12)
- Spout-manager has been consolidated into core client, as it's no longer necessary with this change.
- Remove returns from methods whose RPC calls return a negligible protobuf (#328)
put_filessupports putting individual filesClient()constructor reads connection settings from the Pachyderm config- API methods that take a commit now accept tuples of the form
(repo, branch, commit_id, repo_type) - Support Pachyderm root tokens
- Updated examples