Skip to content

Commit

Permalink
Merge pull request #191 from LabSid-USP/release_v0.9.0-beta.3
Browse files Browse the repository at this point in the history
Bump version to v0.9.0-beta.3
  • Loading branch information
soaressgabriel authored Mar 21, 2024
2 parents fd8c58f + e13d6f2 commit e67566c
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 6 deletions.
47 changes: 47 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,53 @@ This is the list of changes to RUBEM between each release. For full details, see

For a list of known issues and their fixes, visit the `Github issues page <https://github.com/LabSid-USP/RUBEM/issues>`__.

Version 0.9.0-beta.3
---------------------

**Date**: Mar 21, 2024

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

Version 0.2.3-beta.2
---------------------

Expand Down
6 changes: 3 additions & 3 deletions rubem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
__email__ = "rubem.hydrological@labsid.eng.br"
__copyright__ = "Copyright (C) 2020-2024 - LabSid/PHA/EPUSP"
__license__ = "GPL"
__date__ = "2023-01-24"
__version__ = "0.2.3"
__release__ = f"{__version__}-beta.2"
__date__ = "2024-03-21"
__version__ = "0.9.0"
__release__ = f"{__version__}-beta.3"
6 changes: 3 additions & 3 deletions tests/unit/test_version_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ def test_license_str(self):

@pytest.mark.unit
def test_date_str(self):
assert "2023-01-24" == __date__
assert "2024-03-21" == __date__

@pytest.mark.unit
def test_version_str(self):
assert "0.2.3" == __version__
assert "0.9.0" == __version__

@pytest.mark.unit
def test_release_str(self):
assert "0.2.3-beta.2" == __release__
assert "0.9.0-beta.3" == __release__

0 comments on commit e67566c

Please sign in to comment.