Recent Releases of rubem

rubem - v0.9.0-beta.3

What's Changed

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

New Contributors

  • @dependabot made their first contribution in https://github.com/LabSid-USP/RUBEM/pull/138

Full Changelog: https://github.com/LabSid-USP/RUBEM/compare/v0.2.3-beta.2...v0.9.0-beta.3

- Python
Published by soaressgabriel almost 2 years ago

rubem - v0.2.3-beta.2

What's Changed

  • Fix error in the implementation of the Total Discharge equation by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/106

Full Changelog: https://github.com/LabSid-USP/RUBEM/compare/v0.2.2-beta.1...v0.2.3-beta.2

- Python
Published by soaressgabriel about 2 years ago

rubem - v0.2.2-beta.1

What's Changed

  • Add Paraíba do Sul dataset by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/86
  • Update 'Initial Soil Conditions' subsection of the 'Soil Parameters' section of the user guide by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/88
  • Update citation information by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/90
  • Add missing information about conditions in the mathematical formulation of the model by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/92
  • Update Sphinx documentation settings and packages by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/94
  • Incorporate RuntimeError exception handling and logging in file reading operations by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/98
  • Implement GitHub Actions Workflow for Building and Releasing Application by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/99
  • Update of Issue and Pull Request Templates by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/101

Full Changelog: https://github.com/LabSid-USP/RUBEM/compare/v0.1.3...v0.2.2-beta.1

- Python
Published by soaressgabriel almost 3 years ago

rubem - RUBEM v0.1.3

What's Changed

  • Update copyright strings by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/81
  • Replace download links for the datasets by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/80
  • Fix errors and inconsistencies in doc pages by @soaressgabriel in https://github.com/LabSid-USP/RUBEM/pull/82

Full Changelog: https://github.com/LabSid-USP/RUBEM/compare/v0.1.0...v0.1.3

- Python
Published by soaressgabriel almost 4 years ago

rubem - 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

- Python
Published by soaressgabriel almost 4 years ago