Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ewoksppf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
workflow
ewoks
ewoksppf
Commits
a70cf895
Commit
a70cf895
authored
8 months ago
by
Wout De Nolf
Browse files
Options
Downloads
Patches
Plain Diff
bump version
parent
3cc0e2d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!99
bump version
Pipeline
#180943
passed
8 months ago
Stage: test
Stage: style
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+25
-10
25 additions, 10 deletions
CHANGELOG.md
pyproject.toml
+1
-2
1 addition, 2 deletions
pyproject.toml
src/ewoksppf/__init__.py
+1
-1
1 addition, 1 deletion
src/ewoksppf/__init__.py
with
27 additions
and
13 deletions
CHANGELOG.md
+
25
−
10
View file @
a70cf895
# CHANGELOG.md
## 0.3.0 (unreleased)
## (unreleased)
## 0.2.1
Bug fixes:
-
support pip 24.1
## 0.2.0
Changes:
-
stop merging task inputs and outputs to trigger the next task
-
stop merging task inputs and outputs to trigger the next task
## 0.1.7
Changes:
-
use workflow and node labels with id fallback for pypushflow logging
-
use workflow and node labels with id fallback for pypushflow logging
## 0.1.6
Bug fixes:
-
remove info key from workflow outputs
-
remove info key from workflow outputs
## 0.1.5
Changes:
-
re-raise pypushflow exceptions by default
-
re-raise pypushflow exceptions by default
## 0.1.4
Changes:
-
remove deprecated ewokscore Task properties
-
remove deprecated ewokscore Task properties
## 0.1.3
Bug fixes:
-
fix "outputs" argument default of execute_graph
-
fix "outputs" argument default of execute_graph
## 0.1.2
Bug fixes:
-
output of execute_graph was not consistent with other bindings
-
output of execute_graph was not consistent with other bindings
## 0.1.1
Changes:
-
use new "engine" argument instead of the deprecated "binding"
-
use new "engine" argument instead of the deprecated "binding"
## 0.1.0
New features:
-
Convert Ewoks
`Graph`
to graph of actors for exection
-
Convert Ewoks
`Graph`
to graph of actors for exection
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
2
View file @
a70cf895
[build-system]
requires
=
[
"setuptools>
=
46.4
,
<
63
",
"wheel"
,
"setuptools>
=
46.4
"
]
build-backend
=
"setuptools.build_meta"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/ewoksppf/__init__.py
+
1
−
1
View file @
a70cf895
from
.bindings
import
execute_graph
# noqa: F401
__version__
=
"
0.2.
0
"
__version__
=
"
0.2.
1
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment