Skip to content

Commit bb005df

Browse files
committed
update docs; bump version number
1 parent 6a139d5 commit bb005df

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/source/RasPlanHdf.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ RasPlanHdf
33
.. currentmodule:: rashdf
44
.. autoclass:: RasPlanHdf
55
:show-inheritance:
6-
:members: get_plan_info_attrs,
6+
:members: mesh_cell_points,
7+
mesh_cell_polygons,
8+
mesh_cell_faces,
9+
mesh_max_ws,
10+
mesh_min_ws,
11+
mesh_max_face_v,
12+
mesh_min_face_v,
13+
mesh_max_ws_err,
14+
mesh_max_iter,
15+
mesh_last_iter,
16+
get_plan_info_attrs,
717
get_plan_param_attrs,
818
get_meteorology_precip_attrs,
919
get_results_unsteady_attrs,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = [
1212
"Programming Language :: Python :: 3.11",
1313
"Programming Language :: Python :: 3.12",
1414
]
15-
version = "0.2.2"
15+
version = "0.3.0"
1616
dependencies = ["h5py", "geopandas", "pyarrow"]
1717

1818
[project.optional-dependencies]

0 commit comments

Comments
 (0)