Skip to content

Commit

Permalink
Merge pull request #219 from jmccreight/bugfix_v0.2.1
Browse files Browse the repository at this point in the history
fixes for 0.2.1
  • Loading branch information
jmccreight committed Jul 19, 2023
2 parents 5f3db15 + b3dedc9 commit 2c0f9fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 29 deletions.
32 changes: 6 additions & 26 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,17 @@ What's New
np.random.seed(123456)
.. _whats-new.0.3.0:
.. _whats-new.0.2.1:

v0.3.0 (unreleased)
v0.2.1 (19 July 2023)
---------------------

New features
~~~~~~~~~~~~


Breaking changes
~~~~~~~~~~~~~~~~


Deprecations
~~~~~~~~~~~~


Performance
~~~~~~~~~~~


Bug fixes
~~~~~~~~~


Documentation
~~~~~~~~~~~~~


Internal changes
~~~~~~~~~~~~~~~~
- Package data was not properly installed.
(:pull:`219`) By `James McCreight <https://github.com/jmccreight>`_.
- Small addition to notebook 02
(:pull:`219`) By `James McCreight <https://github.com/jmccreight>`_.


.. _whats-new.0.2.0:
Expand Down
6 changes: 4 additions & 2 deletions examples/02_prms_legacy_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,10 @@
" \"input_dir\": run_dir,\n",
" \"budget_type\": \"warn\",\n",
" \"calc_method\": \"numba\",\n",
" # \"netcdf_output_dir\": nb_output_dir / \"nhm\",\n",
"}"
" \"netcdf_output_dir\": nb_output_dir / \"nhm_submodel\",\n",
"}\n",
"\n",
"control.options[\"netcdf_output_var_names\"] = pws.PRMSChannel.get_variables()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ include = ["pywatershed", "pywatershed.*"]

[tool.setuptools.package-data]
"pywatershed.static.metadata" = ["*.yaml"]
"pywatershed.data" = ["*.nc"]
"pywatershed.data.drb_2yr" = ["*"]

[tool.black]
line-length = 79
Expand Down

0 comments on commit 2c0f9fb

Please sign in to comment.