Skip to content

Commit

Permalink
🔖 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 8, 2023
1 parent 7cba375 commit d71789c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .core.defaults import f
from .core.options import options, get_option, options_context

__version__ = "0.14.0"
__version__ = "0.15.0"


def get_versions(prnt: bool = True) -> _Mapping[str, str]:
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.15.0

- ✨ Add data who2, household, cms_patient_experience, and
cms_patient_care
- ⬆️ Bump datar-pandas to 0.5 to support pandas2 (#186)

## 0.14.0

- ⬆️ Bump pipda to 0.13
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datar"
version = "0.14.0"
version = "0.15.0"
description = "A Grammar of Data Manipulation in python"
authors = ["pwwang <[email protected]>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ simplug = "^0.3"
pipda = "^0.13"
python-simpleconf = {version = "^0.6", extras = ["toml"]}
datar-numpy = {version = "^0.3", optional = true}
datar-pandas = {version = "^0.4", optional = true}
datar-pandas = {version = "^0.5", optional = true}
# datar-polars = {version = "^0.0.0", optional = true}
datar-arrow = {version = "^0.1", optional = true}

Expand Down

0 comments on commit d71789c

Please sign in to comment.