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

Releases: pachyderm/python-pachyderm

v7.6.0

18 Aug 20:34
3ac0c2e
Compare
Choose a tag to compare
  • Support for Pachyderm v2.7.0.
  • Added check to prevent invalid file operations during transactions.

v7.5.0

13 Jun 22:15
Compare
Choose a tag to compare
  • Support for Pachyderm v2.6.0
  • Add datum-batching
    • @python_pachyderm.batch_all_datums
    • python_pachyderm.Client.worker.batch_datum
    • python_pachyderm.Client.worker.next_datum

See the updated object-detection example for more information on how the feature can be used.

v7.4.0

23 Feb 22:49
Compare
Choose a tag to compare
  • Support for Pachyderm v2.5.0 (Projects)
  • Add concurrency option for PutFileURL.

v7.3.2

15 Jul 00:25
4209fde
Compare
Choose a tag to compare
  • Compatibility with Pachyderm 2.2.5

v7.3.1

06 Jul 00:53
Compare
Choose a tag to compare
  • Fix RTD stable docs

v7.3.0

01 Jun 19:29
Compare
Choose a tag to compare
  • Add support for python3.10
  • Pin protobuf dependency to >=3.17.1,<4.0.0

v7.2.1

01 Jun 17:53
Compare
Choose a tag to compare
  • Pin protobuf dependency to >=3.17.1,<4.0.0

v7.1.2

17 Mar 20:32
9bf52a6
Compare
Choose a tag to compare
  • Fix bug where server CAs were not expected to be b64encoded within the pachctl config file.

v7.1.1

04 Feb 21:34
35b0cd0
Compare
Choose a tag to compare

PyPI: https://pypi.org/project/python-pachyderm/7.1.1/

  • Update protobuf files to v2.0.5
  • Fix bug where only 20MiB of data could be retrieved with client.get_file

v7.1.0

18 Nov 23:26
a7a9a52
Compare
Choose a tag to compare

Pypi: https://pypi.org/project/python-pachyderm/7.1.0/

  • New experimental client (available via import python-pachyderm.experimental, which will contain beta/unstable APIs and features (#352)
  • New Mount() API in the experimental client, which runs pachctl mount in a subprocess to expose pachyderm data on the local filesystem (#353)