From fa789f0a32041532b89a8c2005befd90153cc6ca Mon Sep 17 00:00:00 2001 From: wsavran <35315438+wsavran@users.noreply.github.com> Date: Wed, 24 Mar 2021 14:52:40 -0700 Subject: [PATCH] pre-release patch, updates changelog and bumps version in setup.py - Update CHANGELOG.txt - Bump version in setup.py --- CHANGELOG.txt | 13 ++++++++++--- setup.py | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f6f8d5f9..4a8ec7ac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/setup.py b/setup.py index 1c7aa4f6..d8c9851d 100644 --- a/setup.py +++ b/setup.py @@ -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(), @@ -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' )