Skip to content

Commit e7c4ac0

Browse files
author
kx79wq
committed
[rel]: Compatibility with numpy v2.3 due to datatype changes
1 parent 0532606 commit e7c4ac0

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Release notes
33
=============
44

5+
Version 1.1.1, Aug 2024
6+
-----------------------
7+
* Compatibility with numpy v2.3: converting np.number to a dtype no longer allowed.
8+
59
Version 1.1.0, Dec 2024
610
-----------------------
711
* Removed all ROOT, cpp and cuda code, it was no longer supported.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ more quickly via Numpy commands, rather than Python for loops.
1717

1818
This Python implementation of histogrammar been tested to guarantee compatibility with its Scala implementation.
1919

20-
Latest Python release: v1.1.0 (Feb 2025).
21-
Latest update: Feb 2025.
20+
Latest Python release: v1.1.1 (Aug 2025).
21+
Latest update: Aug 2025.
2222

2323
References
2424
==========

histogrammar/version.py

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

33
import re
44

5-
version = "1.1.0"
5+
version = "1.1.1"
66

77

88
def split_version_string(version_string: str) -> tuple[int, int]:

0 commit comments

Comments
 (0)