Skip to content

Commit c397c3e

Browse files
author
kx79wq
committed
REL: bump up histogrammar version to v1.1.0
Bump up version number to 1.1 in histograms
1 parent 6ec1e7a commit c397c3e

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.0.34 (Dec 2024).
20+
Latest Python release: v1.1.0 (Dec 2024).
2121
Latest update: Dec 2024.
2222

2323
References

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.0.34"
5+
version = "1.1.0"
66

77

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

tests/resources/age.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686
"nanflow:type": "Count",
8787
"origin": 0.0},
8888
"type": "SparselyBin",
89-
"version": "1.0"}
89+
"version": "1.1"}

tests/resources/company.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,4 @@
401401
"bins:type": "Count",
402402
"entries": 400.0},
403403
"type": "Categorize",
404-
"version": "1.0"}
404+
"version": "1.1"}

tests/resources/date.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
"nanflow:type": "Count",
1919
"origin": 1262563200000000000},
2020
"type": "SparselyBin",
21-
"version": "1.0"}
21+
"version": "1.1"}

tests/resources/eyesColor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"bins:type": "Count",
77
"entries": 400.0},
88
"type": "Categorize",
9-
"version": "1.0"}
9+
"version": "1.1"}

tests/resources/gender.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"bins:type": "Count",
33
"entries": 400.0},
44
"type": "Categorize",
5-
"version": "1.0"}
5+
"version": "1.1"}

tests/resources/isActive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"bins:type": "Count",
33
"entries": 400.0},
44
"type": "Categorize",
5-
"version": "1.0"}
5+
"version": "1.1"}

tests/resources/isActive_age.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@
156156
"bins:type": "SparselyBin",
157157
"entries": 400.0},
158158
"type": "Categorize",
159-
"version": "1.0"}
159+
"version": "1.1"}

tests/resources/latitude.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
"nanflow:type": "Count",
4242
"origin": 0},
4343
"type": "SparselyBin",
44-
"version": "1.0"}
44+
"version": "1.1"}

0 commit comments

Comments
 (0)