Skip to content

Commit 0ecfde8

Browse files
committed
bump version and update changelog for release
1 parent 6c42f67 commit 0ecfde8

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.txt

+25
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1+
v0.2 11/11/2020
2+
Added new catalog formats, support for masked forecast bins, and bug fixes, where applicable PR id are shown in parenthesis.
3+
4+
- Fixed bug where filtering by catalog by lists did not remove all desired events (#37)
5+
- Included fast reader for Horus catalog (#39)
6+
- Modified INGV emrcmt reader (#40)
7+
- Fixed ndk reader and added unit tests (#44)
8+
- Fixed issue where magnitues were not correctly bound to gridded-forecast class (#46)
9+
- Fixed issue where forecasts did not work if lat/lon were not sorted (#47)
10+
- Fixed minor bug where catalog class did not implement inherited method (#52)
11+
- Gridded forecasts now parse flag from the ASCII file (#50)
12+
- Fixed issue where catalog did not filter properly using datetimes (#55)
13+
14+
15+
16+
v0.1 10/08/2020
17+
Initial release to PyPI and conda-forge
18+
19+
- Poisson evaluations for gridded forecasts
20+
- Likelihood-free evaluations for catalog-based forecasts
21+
- Catalog gridding and filtering
22+
- Plotting utilities
23+
- Forecast input and output
24+
- Documentation at docs.cseptesting.org
25+
126
v0.1-dev, 08/16/2018 -- Initial release.

setup.py

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

77
setup(
88
name='pycsep',
9-
version='0.1.0',
9+
version='0.2.0',
1010
author='William Savran',
1111
author_email='[email protected]',
1212
packages=find_packages(),

0 commit comments

Comments
 (0)