Skip to content

Commit 0f99f02

Browse files
committed
0.17.4
1 parent 6c0e432 commit 0f99f02

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.17.4
4+
5+
- chore: add ipykernel dependency for example pipelines
6+
- chore(deps): bump datar to 0.15.9 (numpy v2)
7+
- fix: prevent adding processes to starts if already included
8+
39
## 0.17.3
410

511
- chore: hide job index prefix in log messages for single-job processes

pipen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Provide version of pipen"""
22

3-
__version__ = "0.17.3"
3+
__version__ = "0.17.4"

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "pipen"
7-
version = "0.17.3"
7+
version = "0.17.4"
88
description = "A pipeline framework for python"
99
authors = [ "pwwang <pwwang@pwwang.com>",]
1010
license = "MIT"
@@ -17,7 +17,7 @@ generate-setup-file = true
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.9"
20-
liquidpy = "^0.8.3"
20+
liquidpy = "^0.8"
2121
pandas = "^2.0"
2222
enlighten = "^1"
2323
argx = "^0.3"

0 commit comments

Comments
 (0)