Skip to content

Releases: hyriver/py3dep

v0.11.0

19 Jun 07:47
Compare
Choose a tag to compare

Release Notes

New Features

  • Added command-line interface (:issue_3dep:[10]{.title-ref}).
  • All feature query functions use persistent caching that can
    significantly improve the performance.

Breaking Changes

  • Drop support for Python 3.6 since many of the dependencies such as xarray and pandas have done so.
  • The returned xarray objects are in parallel mode, i.e., in some
    cases compute method should be used to get the results.
  • Save the output as a netcdf instead of raster since conversion
    from nc to tiff can be easily done with rioxarray.

v0.10.1

27 Mar 23:21
Compare
Choose a tag to compare

Release Notes

  • Add annoucement regarding the new name for the softwate stack, HyRiver.
  • Improve pip installation and release workflow.

Release v0.10.0

06 Mar 07:39
Compare
Choose a tag to compare
Release v0.10.0 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.2.0

07 Dec 02:05
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.1.7

18 Aug 21:25
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release
  • Added a rename operation to get_map to automatically rename the variables to a sensible one.
  • Replaced simplejson with orjson to speed-up JSON operations.

v0.1.6

12 Aug 04:46
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • Add a new function, show_versions, for getting versions of the installed dependencies which is useful for debugging and reporting.
  • Fix typos in the docs and improved the README.
  • Improve testing and coverage.

v0.1.5

04 Aug 03:51
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • Fixed the geometry CRS issue
  • Improved the documentation
  • This release will be a part of Hydrodata 0.7.0.

v0.1.4

23 Jul 11:28
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • Refactor get_map to use pygeoutils package.
  • Change the versioning method to setuptools_scm.
  • Polish README and add installation from conda-forge.

v0.1.3

19 Jul 08:54
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Add the LICENSE file to the package.