1
+ # v0.7.0 (4/10/2025)
2
+
3
+ ## Change-log
4
+
5
+ Added ROC and Molchan diagrams for gridded forecasts (#254 )
6
+ Added function to map the GEAR1 global forecast into arbitrary sub-regions and lower magnitude ranges (#249 )
7
+ Added two new pyCSEP tutorials in english and spanish (#251 )
8
+ Implementation of the Brier Score and its consistency test (#232 )
9
+ Implementation and correction of M-test with resampling and addition of a new magnitude test based on the multinomial distribution (#268 )
10
+ Fix and optimize catalog binning strategy by ` bin1d_vec ` (#270 )
11
+ Github Actions and CI set for python >= 3.9 (#250 )
12
+
13
+ ## Credits
14
+
15
+ Toño Bayona (@bayonato89 )
16
+ Marcus Herrmann (@mherrmann3 )
17
+ Francesco Serafini (@Serra314 )
18
+ Emanuele Biondini (@Biondini )
19
+ Pablo Iturrieta (@pabloitu )
20
+ Fabio Silva (@fabiolsilva )
21
+ Philip Maechling (@pjmaechling )
22
+ Bill Savran (@wsavran )
23
+
1
24
# v0.6.3 (2/1/2024)
2
25
3
- # Change-log
26
+ ## Change-log
4
27
5
28
Added test for Winodws 10 on GitHub actions ([ #244 ] ( https://github.com/SCECcode/pycsep/pull/244 ) )
6
29
Removed shading in plotting fewer than 3 forecasts ([ #247 ] ( https://github.com/SCECcode/pycsep/pull/247 ) )
@@ -18,7 +41,7 @@ Fabio Silva (@fabiolsilva)
18
41
19
42
# v0.6.2 (6/16/2023)
20
43
21
- # Change-log
44
+ ## Change-log
22
45
Fixed an error-bar bug for normalized consistency plots ([ #222 ] ( https://github.com/SCECcode/pycsep/pull/222 ) )
23
46
Fixed handles URL exception or SSL verifications errors for both python 3.8 and 3.11 inclusive ([ #231 ] ( https://github.com/SCECcode/pycsep/pull/231 ) )
24
47
Included CMT Catalog accessor ([ #217 ] ( https://github.com/SCECcode/pycsep/pull/217 ) )
@@ -31,7 +54,7 @@ Fabio Silva (@fabiolsilva)
31
54
32
55
# v0.6.1 (12/12/2022)
33
56
34
- # Change-log
57
+ ## Change-log
35
58
Added quadtree csv reader ([ #186 ] ( https://github.com/SCECcode/pycsep/pull/186 ) )
36
59
Non-Poissonian tests
37
60
([ #189 ] ( https://github.com/SCECcode/pycsep/pull/189 ) ,
0 commit comments