|
2 | 2 | "@context": "https://doi.org/10.5063/schema/codemeta-2.0", |
3 | 3 | "@type": "SoftwareSourceCode", |
4 | 4 | "license": "https://spdx.org/licenses/BSD-3-Clause", |
5 | | - "codeRepository": "https://github.com/SCECcode/pycsep.git", |
| 5 | + "codeRepository": "https://github.com/cseptesting/pycsep.git", |
6 | 6 | "dateCreated": "2021-10-31", |
7 | 7 | "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", |
11 | 11 | "name": "pyCSEP", |
12 | | - "version": "v0.7.0", |
| 12 | + "version": "v0.8.0", |
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", |
|
26 | 26 | "Python 3" |
27 | 27 | ], |
28 | 28 | "softwareRequirements": [ |
29 | | - "Python 3.7 or later (https://python.org)", |
| 29 | + "Python 3.9 or later (https://python.org)", |
30 | 30 | "NumPy 1.21.3 or later (https://numpy.org)", |
31 | 31 | "SciPy 1.7.1 or later (https://scipy.org)", |
32 | 32 | "pandas 1.3.4 or later (https://pandas.pydata.org)", |
|
0 commit comments