Skip to content

Commit 8d71e81

Browse files
Bump Version
1 parent 1101a79 commit 8d71e81

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# Current
1+
# 0.1.4
22
- Keep track of data stream coming in from streamer, and restart if stream
33
goes stale (See PR #12).
44
- Add threading exit event to streamers to allow internal stopping of threads
55
(See PR #12).
6+
- Move streamers to processes for Linux (not yet supported for Windows and
7+
MacOS) and migrate wavebank handling to RTTribe (#13)
68

79
# 0.1.3
810
- Support Windows
911
- Handle detections more regularly while backfilling
1012
- Deploy scripts as "entry-points"
13+
1114
# 0.1.2
1215
- Added rteqcorrscan-bench script to provide a means of benchmarking the users
1316
set configuration - provides a way to check the limits of real-time processing

rt_eqcorrscan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
RT_EQcorrscan: Near real-time matched-filtering for earthquake detection
33
"""
44

5-
__version__ = '0.1.3'
5+
__version__ = '0.1.4'
66

77

88
from rt_eqcorrscan.rt_match_filter import RealTimeTribe

0 commit comments

Comments
 (0)