Skip to content

Commit

Permalink
Release 0.0.23 (#64)
Browse files Browse the repository at this point in the history
* Faults + Authors

* Lock update
  • Loading branch information
paulcjh authored Mar 10, 2022
1 parent 7ef3807 commit bdb365f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 deletions.
3 changes: 2 additions & 1 deletion pipeline/schemas/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class RunState(Enum):


class RunError(Enum):
...
MAX_RETRIES = "max_retries"
PIPELINE_FAULT = "pipeline_fault"


class RunCreate(BaseModel):
Expand Down
52 changes: 26 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "pipeline-ai"
version = "0.0.23-beta.8"
description = "Yay ml pipelines"
authors = ["Paul Hetherington <paul@getneuro.ai>"]
version = "0.0.23"
description = "Pipelines for machine learning workloads."
authors = ["Paul Hetherington <ph@mystic.ai>", "Alex Pearwin <alex@mystic.ai>", "Maximiliano Schulkin <max@mystic.ai>", "Neil Wang <neil@mystic.ai>"]
packages = [
{include="pipeline"}
]
Expand Down

0 comments on commit bdb365f

Please sign in to comment.