Skip to content

Releases: SCECcode/pycsep

v0.2.0

11 Nov 23:48
Compare
Choose a tag to compare

v0.2.0 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.0

08 Sep 22:04
Compare
Choose a tag to compare

Changelog

v0.1.0
- Initial release of pycsep package
- Routines for earthquake catalog operations, gridded forecast evaluations, and catalog-based forecast evaluations
- Includes plotting utilities, statistics utilities, and utilities for working with regularly gridded spatial data

v0.1.0.dev2

08 Sep 21:41
Compare
Choose a tag to compare
v0.1.0.dev2 Pre-release
Pre-release

Changelog

0.1.0.dev0
- Initial release of pycsep package
- Routines for earthquake catalog operations, gridded forecast evaluations, and catalog-based forecast evaluations
- Includes plotting utilities, statistics utilities, and utilities for working with regularly gridded spatial data.

0.1.0.dev1
- Updated installation instructions
- Added correct artifacts to MANIFEST.in

0.1.0.dev2
- Hotfix relative path of artifacts