Releases: mdbartos/pysheds
Releases · mdbartos/pysheds
0.4
0.3.5
- Enable keyword arguments of
to_raster
to propagate to rasterio - Removed deprecated pyproj conventions
- Added support for Python3.11
- Added package classifiers to better describe pysheds on PyPI, including support on Python3.11.
- Added installer recipes (pysheds[dev] and pysheds[recipes]), to install the necessary packages for running tests and notebooks, respectively.
- Removed several bare exceptions. Now using ModuleNotFound and ImportError where appropriate.
- Updated GitHub Actions to their newest version and package-building workflow to support Python3.11 builds
- Added long description to setup.py
0.3.3
0.3.2
- Add multiple flow direction (MFD) routing
- Add heap queue to make
distance_to_outlet
computation more efficient - Create MultiRaster class to handle 3D MFD Rasters
- Make spatial referencing functions compatible with 3D rasters
- Rewrite View functions to reduce copying