File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
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 2021 ).
22
+ Latest Python release: v1.0.25 (April 2022 ).
23
23
24
24
Announcements
25
25
=============
@@ -50,6 +50,8 @@ Example notebooks
50
50
- |notebook_basic_colab |
51
51
* - `Detailed example (featuring configuration, Apache Spark and more) <https://nbviewer.jupyter.org/github/histogrammar/histogrammar-python/blob/master/histogrammar/notebooks/histogrammar_tutorial_advanced.ipynb >`_
52
52
- |notebook_advanced_colab |
53
+ * - `Exercises <https://nbviewer.jupyter.org/github/histogrammar/histogrammar-python/blob/master/histogrammar/notebooks/histogrammar_tutorial_exercises.ipynb >`_
54
+ - |notebook_exercises_colab |
53
55
54
56
Documentation
55
57
=============
@@ -151,3 +153,6 @@ License
151
153
.. |notebook_advanced_colab | image :: https://colab.research.google.com/assets/colab-badge.svg
152
154
:alt: Open in Colab
153
155
:target: https://colab.research.google.com/github/histogrammar/histogrammar-python/blob/master/histogrammar/notebooks/histogrammar_tutorial_advanced.ipynb
156
+ .. |notebook_exercises_colab | image :: https://colab.research.google.com/assets/colab-badge.svg
157
+ :alt: Open in Colab
158
+ :target: https://colab.research.google.com/github/histogrammar/histogrammar-python/blob/master/histogrammar/notebooks/histogrammar_tutorial_exercises.ipynb
You can’t perform that action at this time.
0 commit comments