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

v7.0.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@msteffen msteffen released this 23 Aug 16:50
· 62 commits to master since this release
dae1216

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