Skip to content

Commit b3895d1

Browse files
authored
Merge pull request #248 from SCECcode/v0.6.3-release-branch
v0.6.3 release branch
2 parents 083c5ca + 132e4e9 commit b3895d1

File tree

4 files changed

+27
-9
lines changed

4 files changed

+27
-9
lines changed

CHANGELOG.md

+23-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
1+
# v0.6.3 (2/1/2024)
2+
3+
# Change-log
4+
5+
Added test for Winodws 10 on GitHub actions ([#244](https://github.com/SCECcode/pycsep/pull/244))
6+
Removed shading in plotting fewer than 3 forecasts ([#247](https://github.com/SCECcode/pycsep/pull/247))
7+
Fixed tutorial for plot_customizations ([#242](https://github.com/SCECcode/pycsep/pull/242))
8+
Fixed negative binomial consistency plots now have the correct boundaries ([#245](https://github.com/SCECcode/pycsep/pull/245))
9+
Changed environment build of pypi-publish from miniconda to micromamba ([#238](https://github.com/SCECcode/pycsep/pull/238))
10+
Fixed negative timestamps parsing for Windows ([#230](https://github.com/SCECcode/pycsep/pull/230))
11+
Fixed writing catalog csv files on Windows ([#235](https://github.com/SCECcode/pycsep/pull/235))
12+
13+
## Credits
14+
Pablo Iturrieta (@pabloitu)
15+
William Savran (@wsavran)
16+
Philip Maechling (@pjmaechling)
17+
Fabio Silva (@fabiolsilva)
18+
119
# v0.6.2 (6/16/2023)
220

321
# 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))
22+
Fixed an error-bar bug for normalized consistency plots ([#222](https://github.com/SCECcode/pycsep/pull/222))
23+
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+
Included CMT Catalog accessor ([#217](https://github.com/SCECcode/pycsep/pull/217))
725
Added NZ catalog reader ([#213](https://github.com/SCECcode/pycsep/pull/213))
826

927
## Credits
10-
Pablo Iturrieta (@pabloitu)
11-
Kenny Graham (@KennyGraham1)
28+
Pablo Iturrieta (@pabloitu)
29+
Kenny Graham (@KennyGraham1)
1230
Fabio Silva (@fabiolsilva)
1331

1432
# v0.6.1 (12/12/2022)

codemeta.json

+2-2
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": "2023-06-16",
8+
"dateModified": "2024-02-01",
99
"downloadUrl": "https://github.com/SCECcode/pycsep",
1010
"issueTracker": "https://github.com/SCECcode/pycsep/issues",
1111
"name": "pyCSEP",
12-
"version": "v0.6.2",
12+
"version": "v0.6.3",
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",

csep/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.6.2"
1+
__version__ = "0.6.3"
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.2'
33+
release = 'v0.6.3'
3434

3535

3636
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)