Skip to content

Commit 876afac

Browse files
committed
0.15.12
1 parent 0abf38a commit 876afac

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.11"
7+
__version__ = "0.15.12"
88

99

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

docs/CHANGELOG.md

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

3+
## 0.15.12
4+
5+
- chore: update datar-pandas to version ^0.6
6+
- fix: fix fct_recode and fct_collapse with ordered factor (pwwang/datar#216)
7+
- fix: handle MultiIndex in _agg_result_compatible (pwwang/datar#214)
8+
- feat: suport pandas.Grouper() for group_by (pwwang/datar#215)
9+
- chore: update datar-arrow to version ^0.2
10+
- chore: bump pyarrow to ^20
11+
312
## 0.15.11
413

514
- feat: add generic pipe() function to datar for applying custom functions in piping workflows (#212)

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.11"
3+
version = "0.15.12"
44
description = "A Grammar of Data Manipulation in python"
55
authors = ["pwwang <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)