From b669d8d6bd89d221c55c9caaac85c17a058ee667 Mon Sep 17 00:00:00 2001 From: Gavin Macaulay Date: Sun, 25 Aug 2024 17:51:32 +1200 Subject: [PATCH] Up the version number --- pyproject.toml | 2 +- src/echosms/scattermodelbase.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c5055a..54a64a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["src/echosms"] [project] name = 'echosms' -version = '0.1.4' +version = '0.1.5' license = {file = "LICENSE"} keywords = ["acoustic", "backscatter", "model"] authors = [ diff --git a/src/echosms/scattermodelbase.py b/src/echosms/scattermodelbase.py index cf54faa..183f54c 100644 --- a/src/echosms/scattermodelbase.py +++ b/src/echosms/scattermodelbase.py @@ -73,7 +73,7 @@ def calculate_ts(self, data, multiprocess=False, result_type=None): : list, Series, DataFrame, or DataArray Returns the TS. Variable type is determined by the type of `data`: - - dict input returns a list (or DataFrame if `result_type` is `expand`). + - dict input returns a list or DataFrame (if `result_type` is `expand`). - DataFrame input returns a Series - DataArray input returns the given DataArray with the values set to the TS