Skip to content

Commit 2f9f66b

Browse files
committed
rel: added changes for v0.8.0
1 parent 44cfa0e commit 2f9f66b

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v0.8.0 (30/01/2026)
2+
3+
## Change-log
4+
* Plot Refactoring by @pabloitu in https://github.com/cseptesting/pycsep/pull/263
5+
* Upgrade to PEP660 by @pabloitu in https://github.com/cseptesting/pycsep/pull/280
6+
* Removed scipy.repeats due to function deprecation by @pabloitu in https://github.com/cseptesting/pycsep/pull/285
7+
* Updated build-test.yml by @pabloitu in https://github.com/cseptesting/pycsep/pull/288
8+
* Fixed error with matplotlib and tkinter for windows by @pabloitu in https://github.com/cseptesting/pycsep/pull/290
9+
* Added all regions and catalog queries to the documentation by @pabloitu in https://github.com/cseptesting/pycsep/pull/292
10+
11+
## Credits
12+
13+
Pablo Iturrieta (@pabloitu)
14+
Toño Bayona (@bayonato89)
15+
Marcus Herrmann (@mherrmann3)
16+
Francesco Serafini (@Serra314)
17+
Bill Savran (@wsavran)
18+
19+
120
# v0.7.0 (4/10/2025)
221

322
## Change-log

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ authors:
1414
given-names: Philip J.
1515
orcid: 0000-0002-9221-7068
1616
title: "pyCSEP - Tools for Earthquake Forecast Developers"
17-
version: 0.7.0
17+
version: 0.8.0
1818
repository: https://github.com/SCECcode/pycsep
1919
date-released: 2021-04-20

codemeta.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"license": "https://spdx.org/licenses/BSD-3-Clause",
5-
"codeRepository": "https://github.com/SCECcode/pycsep.git",
5+
"codeRepository": "https://github.com/cseptesting/pycsep.git",
66
"dateCreated": "2021-10-31",
77
"datePublished": "2020-10-20",
8-
"dateModified": "2025-04-10",
9-
"downloadUrl": "https://github.com/SCECcode/pycsep",
10-
"issueTracker": "https://github.com/SCECcode/pycsep/issues",
8+
"dateModified": "2026-01-30",
9+
"downloadUrl": "https://github.com/cseptesting/pycsep",
10+
"issueTracker": "https://github.com/cseptesting/pycsep/issues",
1111
"name": "pyCSEP",
12-
"version": "v0.7.0",
12+
"version": "v0.8.0",
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",
@@ -26,7 +26,7 @@
2626
"Python 3"
2727
],
2828
"softwareRequirements": [
29-
"Python 3.7 or later (https://python.org)",
29+
"Python 3.9 or later (https://python.org)",
3030
"NumPy 1.21.3 or later (https://numpy.org)",
3131
"SciPy 1.7.1 or later (https://scipy.org)",
3232
"pandas 1.3.4 or later (https://pandas.pydata.org)",

0 commit comments

Comments
 (0)