Skip to content

Commit

Permalink
bump version and update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wsavran committed Nov 11, 2020
1 parent 6c42f67 commit 0ecfde8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
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.

- Fixed bug where filtering by catalog by lists did not remove all desired events (#37)
- Included fast reader for Horus catalog (#39)
- Modified INGV emrcmt reader (#40)
- Fixed ndk reader and added unit tests (#44)
- Fixed issue where magnitues were not correctly bound to gridded-forecast class (#46)
- Fixed issue where forecasts did not work if lat/lon were not sorted (#47)
- Fixed minor bug where catalog class did not implement inherited method (#52)
- Gridded forecasts now parse flag from the ASCII file (#50)
- Fixed issue where catalog did not filter properly using datetimes (#55)



v0.1 10/08/2020
Initial release to PyPI and conda-forge

- Poisson evaluations for gridded forecasts
- Likelihood-free evaluations for catalog-based forecasts
- Catalog gridding and filtering
- Plotting utilities
- Forecast input and output
- Documentation at docs.cseptesting.org

v0.1-dev, 08/16/2018 -- Initial release.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='pycsep',
version='0.1.0',
version='0.2.0',
author='William Savran',
author_email='[email protected]',
packages=find_packages(),
Expand Down

0 comments on commit 0ecfde8

Please sign in to comment.