File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ # v0.5.1 (11/15/2021)
2+
3+ ## Change-log
4+ Modified plot_spatial_dataset and plot_catalog to correctly handle Global plots (#150 )
5+ Updated plot_customizations example in the docs (#150 )
6+ Added DOI badge and conda downloads badge (#156 )
7+ Added plotting args to catalog evaluation plots (#154 )
8+ Add option to ignore colorbar in spatial dataset plots (#154 )
9+
10+ ## Credits
11+ William Savran (@wsavran )
12+ Pablo Iturrieta (@pabloitu )
13+
114# v0.5.0 (11/03/2021)
215
316## Change-log
Original file line number Diff line number Diff line change 99 "downloadUrl" : " https://github.com/sceccode/pycsep" ,
1010 "issueTracker" : " https://github.com/sceccode/pycsep/issues" ,
1111 "name" : " pyCSEP" ,
12- "version" : " 0 .5.0 " ,
12+ "version" : " v0 .5.1 " ,
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" ,
Original file line number Diff line number Diff line change 1- __version__ = "0.5.0 "
1+ __version__ = "0.5.1 "
22
Original file line number Diff line number Diff line change 3030# The short X.Y version
3131version = 'v0.5'
3232# The full version, including alpha/beta/rc tags
33- release = 'v0.5.0 '
33+ release = 'v0.5.1 '
3434
3535
3636# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments