Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Apr 21, 2021
1 parent 1101a79 commit 8d71e81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Current
# 0.1.4
- Keep track of data stream coming in from streamer, and restart if stream
goes stale (See PR #12).
- Add threading exit event to streamers to allow internal stopping of threads
(See PR #12).
- Move streamers to processes for Linux (not yet supported for Windows and
MacOS) and migrate wavebank handling to RTTribe (#13)

# 0.1.3
- Support Windows
- Handle detections more regularly while backfilling
- Deploy scripts as "entry-points"

# 0.1.2
- Added rteqcorrscan-bench script to provide a means of benchmarking the users
set configuration - provides a way to check the limits of real-time processing
Expand Down
2 changes: 1 addition & 1 deletion rt_eqcorrscan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
RT_EQcorrscan: Near real-time matched-filtering for earthquake detection
"""

__version__ = '0.1.3'
__version__ = '0.1.4'


from rt_eqcorrscan.rt_match_filter import RealTimeTribe
Expand Down

0 comments on commit 8d71e81

Please sign in to comment.