From 7cadd4bb89f17096079906fe5d86dd2d2d0df792 Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Tue, 26 Nov 2024 11:14:06 -0500 Subject: [PATCH 1/2] bump to 0.7.0 for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f99e7aa..34ea822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -version = "0.6.0" +version = "0.7.0" dependencies = ["h5py", "geopandas>=1.0,<2.0", "pyarrow", "xarray"] [project.optional-dependencies] From d4bcaee112d835ab0ff5ba82ec5c6afc8235c4ac Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Tue, 26 Nov 2024 11:18:40 -0500 Subject: [PATCH 2/2] include newer RasPlanHdf methods in docs --- docs/source/RasPlanHdf.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/RasPlanHdf.rst b/docs/source/RasPlanHdf.rst index d73b00f..4e41d9b 100644 --- a/docs/source/RasPlanHdf.rst +++ b/docs/source/RasPlanHdf.rst @@ -21,6 +21,10 @@ RasPlanHdf reference_lines_names, reference_points, reference_points_names, + reference_summary_output, + reference_lines_timeseries_output, + reference_points_timeseries_output, + observed_timeseries_input, get_plan_info_attrs, get_plan_param_attrs, get_meteorology_precip_attrs, @@ -39,4 +43,4 @@ RasPlanHdf zmeta_mesh_cells_timeseries_output, zmeta_mesh_faces_timeseries_output, zmeta_reference_lines_timeseries_output, - zmeta_reference_points_timeseries_output \ No newline at end of file + zmeta_reference_points_timeseries_output