Commit bff58394 authored by Joseph Siddons's avatar Joseph Siddons
Browse files

Merge branch 'v0-10-1' into 'main'

v0.10.1

See merge request nocsurfaceprocesses/geospatialtools!18
parents a7e594a1 a32ca1db
No preview for this file type
......@@ -64,8 +64,8 @@
\title{GeoSpatialTools}
\date{Dec 12, 2024}
\release{0.10.0}
\date{Feb 26, 2025}
\release{0.10.1}
\author{NOC Surface Processes}
\newcommand{\sphinxlogo}{\vbox{}}
\renewcommand{\releasename}{Release}
......@@ -1122,6 +1122,18 @@ the time extent (dt) is the full time range of the box.
\end{itemize}
\end{description}\end{quote}
\index{centre\_datetime (GeoSpatialTools.octtree.SpaceTimeRectangle property)@\spxentry{centre\_datetime}\spxextra{GeoSpatialTools.octtree.SpaceTimeRectangle property}}
\begin{fulllineitems}
\phantomsection\label{\detokenize{users_guide:GeoSpatialTools.octtree.SpaceTimeRectangle.centre_datetime}}
\pysigstartsignatures
\pysigline{\sphinxbfcode{\sphinxupquote{property\DUrole{w}{ }}}\sphinxbfcode{\sphinxupquote{centre\_datetime}}\sphinxbfcode{\sphinxupquote{\DUrole{p}{:}\DUrole{w}{ }datetime}}}
\pysigstopsignatures
\sphinxAtStartPar
The midpoint time of the Rectangle
\end{fulllineitems}
\index{contains() (GeoSpatialTools.octtree.SpaceTimeRectangle method)@\spxentry{contains()}\spxextra{GeoSpatialTools.octtree.SpaceTimeRectangle method}}
\begin{fulllineitems}
......@@ -1271,6 +1283,18 @@ True if the point is \textless{}= dist + max(dist(centre, corners))
\end{fulllineitems}
\index{time\_range (GeoSpatialTools.octtree.SpaceTimeRectangle property)@\spxentry{time\_range}\spxextra{GeoSpatialTools.octtree.SpaceTimeRectangle property}}
\begin{fulllineitems}
\phantomsection\label{\detokenize{users_guide:GeoSpatialTools.octtree.SpaceTimeRectangle.time_range}}
\pysigstartsignatures
\pysigline{\sphinxbfcode{\sphinxupquote{property\DUrole{w}{ }}}\sphinxbfcode{\sphinxupquote{time\_range}}\sphinxbfcode{\sphinxupquote{\DUrole{p}{:}\DUrole{w}{ }timedelta}}}
\pysigstopsignatures
\sphinxAtStartPar
The time extent of the Rectangle
\end{fulllineitems}
\end{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.0"
release = "0.10.1"
# -- 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.0"
version = "0.10.1"
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