-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump version and update changelog for release
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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(), | ||
|