diff --git a/CHANGELOG.md b/CHANGELOG.md index 335010f..c30476d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Update SolarSTEPS dependency to use the version with arctan2 [!19](https://github.com/dmidk/sunflow/pull/19), @KristianHMoller - Modified subset_to_bbox function to slice based on edges rather than centers [!10](https://github.com/dmidk/sunflow/pull/10), @KristianHMoller - Pass down number of ensembles from configurations to `ProbabilisticAdvection`. This gives a roughly 3x speedup in the no ensembles case [!12](https://github.com/dmidk/sunflow/pull/12), @JoachimKoenigslieb diff --git a/pyproject.toml b/pyproject.toml index 57f5e34..fe97637 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pvlib>=0.10.0", "pysteps>=1.7.0", "opencv-python-headless>=4.5.0", - "SolarSTEPS @ git+https://github.com/dmidk/SolarSTEPS@18012d7b11c56895e14abc39c3800f68a9a44ecb", + "SolarSTEPS @ git+https://github.com/dmidk/SolarSTEPS@3def2b36974bc2fb92f2ff14fc40dc8da2a9c547", "loguru>=0.7.3", "isodate>=0.7.2", "fsspec>=2023.1.0",