File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
Release history
3
3
#################
4
4
5
- *******
5
+ ******
6
6
7.0.0
7
- *******
7
+ ******
8
8
9
9
date: 2024-04-30
10
10
@@ -19,6 +19,12 @@ Breaking changes summary
19
19
Details
20
20
=======
21
21
22
+ - [maint] **BREAKING CHANGE **
23
+ Created a `_core ` package which should not be used outside icclim source.
24
+ Its content may change without deprecation warnings.
25
+
26
+ - [enh] Added DCSC indices under `icclim.dcsc ` namespace.
27
+
22
28
- [doc] Adapt Christian's notebooks from ISENES and add them as
23
29
tutorials in our documentation.
24
30
Original file line number Diff line number Diff line change @@ -483,4 +483,3 @@ def get_item_aliases(item: StandardIndex) -> list[str]:
483
483
input_variables = [StandardVariableRegistry .SFC_WIND ],
484
484
qualifiers = [REFERENCE_PERIOD_INDEX , QUANTILE_BASED ],
485
485
)
486
- # HUMIDITÉ
You can’t perform that action at this time.
0 commit comments