Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to 0.7.0 for release #62

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/source/RasPlanHdf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
zmeta_reference_points_timeseries_output
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down