From 307bf648d8e3fe852d7daf2fa1567d1896e50f7e Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Thu, 23 Oct 2025 15:06:25 +1000 Subject: Release v2.0.0 Major API refactoring with simplified public interface. - Added EventProcessor for high-level event processing workflow - New utility functions for data preprocessing - Additional example scripts for different use cases - Comprehensive test suite - Updated documentation with migration guide --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index b94d957..859c39e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,17 +1,18 @@ [project] name = "transivent" -version = "0.1.0" +version = "2.0.0" description = "High-level analysis and plotting for transient events." license = { file = "LICENSE" } authors = [{ name = "Sam Scholten", email = "s.scholten@uq.edu.au" }] requires-python = ">=3.8" dependencies = [ + "joblib", "loguru", "matplotlib", "numba", "Pillow", "scipy", - "scopekit @ git+https://git.samsci.com/cgit.cgi/scopekit", + "scopekit @ git+https://git.samsci.com/cgit.cgi/scopekit@main", ] [build-system] -- cgit v1.2.3