From 8f3b32eef181512e1f9bdfa48902ace5e9764245 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Fri, 24 Oct 2025 15:07:40 +1000 Subject: Release v2.1.0 - Add resampling support Add target_sampling_interval parameter to detect_from_wfm() for downsampling oversampled data. Minor version bump for new feature. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 135b7ca..413aaef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "transivent" -version = "2.0.3" +version = "2.1.0" description = "High-level analysis and plotting for transient events." license = { file = "LICENSE" } authors = [{ name = "Sam Scholten", email = "s.scholten@uq.edu.au" }] -- cgit v1.2.3