Skip to content

Commit

Permalink
DOC: Update the changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Jun 14, 2022
1 parent 2a4c367 commit c4e6187
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
History
=======

0.13.2 (2022-06-14)
-------------------

Breaking Changes
~~~~~~~~~~~~~~~~
- Set the minimum supported version of Python to 3.8 since many of the
dependencies such as ``xarray``, ``pandas``, ``rioxarray`` have dropped support
for Python 3.7.

Internal Changes
~~~~~~~~~~~~~~~~
- Remove ``USGS`` prefixes from the input station IDs in ``NWIS.get_streamflow``
function. Also, check if the remaining parts of the IDs are all digits and throw
an exception if otherwise. Additionally, make sure that IDs have at least 8 chars by
adding leading zeros (:issue_hydro:`99`).
- Use `micromamba <https://github.com/marketplace/actions/provision-with-micromamba>`__
for running tests
and use `nox <https://github.com/marketplace/actions/setup-nox>`__
for linting in CI.

0.13.1 (2022-06-11)
-------------------

Expand Down

0 comments on commit c4e6187

Please sign in to comment.