Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Releases: pachyderm/python-pachyderm

v7.0.0

01 Nov 19:50

Choose a tag to compare

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

23 Aug 16:50
dae1216

Choose a tag to compare

v7.0.0-rc1 Pre-release
Pre-release

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_files supports putting individual files
  • Client() 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