Skip to content

Commit

Permalink
pre-release patch, updates changelog and bumps version in setup.py
Browse files Browse the repository at this point in the history
- Update CHANGELOG.txt
- Bump version in setup.py
  • Loading branch information
wsavran authored Mar 24, 2021
1 parent d530e0f commit fa789f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
v0.2.x
Unreleased
v0.4.0 03/24/2021
- Fixed issue in plot_poisson_consistency_test where one_sided_lower argument not coloring markers correctly

- Added several plot configurations based on Cartopy
- Plotting spatial datasets with ESRI basemap
- Plotting catalog
- Plotting regions using outline of polygon
- Added defaults to forecasts and catalogs
- Added reader for gzipped UCERF3-ETAS forecasts
- Updates for INGV readers
- Fixed bug causing certain events to be placed into incorrrect bins

v0.2 11/11/2020
Added new catalog formats, support for masked forecast bins, and bug fixes, where applicable PR id are shown in parenthesis.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='pycsep',
version='0.2.0',
version='0.4.0',
author='William Savran',
author_email='wsavran@usc.edu',
packages=find_packages(),
Expand Down Expand Up @@ -47,5 +47,5 @@
include_package_data=True,
python_requires=">=3.7",
zip_safe=False,
url='https://github.com/SCECCode/csep2'
url='https://github.com/SCECCode/pycsep'
)

0 comments on commit fa789f0

Please sign in to comment.