Releases: hyriver/py3dep
Releases · hyriver/py3dep
v0.11.0
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
andpandas
have done so. - The returned
xarray
objects are in parallel mode, i.e., in some
casescompute
method should be used to get the results. - Save the output as a
netcdf
instead ofraster
since conversion
fromnc
totiff
can be easily done withrioxarray
.
v0.10.1
Release Notes
- Add annoucement regarding the new name for the softwate stack, HyRiver.
- Improve
pip
installation and release workflow.
Release v0.10.0
Please check HISTORY.rst file for a detailed list
of changes.
Release v0.9.0
Please check HISTORY.rst file for a detailed list
of changes.
Release v0.2.0
Please check HISTORY.rst file for a detailed list
of changes.