File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
1919PyCUDA is available, they can also be filled from Numpy arrays by JIT-compiling the CUDA code.
2020This Python implementation of histogrammar been tested to guarantee compatibility with its Scala implementation.
2121
22- Latest Python release: v1.0.25 (April 2021 ).
22+ Latest Python release: v1.0.25 (April 2022 ).
2323
2424Announcements
2525=============
@@ -50,6 +50,8 @@ Example notebooks
5050 - |notebook_basic_colab |
5151 * - `Detailed example (featuring configuration, Apache Spark and more) <https://nbviewer.jupyter.org/github/histogrammar/histogrammar-python/blob/master/histogrammar/notebooks/histogrammar_tutorial_advanced.ipynb >`_
5252 - |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 |
5355
5456Documentation
5557=============
@@ -151,3 +153,6 @@ License
151153.. |notebook_advanced_colab | image :: https://colab.research.google.com/assets/colab-badge.svg
152154 :alt: Open in Colab
153155 :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