Commit 4cd77c10 authored by Joseph Siddons's avatar Joseph Siddons
Browse files

Merge branch 'v0-11-0' into 'main'

v0.11.0

See merge request !20
parents 2fa000a1 06c6f247
No preview for this file type
......@@ -65,7 +65,7 @@
\title{GeoSpatialTools}
\date{Feb 26, 2025}
\release{0.10.1}
\release{0.11.0}
\author{NOC Surface Processes}
\newcommand{\sphinxlogo}{\vbox{}}
\renewcommand{\releasename}{Release}
......@@ -382,6 +382,24 @@ Insert a point into the QuadTree
\end{fulllineitems}
\index{len() (GeoSpatialTools.quadtree.QuadTree method)@\spxentry{len()}\spxextra{GeoSpatialTools.quadtree.QuadTree method}}
\begin{fulllineitems}
\phantomsection\label{\detokenize{users_guide:GeoSpatialTools.quadtree.QuadTree.len}}
\pysigstartsignatures
\pysiglinewithargsret{\sphinxbfcode{\sphinxupquote{len}}}{\sphinxparam{\DUrole{n}{\_current\_len}\DUrole{o}{=}\DUrole{default_value}{0}}}{}
\pysigstopsignatures
\sphinxAtStartPar
Get the number of points in the OctTree
\begin{quote}\begin{description}
\sphinxlineitem{Return type}
\sphinxAtStartPar
\DUrole{sphinx_autodoc_typehints-type}{\sphinxcode{\sphinxupquote{int}}}
\end{description}\end{quote}
\end{fulllineitems}
\index{nearby\_points() (GeoSpatialTools.quadtree.QuadTree method)@\spxentry{nearby\_points()}\spxextra{GeoSpatialTools.quadtree.QuadTree method}}
\begin{fulllineitems}
......@@ -768,6 +786,24 @@ is consistent with the OctTree.
\end{fulllineitems}
\index{len() (GeoSpatialTools.octtree.OctTree method)@\spxentry{len()}\spxextra{GeoSpatialTools.octtree.OctTree method}}
\begin{fulllineitems}
\phantomsection\label{\detokenize{users_guide:GeoSpatialTools.octtree.OctTree.len}}
\pysigstartsignatures
\pysiglinewithargsret{\sphinxbfcode{\sphinxupquote{len}}}{\sphinxparam{\DUrole{n}{\_current\_len}\DUrole{o}{=}\DUrole{default_value}{0}}}{}
\pysigstopsignatures
\sphinxAtStartPar
Get the number of points in the OctTree
\begin{quote}\begin{description}
\sphinxlineitem{Return type}
\sphinxAtStartPar
\DUrole{sphinx_autodoc_typehints-type}{\sphinxcode{\sphinxupquote{int}}}
\end{description}\end{quote}
\end{fulllineitems}
\index{nearby\_points() (GeoSpatialTools.octtree.OctTree method)@\spxentry{nearby\_points()}\spxextra{GeoSpatialTools.octtree.OctTree method}}
\begin{fulllineitems}
......
......@@ -14,7 +14,7 @@ sys.path.insert(0, os.path.abspath("../"))
project = "GeoSpatialTools"
copyright = "2024, National Oceanography Centre"
author = "NOC Surface Processes"
release = "0.10.1"
release = "0.11.0"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
......
......@@ -12,7 +12,7 @@ packages = ["GeoSpatialTools"]
[project]
name = "GeoSpatialTools"
version = "0.10.1"
version = "0.11.0"
dependencies = [
"numpy",
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment