We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a6080b + 488261c commit 5fd2111Copy full SHA for 5fd2111
HISTORY.rst
@@ -6,6 +6,7 @@ History
6
0.X.X (XXXX-XX-XX)
7
------------------
8
* Fix application logging to stdout. (PR #104, @brews)
9
+* Bump xclim to v0.28.0, improve environment notes. (PR #105, @brews)
10
11
12
0.4.0 (2021-07-09)
environment.yaml
@@ -9,7 +9,7 @@ dependencies:
- fsspec=2021.5.0 # Prevent azure blob errors, not hard req.
- gcsfs=2021.5.0
- numpy=1.20.3
-- pandas=1.2.5
+- pandas=1.2.5 # Not direct dependency, workaround to time slice bug in #96
13
- pip=21.1.2
14
- pytest=6.2.4
15
- python=3.9
@@ -20,4 +20,4 @@ dependencies:
20
- zarr=2.8.3
21
- pip:
22
- git+https://github.com/dgergel/xsd@458f292dab6e8a6584659e97a66c37e028da2b7a
23
- - xclim==0.27.0
+ - xclim==0.28.0
0 commit comments