Releases: LabSid-USP/RUBEM
Releases · LabSid-USP/RUBEM
v0.9.0-beta.3
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
v0.2.3-beta.2
What's Changed
- Fix error in the implementation of the Total Discharge equation by @soaressgabriel in #106
Full Changelog: v0.2.2-beta.1...v0.2.3-beta.2
v0.2.2-beta.1
What's Changed
- Add Paraíba do Sul dataset by @soaressgabriel in #86
- Update 'Initial Soil Conditions' subsection of the 'Soil Parameters' section of the user guide by @soaressgabriel in #88
- Update citation information by @soaressgabriel in #90
- Add missing information about conditions in the mathematical formulation of the model by @soaressgabriel in #92
- Update Sphinx documentation settings and packages by @soaressgabriel in #94
- Incorporate RuntimeError exception handling and logging in file reading operations by @soaressgabriel in #98
- Implement GitHub Actions Workflow for Building and Releasing Application by @soaressgabriel in #99
- Update of Issue and Pull Request Templates by @soaressgabriel in #101
Full Changelog: v0.1.3...v0.2.2-beta.1
RUBEM v0.1.3
What's Changed
- Update copyright strings by @soaressgabriel in #81
- Replace download links for the datasets by @soaressgabriel in #80
- Fix errors and inconsistencies in doc pages by @soaressgabriel in #82
Full Changelog: v0.1.0...v0.1.3
RUBEM v0.1.0
What's Changed
- Update module doc string in #27 by @soaressgabriel;
- Add usage of configuration file via CLI in #6 by @soaressgabriel;
- Add reportMapSeries function in #29 by @soaressgabriel;
- Add user help documentation in #60 by @soaressgabriel;
- Add bug issue, feature request issue and pull request templates in #67 by @soaressgabriel;
- Add export format configuration in #31 by @soaressgabriel;
- Add dynamic readout of land use map-series files in #30 by @soaressgabriel;
- Add check if genTss files is enabled in #50 by @soaressgabriel;
- Add documentation strings to code in #57 by @LINAMARIAOSORIO;
- Add input data preprocessing scripts in #58 by @LINAMARIAOSORIO;
- Fix header of the CSV files in #33 by @soaressgabriel;
- Fix area measurement unit in #36 by @soaressgabriel;
- Fix bug that did not consider the entire month in the simulation in #39 by @soaressgabriel;
- Fix unusual values of the Recharge in #43 by @LINAMARIAOSORIO;
- Fix types of argument and return variables of functions in their docstrings in #79 by @LINAMARIAOSORIO;
- Adopt new project file structure in #52 by @soaressgabriel;
- Remove Soil Porosity parameter in #44 by @LINAMARIAOSORIO;
- Remove white background from favicon from user help page in #70 by @soaressgabriel;
- Refactoring unit tests in #77 by @soaressgabriel;
- Refactoring of core module in #76 by @soaressgabriel;
- Review of the source code base #4 and #5 in by @soaressgabriel;
- Clean up the source code base in #18 by @soaressgabriel.
Full Changelog: https://github.com/LabSid-USP/RUBEM/commits/v0.1.0