File tree Expand file tree Collapse file tree 5 files changed +22
-7
lines changed
Expand file tree Collapse file tree 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+
114# v0.6.1 (12/12/2022)
215
316# Change-log
Original file line number Diff line number Diff line change @@ -13,5 +13,7 @@ Contributors:
1313* Max Werner, University of Bristol
1414* Danijel Schorlemmner, GFZ Potsdam
1515* Philip Maechling, Southern California Earthquake Center
16+ * Fabio Silva, Southern Caifornia Earthquake Center
17+ * Kenny Graham, GNS Science
1618
1719Thanks to everyone for all your contributions!
Original file line number Diff line number Diff line change 55 "codeRepository" : " https://github.com/SCECcode/pycsep.git" ,
66 "dateCreated" : " 2021-10-31" ,
77 "datePublished" : " 2020-10-20" ,
8- "dateModified" : " 2022-01-25 " ,
8+ "dateModified" : " 2023-06-16 " ,
99 "downloadUrl" : " https://github.com/SCECcode/pycsep" ,
1010 "issueTracker" : " https://github.com/SCECcode/pycsep/issues" ,
1111 "name" : " pyCSEP" ,
12- "version" : " v0.6.1 " ,
12+ "version" : " v0.6.2 " ,
1313 "description" : " The pyCSEP Toolkit helps earthquake forecast model developers evaluate their forecasts with the goal of understanding earthquake predictability." ,
1414 "applicationCategory" : " Seismology" ,
1515 "developmentStatus" : " active" ,
3737 "author" : [
3838 {
3939 "@type" : " Person" ,
40- "givenName" : " William " ,
41- "familyName" : " Savran " ,
42- "email" : " wsavran @usc.edu" ,
40+ "givenName" : " Fabio " ,
41+ "familyName" : " Silva " ,
42+ "email" : " fsilva @usc.edu" ,
4343 "affiliation" : {
4444 "@type" : " Organization" ,
4545 "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 "
22
Original file line number Diff line number Diff line change 3030# The short X.Y version
3131version = 'v0.6'
3232# The full version, including alpha/beta/rc tags
33- release = 'v0.6.1 '
33+ release = 'v0.6.2 '
3434
3535
3636# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments