File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Histograms and other aggregators may also be converted into CUDA code for inclus
19
19
PyCUDA is available, they can also be filled from Numpy arrays by JIT-compiling the CUDA code.
20
20
This Python implementation of histogrammar been tested to guarantee compatibility with its Scala implementation.
21
21
22
- Latest Python release: v1.0.25 (April 2022).
22
+ Latest Python release: v1.0.26 (April 2022).
23
23
24
24
Announcements
25
25
=============
Original file line number Diff line number Diff line change 3
3
import re
4
4
5
5
name = "histogrammar"
6
- __version__ = "1.0.24 "
7
- version = "1.0.24 "
8
- full_version = "1.0.24 "
6
+ __version__ = "1.0.26 "
7
+ version = "1.0.26 "
8
+ full_version = "1.0.26 "
9
9
release = True
10
10
11
11
version_info = tuple (re .split (r"[-\.]" , __version__ ))
Original file line number Diff line number Diff line change 22
22
23
23
MAJOR = 1
24
24
REVISION = 0
25
- PATCH = 25
25
+ PATCH = 26
26
26
DEV = False
27
27
# NOTE: also update version at: README.rst
28
28
You can’t perform that action at this time.
0 commit comments