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

chore: bump to v0.10.1

parent a7e594a1
No preview for this file type
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
\title{GeoSpatialTools} \title{GeoSpatialTools}
\date{Dec 12, 2024} \date{Feb 26, 2025}
\release{0.10.0} \release{0.10.1}
\author{NOC Surface Processes} \author{NOC Surface Processes}
\newcommand{\sphinxlogo}{\vbox{}} \newcommand{\sphinxlogo}{\vbox{}}
\renewcommand{\releasename}{Release} \renewcommand{\releasename}{Release}
...@@ -1122,6 +1122,18 @@ the time extent (dt) is the full time range of the box. ...@@ -1122,6 +1122,18 @@ the time extent (dt) is the full time range of the box.
\end{itemize} \end{itemize}
\end{description}\end{quote} \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}} \index{contains() (GeoSpatialTools.octtree.SpaceTimeRectangle method)@\spxentry{contains()}\spxextra{GeoSpatialTools.octtree.SpaceTimeRectangle method}}
\begin{fulllineitems} \begin{fulllineitems}
...@@ -1271,6 +1283,18 @@ True if the point is \textless{}= dist + max(dist(centre, corners)) ...@@ -1271,6 +1283,18 @@ True if the point is \textless{}= dist + max(dist(centre, corners))
\end{fulllineitems} \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} \end{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.0" release = "0.10.1"
# -- 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.0" version = "0.10.1"
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