From d71789c0c8a366db41b86932e9b0647a888c545a Mon Sep 17 00:00:00 2001 From: pwwang Date: Sat, 7 Oct 2023 22:02:24 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datar/__init__.py | 2 +- docs/CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/datar/__init__.py b/datar/__init__.py index d5503973..0bd42c33 100644 --- a/datar/__init__.py +++ b/datar/__init__.py @@ -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]: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d02f45c5..18d836f3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d0d7059e..ddb4bab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" @@ -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}