Skip to content

Commit ecd36e0

Browse files
Copilotnikdon
andauthored
Release 2.1.0 with Python 3.14 support (#151)
* Initial plan * Bump version to 2.1.0 for Python 3.14 support Co-authored-by: nikdon <4712507+nikdon@users.noreply.github.com> * Update release date in CITATION.cff for version 2.1.0 Co-authored-by: nikdon <4712507+nikdon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nikdon <4712507+nikdon@users.noreply.github.com>
1 parent 55ca757 commit ecd36e0

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

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+
## 2.1.0 (2025-11-26)
4+
5+
### Features
6+
7+
- build: add support for Python 3.14
8+
39
## 2.0.0 (2025-07-04)
410

511
## 1.0.0 (2024-07-06)

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Nikolay"
66
orcid: "https://orcid.org/0009-0008-2912-6615"
77
title: "pyEntropy"
8-
version: 2.0.0
8+
version: 2.1.0
99
doi: "10.5281/zenodo.17727790"
10-
date-released: "2025-07-04"
10+
date-released: "2025-11-26"
1111
url: "https://github.com/nikdon/pyEntropy"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry]
14-
version = "2.0.0"
14+
version = "2.1.0"
1515

1616
[tool.poetry.dependencies]
1717
python = ">=3.9,<4.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pyentrp",
10-
version="2.0.0",
10+
version="2.1.0",
1111
description="Functions on top of NumPy for computing different types of entropy",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)