Implemented searching behaviour for the saga_cmd file. A saga_cmd path is not necessary anymore when instantiating a SAGA class.
1.0.8
Fixed bug where type hints were not available for Raster and Vector objects (see 1a386ed).
1.0.7
- Removed the Self import from typing that made the package unusable for Python versions <= 3.10;
1.0.6
- Removed cartopy from extra dependencies; - Improved repr's and dataclasses.
1.0.5
- Added truediv operator to select libraries/tools faster and easier and with better syntax; - Objects are more pythonic then before; - Chaining tools is now possible.
0.0.7
- Rewrote the entire code to use composition instead of inheritance. - Some things have changed, the code is documented, look at the notebook examples to see how to use the package.