Commit 06c6f247 authored by Joseph Siddons's avatar Joseph Siddons
Browse files

chore: bump to v0.11.0

parent 2fa000a1
No preview for this file type
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
\title{GeoSpatialTools} \title{GeoSpatialTools}
\date{Feb 26, 2025} \date{Feb 26, 2025}
\release{0.10.1} \release{0.11.0}
\author{NOC Surface Processes} \author{NOC Surface Processes}
\newcommand{\sphinxlogo}{\vbox{}} \newcommand{\sphinxlogo}{\vbox{}}
\renewcommand{\releasename}{Release} \renewcommand{\releasename}{Release}
...@@ -382,6 +382,24 @@ Insert a point into the QuadTree ...@@ -382,6 +382,24 @@ Insert a point into the QuadTree
\end{fulllineitems} \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}} \index{nearby\_points() (GeoSpatialTools.quadtree.QuadTree method)@\spxentry{nearby\_points()}\spxextra{GeoSpatialTools.quadtree.QuadTree method}}
\begin{fulllineitems} \begin{fulllineitems}
...@@ -768,6 +786,24 @@ is consistent with the OctTree. ...@@ -768,6 +786,24 @@ is consistent with the OctTree.
\end{fulllineitems} \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}} \index{nearby\_points() (GeoSpatialTools.octtree.OctTree method)@\spxentry{nearby\_points()}\spxextra{GeoSpatialTools.octtree.OctTree method}}
\begin{fulllineitems} \begin{fulllineitems}
......
...@@ -14,7 +14,7 @@ sys.path.insert(0, os.path.abspath("../")) ...@@ -14,7 +14,7 @@ sys.path.insert(0, os.path.abspath("../"))
project = "GeoSpatialTools" project = "GeoSpatialTools"
copyright = "2024, National Oceanography Centre" copyright = "2024, National Oceanography Centre"
author = "NOC Surface Processes" author = "NOC Surface Processes"
release = "0.10.1" release = "0.11.0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
......
...@@ -12,7 +12,7 @@ packages = ["GeoSpatialTools"] ...@@ -12,7 +12,7 @@ packages = ["GeoSpatialTools"]
[project] [project]
name = "GeoSpatialTools" name = "GeoSpatialTools"
version = "0.10.1" version = "0.11.0"
dependencies = [ dependencies = [
"numpy", "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