Skip to content

Commit

Permalink
0.3.2 (#129)
Browse files Browse the repository at this point in the history
* ➖ Remove reduandant deps

* 🔖 0.3.2
  • Loading branch information
pwwang authored May 13, 2022
1 parent 927b8a3 commit 1d0ed61
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 65 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Pipen().set_starts(P1).run()
[09/13/21 04:23:37] I main _ ____/__/ / _ ____/_ /___ _ /| /
[09/13/21 04:23:37] I main /_/ /___/ /_/ /_____/ /_/ |_/
[09/13/21 04:23:37] I main
[09/13/21 04:23:37] I main version: 0.3.0
[09/13/21 04:23:37] I main version: 0.3.2
[09/13/21 04:23:37] I main
[09/13/21 04:23:37] I main ╭══════════════════════════════ PIPEN-0 ════════════════════════════════╮
[09/13/21 04:23:37] I main ║ # procs = 2 ║
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.2

- ⬆️ Upgrade rtoml to v0.8

## 0.3.1

- 🩹 Hide config meta data in pipeline information
Expand Down
2 changes: 1 addition & 1 deletion pipen/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Provide version of pipen"""

__version__ = "0.3.1"
__version__ = "0.3.2"
124 changes: 68 additions & 56 deletions poetry.lock

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

16 changes: 9 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "pipen"
version = "0.3.1"
version = "0.3.2"
description = "A pipeline framework for python"
authors = [ "pwwang <[email protected]>",]
license = "MIT"
Expand All @@ -14,21 +14,23 @@ repository = "https://github.com/pwwang/pipen"

[tool.poetry.dependencies]
python = "^3.7.1" # align with datar/pandas
rtoml = "^0.7"
liquidpy = "^0.7"
pandas = "^1"
rich = "^12"
python-slugify = "^6"
enlighten = "^1"
cached-property = "^1"
more-itertools = "^8"
varname = "^0.8"
diot = "^0.1"
pyparam = "^0.5"
xqute = "^0.0"
python-simpleconf = "^0.5"
simplug = "^0.0"
xqute = "^0.1"
## included in xqute
# diot = "^0.1"
# simplug = "^0.0"
## including rtoml
python-simpleconf = {version = "^0.5", extras = ["toml"]}
pipda = "^0.5"
## included in pipda
# varname = "^0.8"

[tool.poetry.dev-dependencies]
openpyxl = "^3"
Expand Down

0 comments on commit 1d0ed61

Please sign in to comment.