Skip to content

Commit d352e2c

Browse files
authored
v0.6.2 release branch (#233)
1 parent c6d028f commit d352e2c

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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

CREDITS.md

+2
Original file line numberDiff line numberDiff 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

1719
Thanks to everyone for all your contributions!

codemeta.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
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",
@@ -37,9 +37,9 @@
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"

csep/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.6.1"
1+
__version__ = "0.6.2"
22

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# The short X.Y version
3131
version = '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 ---------------------------------------------------

0 commit comments

Comments
 (0)