SeisBench v0.6 - MLAAPDE, async interface, backup repository, ...
Major updates
- The MLAAPDE dataset is now available through SeisBench. MLAAPDE is a large-scale dataset containing phase picks primarily at teleseismic distances. Big shoutout to Hank Cole at NEIC for compiling the dataset and making it available for us. See #241
- The annotate and classify functions now expose an async interface. This allows you to integrate them smoothly into your asyncio pipelines, for example for preloading the next waveforms while picking. See #251
- The reliability and accessibility of the SeisBench remote repository has been improved by adding a backup repository. See #256
Thanks to everyone how contributed to this release with feedback, issues, and especially with PRs.
All merged PRs
- Added MLAAPDE dataset by @yetinam in #241
- Expose async interfaces to annotate and classify (Closes #248) by @yetinam in #251
- Document options to speed-up the model application by @yetinam in #252
- Document label shapes with new figure by @yetinam in #253
- Added SeisBench + PyOcto example by @yetinam in #257
- Integrate and document backup repository by @yetinam in #256
Full Changelog: v0.5.0...v0.6.0