soaressgabriel
released this
21 Mar 15:14
·
7 commits
to main
since this release
What's Changed
- Fix unsuccessful execution without station locations map by @soaressgabriel in #123
- Implement a configuration system within the application that can handle multiple formats by @soaressgabriel in #103
- Fix error in the description of the series of rasters resulting from the model simulation by @soaressgabriel in #129
- Rename "Total Runoff" resulting raster series to "Accumulated Total Runoff" by @soaressgabriel in #130
- Remove unused input directory specification from doc pages by @soaressgabriel in #134
- Add integration test for Sphinx documentation build by @soaressgabriel in #136
- Migrate tests from
unittest
topytest
by @soaressgabriel in #137 - Add validation rules for input rasters by @soaressgabriel in #111
- [actions] Bump actions/checkout from 2 to 4 by @dependabot in #138
- [actions] Bump github/codeql-action from 1 to 3 by @dependabot in #139
- [actions] Bump actions/setup-python from 2 to 5 by @dependabot in #140
- [actions] Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #141
- [actions] Bump actions/stale from 3 to 9 by @dependabot in #142
- [actions] Bump codecov/codecov-action from 2 to 4 by @dependabot in #143
- Add Zenodo DOI badges to README and documentation by @soaressgabriel in #145
- Add optional specification of a LDD raster in the model simulation configuration by @soaressgabriel in #132
- Make timespans human-readable by @soaressgabriel in #148
- Fix checking for files in the output directory when it doesn't exist by @soaressgabriel in #149
- Fix Read the Docs Sphinx build by @soaressgabriel in #152
- Wrap PCRaster's raster file, raster series and lookup table reading functions by @soaressgabriel in #153
- Remove DEM raster (GeoTIFF) from simulation configuration and model report by @soaressgabriel in #154
- Make sample points raster in model simulation configuration optional by @soaressgabriel in #150
- Enable export of the resulting Total Runoff (RNF) raster series and time series by @soaressgabriel in #147
- Update Code of Conduct links by @soaressgabriel in #160
- Update README with latest information and links to doc by @soaressgabriel in #161
- Update copyright information in LICENSE file by @soaressgabriel in #162
- Use Citation File Format
CITATION.cff
instead of BibTeX entries by @soaressgabriel in #164 - Configure logging settings based on a configuration file by @soaressgabriel in #156
- Rename
modules
tohydrological_processes
and update imports by @soaressgabriel in #165 - [actions] Bump softprops/action-gh-release from 1 to 2 by @dependabot in #168
- Refactor codebase and adopt common conventions of open source Python projects by @soaressgabriel in #167
- Update build os and Python versions in
.readthedocs.yaml
by @soaressgabriel in #177 - Fix Read the Docs Sphinx build II by @soaressgabriel in #175
- Implement Relative Import for Source Files within Model Directory by @soaressgabriel in #172
- Add check if selected GDAL driver is available before using it by @soaressgabriel in #173
- Implement start date alignment for input raster series by @soaressgabriel in #178
- Update build release workflow by @soaressgabriel in #185
- Improve handling of file paths for absolute paths internally by @soaressgabriel in #187
- Fix file paths in
build-release.yml
by @soaressgabriel in #188 - Fix zip file path in build-release workflow by @soaressgabriel in #189
- Update hash computation command in
build-release.yml
by @soaressgabriel in #190
New Contributors
- @dependabot made their first contribution in #138
Full Changelog: v0.2.3-beta.2...v0.9.0-beta.3