From e96a10967e514355aa1f0aa05c926d4515d5600b Mon Sep 17 00:00:00 2001 From: justold <1188067+pwwang@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:54:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.15.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datar/__init__.py | 2 +- docs/CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/datar/__init__.py b/datar/__init__.py index 9c17b32f..4f872172 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.15.1" +__version__ = "0.15.2" def get_versions(prnt: bool = True) -> _Mapping[str, str]: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 47af2fdf..1ec90063 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.15.2 + +- ⬆️ Bump datar-pandas to 0.5.2 to fix `pip install datar[pandas]` not having numpy backend installed. + ## 0.15.1 - ⬆️ Bump datar-pandas to 0.5.1 diff --git a/pyproject.toml b/pyproject.toml index 0aa5d313..7f59cf64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datar" -version = "0.15.1" +version = "0.15.2" description = "A Grammar of Data Manipulation in python" authors = ["pwwang "] license = "MIT"