File tree 5 files changed +22
-7
lines changed
5 files changed +22
-7
lines changed Original file line number Diff line number Diff line change
1
+ # v0.6.2 (6/16/2023)
2
+
3
+ # Change-log
4
+ Fixed an error-bar bug for normalized consistency plots ([ #222 ] ( https://github.com/SCECcode/pycsep/pull/222 ) )
5
+ 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 ) )
6
+ Included CMT Catalog accessor ([ #217 ] ( https://github.com/SCECcode/pycsep/pull/217 ) )
7
+ Added NZ catalog reader ([ #213 ] ( https://github.com/SCECcode/pycsep/pull/213 ) )
8
+
9
+ ## Credits
10
+ Pablo Iturrieta (@pabloitu )
11
+ Kenny Graham (@KennyGraham1 )
12
+ Fabio Silva (@fabiolsilva )
13
+
1
14
# v0.6.1 (12/12/2022)
2
15
3
16
# Change-log
Original file line number Diff line number Diff line change @@ -13,5 +13,7 @@ Contributors:
13
13
* Max Werner, University of Bristol
14
14
* Danijel Schorlemmner, GFZ Potsdam
15
15
* Philip Maechling, Southern California Earthquake Center
16
+ * Fabio Silva, Southern Caifornia Earthquake Center
17
+ * Kenny Graham, GNS Science
16
18
17
19
Thanks to everyone for all your contributions!
Original file line number Diff line number Diff line change 5
5
"codeRepository" : " https://github.com/SCECcode/pycsep.git" ,
6
6
"dateCreated" : " 2021-10-31" ,
7
7
"datePublished" : " 2020-10-20" ,
8
- "dateModified" : " 2022-01-25 " ,
8
+ "dateModified" : " 2023-06-16 " ,
9
9
"downloadUrl" : " https://github.com/SCECcode/pycsep" ,
10
10
"issueTracker" : " https://github.com/SCECcode/pycsep/issues" ,
11
11
"name" : " pyCSEP" ,
12
- "version" : " v0.6.1 " ,
12
+ "version" : " v0.6.2 " ,
13
13
"description" : " The pyCSEP Toolkit helps earthquake forecast model developers evaluate their forecasts with the goal of understanding earthquake predictability." ,
14
14
"applicationCategory" : " Seismology" ,
15
15
"developmentStatus" : " active" ,
37
37
"author" : [
38
38
{
39
39
"@type" : " Person" ,
40
- "givenName" : " William " ,
41
- "familyName" : " Savran " ,
42
- "email" : " wsavran @usc.edu" ,
40
+ "givenName" : " Fabio " ,
41
+ "familyName" : " Silva " ,
42
+ "email" : " fsilva @usc.edu" ,
43
43
"affiliation" : {
44
44
"@type" : " Organization" ,
45
45
"name" : " University of Southern California"
Original file line number Diff line number Diff line change 1
- __version__ = "0.6.1 "
1
+ __version__ = "0.6.2 "
2
2
Original file line number Diff line number Diff line change 30
30
# The short X.Y version
31
31
version = 'v0.6'
32
32
# The full version, including alpha/beta/rc tags
33
- release = 'v0.6.1 '
33
+ release = 'v0.6.2 '
34
34
35
35
36
36
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments