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
Taher Chegini committed Feb 9, 2024
1 parent cfd91c2 commit 3fd2483
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
History
=======

0.16.2 (2024-XX-XX)
-------------------

New Features
~~~~~~~~~~~~
- Converted all methods of ``NWIS`` class to ``classmethod``s so the class can be used
without instantiating it. This change makes the class more flexible and easier to use.
- In ``NID`` class, the ``stage_nid_inventory`` method now checks if the remote NID
database has been modified since the last download and only downloads the new data
if it has been modified. This change makes the method more efficient and reduces the
network traffic while ensuring that the local database is always up-to-date.

0.16.0 (2024-01-03)
-------------------

Expand Down

0 comments on commit 3fd2483

Please sign in to comment.