Skip to content

Commit fa789f0

Browse files
authored
pre-release patch, updates changelog and bumps version in setup.py
- Update CHANGELOG.txt - Bump version in setup.py
1 parent d530e0f commit fa789f0

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.txt

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
v0.2.x
2-
Unreleased
1+
v0.4.0 03/24/2021
32
- Fixed issue in plot_poisson_consistency_test where one_sided_lower argument not coloring markers correctly
4-
3+
- Added several plot configurations based on Cartopy
4+
- Plotting spatial datasets with ESRI basemap
5+
- Plotting catalog
6+
- Plotting regions using outline of polygon
7+
- Added defaults to forecasts and catalogs
8+
- Added reader for gzipped UCERF3-ETAS forecasts
9+
- Updates for INGV readers
10+
- Fixed bug causing certain events to be placed into incorrrect bins
11+
512
v0.2 11/11/2020
613
Added new catalog formats, support for masked forecast bins, and bug fixes, where applicable PR id are shown in parenthesis.
714

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='pycsep',
9-
version='0.2.0',
9+
version='0.4.0',
1010
author='William Savran',
1111
author_email='[email protected]',
1212
packages=find_packages(),
@@ -47,5 +47,5 @@
4747
include_package_data=True,
4848
python_requires=">=3.7",
4949
zip_safe=False,
50-
url='https://github.com/SCECCode/csep2'
50+
url='https://github.com/SCECCode/pycsep'
5151
)

0 commit comments

Comments
 (0)