Skip to content

Releases: hyriver/pygeohydro

Release v0.9.2

03 Mar 00:51
Compare
Choose a tag to compare
Release v0.9.2 Pre-release
Pre-release

Please check HISTORY.rst file for a detailed list
of changes.

Release v0.9.1

22 Feb 18:29
Compare
Choose a tag to compare
Release v0.9.1 Pre-release
Pre-release

Please check HISTORY.rst file for a detailed list
of changes.

Release v0.9.0

17 Feb 18:20
Compare
Choose a tag to compare
Release v0.9.0 Pre-release
Pre-release

Please check HISTORY.rst file for a detailed list
of changes.

Release v0.8.0

07 Dec 04:42
Compare
Choose a tag to compare
Release v0.8.0 Pre-release
Pre-release

Please check HISTORY.rst file for a detailed list
of changes.

Release v0.2.0

07 Dec 04:40
Compare
Choose a tag to compare
Release v0.2.0 Pre-release
Pre-release

Please check HISTORY.rst file for a detailed list
of changes.

v0.7.3-beta

02 Sep 21:24
24d97b4
Compare
Choose a tag to compare
v0.7.3-beta Pre-release
Pre-release

This release fixes the issue due to recent changes to the WaterData web service.

0.7.2

18 Aug 22:00
Compare
Choose a tag to compare
0.7.2 Pre-release
Pre-release

Enhancements

  • Replaced simplejson with orjson to speed-up JSON operations.
  • Explicitly sort the time dimension of the ssebopeta_bygeom function.

Bug fixes

  • Fix an issue with the nlcd function where high-resolution requests fail.

v0.7.1

14 Aug 06:08
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

This is a bug fix that addresses the nlcd function issue where not all None layers are dropped. Also, a new flag called title_ypos was added to the plot.signatures function for adjusting the vertical position of the supertitle which is useful for multi-line titles.

v0.7.0

12 Aug 04:18
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

This version re-writes almost the whole codebase and divides Hydrodata into six standalone Python libraries. This decision was made for reducing the code complexity and allowing the users to only install the packages that they need without having to install all the Hydrodata dependencies. Please check History for the full changelog.

v0.6.0

22 Jun 09:36
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

This release improves the overall quality and efficiency of the code by refactoring some parts of the code and making some necessary API changes. This release is not backward compatible.