Skip to content

Commit df91009

Browse files
committed
0.15.7
1 parent 53209b5 commit df91009

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
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.6"
7+
__version__ = "0.15.7"
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.7
4+
5+
- chore(deps): drop support for python3.8
6+
- ci: update Python version matrix to drop 3.8 and add 3.11, 3.12
7+
- chore(docs): add mkdocs and related dependencies for documentation generation
8+
39
## 0.15.6
410

511
- deps: bump simplug to 0.4, datar-numpy to 0.3.4 and datar-pandas to 0.5.5

docs/requirements.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

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

0 commit comments

Comments
 (0)