diff --git a/.buildinfo b/.buildinfo
index fe32c60..f9aa215 100644
--- a/.buildinfo
+++ b/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 32366a3347e65842caa56b850979ac4e
+config: 274ba1fe66a439b815add9c7a8f0b94f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle
index f786378..3967158 100644
Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ
diff --git a/.doctrees/examples/sg_execution_times.doctree b/.doctrees/examples/sg_execution_times.doctree
index bc8b8bf..4973644 100644
Binary files a/.doctrees/examples/sg_execution_times.doctree and b/.doctrees/examples/sg_execution_times.doctree differ
diff --git a/.doctrees/examples/spatial_indexing.doctree b/.doctrees/examples/spatial_indexing.doctree
index ff61815..eab2796 100644
Binary files a/.doctrees/examples/spatial_indexing.doctree and b/.doctrees/examples/spatial_indexing.doctree differ
diff --git a/.doctrees/sg_execution_times.doctree b/.doctrees/sg_execution_times.doctree
index 31430c4..ad8df2d 100644
Binary files a/.doctrees/sg_execution_times.doctree and b/.doctrees/sg_execution_times.doctree differ
diff --git a/_downloads/bc82bea3a5dd7bdba60b65220891d9e5/examples_python.zip b/_downloads/bc82bea3a5dd7bdba60b65220891d9e5/examples_python.zip
index 8a5158f..92d608d 100644
Binary files a/_downloads/bc82bea3a5dd7bdba60b65220891d9e5/examples_python.zip and b/_downloads/bc82bea3a5dd7bdba60b65220891d9e5/examples_python.zip differ
diff --git a/_downloads/fb625db3c50d423b1b7881136ffdeec8/examples_jupyter.zip b/_downloads/fb625db3c50d423b1b7881136ffdeec8/examples_jupyter.zip
index 77f3e30..417be20 100644
Binary files a/_downloads/fb625db3c50d423b1b7881136ffdeec8/examples_jupyter.zip and b/_downloads/fb625db3c50d423b1b7881136ffdeec8/examples_jupyter.zip differ
diff --git a/_modules/index.html b/_modules/index.html
index 318db5d..86ee8ae 100644
--- a/_modules/index.html
+++ b/_modules/index.html
@@ -7,7 +7,7 @@
- Overview: module code — Numba Celltree 0.1.7 documentation
+ Overview: module code — Numba Celltree 0.1.8 documentation
@@ -39,7 +39,7 @@
-
+
diff --git a/_modules/numba_celltree/celltree.html b/_modules/numba_celltree/celltree.html
index e52b5e7..bacbc5d 100644
--- a/_modules/numba_celltree/celltree.html
+++ b/_modules/numba_celltree/celltree.html
@@ -7,7 +7,7 @@
- numba_celltree.celltree — Numba Celltree 0.1.7 documentation
+ numba_celltree.celltree — Numba Celltree 0.1.8 documentation
@@ -39,7 +39,7 @@
-
+
diff --git a/_sources/examples/sg_execution_times.rst.txt b/_sources/examples/sg_execution_times.rst.txt
index aeba022..3d02452 100644
--- a/_sources/examples/sg_execution_times.rst.txt
+++ b/_sources/examples/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:00.756** total execution time for 1 file **from examples**:
+**00:00.752** total execution time for 1 file **from examples**:
.. container::
@@ -33,5 +33,5 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_examples_spatial_indexing.py` (``spatial_indexing.py``)
- - 00:00.756
+ - 00:00.752
- 0.0
diff --git a/_sources/examples/spatial_indexing.rst.txt b/_sources/examples/spatial_indexing.rst.txt
index e157c2c..a3ddab8 100644
--- a/_sources/examples/spatial_indexing.rst.txt
+++ b/_sources/examples/spatial_indexing.rst.txt
@@ -669,7 +669,7 @@ with the Euclidian norm (Pythagorean distance):
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.756 seconds)
+ **Total running time of the script:** (0 minutes 0.752 seconds)
.. _sphx_glr_download_examples_spatial_indexing.py:
diff --git a/_sources/sg_execution_times.rst.txt b/_sources/sg_execution_times.rst.txt
index 2f0020b..93a3255 100644
--- a/_sources/sg_execution_times.rst.txt
+++ b/_sources/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:00.756** total execution time for 1 file **from all galleries**:
+**00:00.752** total execution time for 1 file **from all galleries**:
.. container::
@@ -33,5 +33,5 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_examples_spatial_indexing.py` (``../examples/spatial_indexing.py``)
- - 00:00.756
+ - 00:00.752
- 0.0
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
index 8d5909e..4099efb 100644
--- a/_static/documentation_options.js
+++ b/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '0.1.7',
+ VERSION: '0.1.8',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/api.html b/api.html
index fc9b526..5c41885 100644
--- a/api.html
+++ b/api.html
@@ -8,7 +8,7 @@
- CellTree2d — Numba Celltree 0.1.7 documentation
+ CellTree2d — Numba Celltree 0.1.8 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/examples/index.html b/examples/index.html
index 3b9f9f0..214fa85 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -8,7 +8,7 @@
- Examples — Numba Celltree 0.1.7 documentation
+ Examples — Numba Celltree 0.1.8 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/examples/sg_execution_times.html b/examples/sg_execution_times.html
index 2b495e5..18d5e16 100644
--- a/examples/sg_execution_times.html
+++ b/examples/sg_execution_times.html
@@ -8,7 +8,7 @@
- Computation times — Numba Celltree 0.1.7 documentation
+ Computation times — Numba Celltree 0.1.8 documentation
@@ -40,7 +40,7 @@
-
+
@@ -382,7 +382,7 @@