Skip to content

Releases: pachyderm/pachyderm

1.3.1

12 Dec 21:15
Compare
Choose a tag to compare

Built by goxc

1.3.0

07 Dec 22:17
Compare
Choose a tag to compare

Built by goxc

v1.2.6

06 Dec 18:06
Compare
Choose a tag to compare

Custom build off of the gf-branch to omit the FUSE changes for edge case jobs w particular access patterns on huge data sets.

To install refer to installation instructions, or simply:

# For OSX:
$ brew tap pachyderm/tap && brew install pachctl

1.2.5

01 Dec 18:04
Compare
Choose a tag to compare

Built by goxc

1.2.4

23 Nov 22:23
Compare
Choose a tag to compare

Built by goxc

1.2.3

31 Oct 22:44
Compare
Choose a tag to compare

Built by goxc

1.2.2

12 Oct 00:11
Compare
Choose a tag to compare

Built by goxc

1.2.1

23 Sep 20:49
Compare
Choose a tag to compare

Built by goxc

1.2.0

23 Sep 17:38
Compare
Choose a tag to compare

Features:

  • PFS has been rewritten to be more reliable and optimizeable
  • PFS now has a much simpler name scheme for commits (eg master/10)
  • PFS now supports merging, there are 2 types of merge. Squash and Replay
  • Caching has been added to several of the higher cost parts of PFS
  • UpdatePipeline, which allows you to modify an existing pipeline
  • Transforms now have an Env section for specifying environment variables
  • ArchiveCommit, which allows you to make commits not visible in ListCommit but still present and readable
  • ArchiveAll, which archives all data
  • PutFile can now take a URL in place of a local file, put multiple files and start/finish its own commits
  • Incremental Pipelines now allow more control over what data is shown
  • pachctl deploy is now the recommended way to deploy a cluster
  • pachctl port-forward should be a much more reliable way to get your local machine talking to pachd
  • pachctl mount will recover if it loses and regains contact with pachd
  • pachctl unmount has been added, it can be used to unmount a single mount or all of them with -a
  • Benchmarks have been added
  • pprof support has been added to pachd
  • Parallelization can now be set as a factor of cluster size
  • pachctl put-file has 2 new flags -c and -i that make it more usable
  • Minikube is now the recommended way to deploy locally

Content:

1.2.0-RC2

22 Sep 00:19
Compare
Choose a tag to compare

Built by goxc