Skip to content

Commit 375e63d

Browse files
wsavrankhawajasim
andauthored
v0.6.0 release (#184)
* Quadtree region class - QuadtreeGrid2D (#115) * Added function to read QuadtreeGrid forecast * added spatial_count and spatio_mag_count functions * poission_evaluations using from QuadtreeGrid2D * unit tests for quadtree-grid * California quadtreegrid at L=12 added * california quadtreegrid loading function * setup.py modified-added mercantile * forecast.plot() for Single-res Quadtree * clean up unnecessary comments from code * Update python-app.yml (#170) * added documentation for roc and i1 score (#169) * Fixed dh issue by modifying get_bbox() (#175) Co-authored-by: khawajasim <[email protected]> Co-authored-by: William Savran <[email protected]>
1 parent 2d2986f commit 375e63d

24 files changed

+54956
-51
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# v0.5.2 (01/25/2021)
1+
# v0.6.0 (02/04/2022)
2+
3+
## Change-log
4+
Adds support for quadtree regions (#183)
5+
6+
## Credits
7+
Khawaja Asim (@khawajasim)
8+
William Savran (@wsavran)
9+
10+
# v0.5.2 (01/25/2022)
211
## Change-log
312
Fixed failing build from matplotlib 3.5.0 release (#162)
413
Updates to documentation and tutorials (#165)

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"downloadUrl": "https://github.com/SCECcode/pycsep",
1010
"issueTracker": "https://github.com/SCECcode/pycsep/issues",
1111
"name": "pyCSEP",
12-
"version": "v0.5.2",
12+
"version": "v0.6.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",

csep/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.6.0"
22

0 commit comments

Comments
 (0)