Skip to content

Commit

Permalink
Merge 76fc30d into 32a808d
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Feb 20, 2024
2 parents 32a808d + 76fc30d commit e4057ea
Show file tree
Hide file tree
Showing 9 changed files with 1,258 additions and 25 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog

v0.4.0 (unreleased)
-------------------
Contributors to this version: Trevor James Smith (:user:`Zeitsperre`), Thomas-Charles Fortier Filion (:user:`TC-FF`).
Contributors to this version: Trevor James Smith (:user:`Zeitsperre`), Thomas-Charles Fortier Filion (:user:`TC-FF`), Gabriel Rondeau-Genesse (:user:`RondeauG`).

New features and enhancements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -14,6 +14,7 @@ New features and enhancements
* `xhydro` is now configured to use `pooch` to download and cache testing datasets from `hydrologie/xhydro-testdata`. (:pull:`62`).
* `xhydro` is now `Semantic Versioning v2.0.0 <https://semver.org/spec/v2.0.0.html>`_ compliant. (:pull:`70`).
* Added new functions to `xhydro.frequency_analysis.local` to calculate plotting positions and to prepare plots. (:pull:`87`).
* Added `xh.cc.sampled_indicators` to compute future indicators using a perturbation approach and random sampling. (:pull:`54`).

Breaking changes
^^^^^^^^^^^^^^^^
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Welcome to xHydro's documentation!
installation
usage
notebooks/local_frequency_analysis
notebooks/climate_change
planification
apidoc/modules
contributing
Expand Down
628 changes: 628 additions & 0 deletions docs/notebooks/climate_change.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- statsmodels
- xarray
- xclim >=0.47.0 # FIXME: Remove pin once our dependencies (xclim, xscen) support pandas 2.2.0
- xscen >=0.7.1
- xscen >=0.8.0
- pip
- pip:
- xdatasets
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- statsmodels
- xarray
- xclim >=0.47.0 # FIXME: Remove pin once our dependencies (xclim, xscen) support pandas 2.2.0
- xscen >=0.7.1
- xscen >=0.8.0
- pip
- pip:
- xdatasets
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"xarray",
"xclim>=0.47.0",
"xdatasets>=0.3.1",
"xscen>=0.7.1"
"xscen>=0.8.0"
]

[project.optional-dependencies]
Expand Down
Loading

0 comments on commit e4057ea

Please sign in to comment.