We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8889d8b commit 66b011fCopy full SHA for 66b011f
README.rst
@@ -19,7 +19,7 @@ Histograms and other aggregators may also be converted into CUDA code for inclus
19
PyCUDA is available, they can also be filled from Numpy arrays by JIT-compiling the CUDA code.
20
This Python implementation of histogrammar been tested to guarantee compatibility with its Scala implementation.
21
22
-Latest Python release: v1.0.22 (Mar 2021).
+Latest Python release: v1.0.23 (Mar 2021).
23
24
Announcements
25
=============
setup.py
@@ -22,7 +22,7 @@
MAJOR = 1
REVISION = 0
-PATCH = 22
+PATCH = 23
26
DEV = False
27
# NOTE: also update version at: README.rst
28
0 commit comments