Skip to content

Commit 0959b07

Browse files
committed
0.15.11
1 parent 5a506ed commit 0959b07

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

datar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .core.defaults import f
55
from .core.options import options, get_option, options_context
66

7-
__version__ = "0.15.10"
7+
__version__ = "0.15.11"
88

99

1010
def get_versions(prnt: bool = True) -> _Mapping[str, str]:

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.15.11
4+
5+
- feat: add generic pipe() function to datar for applying custom functions in piping workflows (#212)
6+
- chore: update dependances
7+
- test: fix missing reframe from tests
8+
39
## 0.15.10
410

511
- ci: update deployment environment to use ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datar"
3-
version = "0.15.10"
3+
version = "0.15.11"
44
description = "A Grammar of Data Manipulation in python"
55
authors = ["pwwang <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)