From 5f2684b8622c473773eaf14db725e1546d0a2ac6 Mon Sep 17 00:00:00 2001 From: kienle <kienle@passcal.nmt.edu> Date: Tue, 6 Aug 2024 21:27:22 -0600 Subject: [PATCH 1/5] Update version. --- conda.recipe/meta.yaml | 2 +- setup.py | 2 +- sohstationviewer/conf/constants.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index df607c38..3034f926 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: sohviewer - version: 2025.1.0.0 + version: 2025.1.1.0 source: path: ../ diff --git a/setup.py b/setup.py index 94235532..f0929489 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,6 @@ setup( name='sohviewer', packages=find_packages(include=['sohstationviewer*']), url='https://git.passcal.nmt.edu/software_public/passoft/sohstationviewer', - version='2025.1.0.0', + version='2025.1.1.0', zip_safe=False, ) diff --git a/sohstationviewer/conf/constants.py b/sohstationviewer/conf/constants.py index 51b46c0d..ff61721c 100644 --- a/sohstationviewer/conf/constants.py +++ b/sohstationviewer/conf/constants.py @@ -5,7 +5,7 @@ from typing import Literal ROOT_PATH = Path(__file__).resolve().parent.parent # The current version of SOHStationViewer -SOFTWARE_VERSION = '2025.1.0.0' +SOFTWARE_VERSION = '2025.1.1.0' BUILD_TIME = "January 10, 2025" # waveform pattern -- GitLab From 164f62eac4929146e05e926d4a4664a8b200b4dd Mon Sep 17 00:00:00 2001 From: ldam <ldam@passcal.nmt.edu> Date: Tue, 1 Apr 2025 11:06:31 -0600 Subject: [PATCH 2/5] Update build time --- sohstationviewer/conf/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sohstationviewer/conf/constants.py b/sohstationviewer/conf/constants.py index ff61721c..889c9914 100644 --- a/sohstationviewer/conf/constants.py +++ b/sohstationviewer/conf/constants.py @@ -6,7 +6,7 @@ ROOT_PATH = Path(__file__).resolve().parent.parent # The current version of SOHStationViewer SOFTWARE_VERSION = '2025.1.1.0' -BUILD_TIME = "January 10, 2025" +BUILD_TIME = "April 1, 2025" # waveform pattern WF_1ST = 'A-HLM-V' -- GitLab From 7fc5a61d6c6efb9fa31b7d59c06fbeebf59e6e22 Mon Sep 17 00:00:00 2001 From: ldam <ldam@passcal.nmt.edu> Date: Tue, 1 Apr 2025 11:17:00 -0600 Subject: [PATCH 3/5] Update metadata for release 2025.1.1.0 --- HISTORY.rst | 8 ++++++++ sohstationviewer/CHANGELOG.rst | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 34c1b70f..ee0c23c3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -98,3 +98,11 @@ to read. -------- * Add support for Q8 dataloggers * Change how the data type of a dataset is detected +2025.1.1.0 +-------- +* Add option to read all SOH data for a channel +* Improve warning for missing mass-position channels +* Fix incomplete detecting differences from backup database +* Enlarge help window +* Fix bug caused by new version fo SQLite (>=3.49.1) +* Fix a pipeline error detected by Flake8 7.2.0 diff --git a/sohstationviewer/CHANGELOG.rst b/sohstationviewer/CHANGELOG.rst index 34c1b70f..ee0c23c3 100644 --- a/sohstationviewer/CHANGELOG.rst +++ b/sohstationviewer/CHANGELOG.rst @@ -98,3 +98,11 @@ to read. -------- * Add support for Q8 dataloggers * Change how the data type of a dataset is detected +2025.1.1.0 +-------- +* Add option to read all SOH data for a channel +* Improve warning for missing mass-position channels +* Fix incomplete detecting differences from backup database +* Enlarge help window +* Fix bug caused by new version fo SQLite (>=3.49.1) +* Fix a pipeline error detected by Flake8 7.2.0 -- GitLab From 1fed203d81fb3d95cb1e8d96123d5997611927c5 Mon Sep 17 00:00:00 2001 From: ldam <ldam@passcal.nmt.edu> Date: Tue, 1 Apr 2025 11:35:44 -0600 Subject: [PATCH 4/5] Modify CHANGELOG to be more descriptive --- HISTORY.rst | 6 +++--- sohstationviewer/CHANGELOG.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ee0c23c3..8ef6716b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -103,6 +103,6 @@ to read. * Add option to read all SOH data for a channel * Improve warning for missing mass-position channels * Fix incomplete detecting differences from backup database -* Enlarge help window -* Fix bug caused by new version fo SQLite (>=3.49.1) -* Fix a pipeline error detected by Flake8 7.2.0 +* Enlarge help window to be more readable +* Fix bug caused by new version of SQLite (>=3.49.1) +* Fix a pipeline error caused by Flake8 7.2.0 diff --git a/sohstationviewer/CHANGELOG.rst b/sohstationviewer/CHANGELOG.rst index ee0c23c3..8ef6716b 100644 --- a/sohstationviewer/CHANGELOG.rst +++ b/sohstationviewer/CHANGELOG.rst @@ -103,6 +103,6 @@ to read. * Add option to read all SOH data for a channel * Improve warning for missing mass-position channels * Fix incomplete detecting differences from backup database -* Enlarge help window -* Fix bug caused by new version fo SQLite (>=3.49.1) -* Fix a pipeline error detected by Flake8 7.2.0 +* Enlarge help window to be more readable +* Fix bug caused by new version of SQLite (>=3.49.1) +* Fix a pipeline error caused by Flake8 7.2.0 -- GitLab From e8787a6d428e9d8b5a9a999e5d65522256e0cf68 Mon Sep 17 00:00:00 2001 From: kienle <kienle@passcal.nmt.edu> Date: Tue, 1 Apr 2025 16:22:05 -0600 Subject: [PATCH 5/5] Remove unneeded print --- sohstationviewer/model/mseed_data/mseed_reader.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sohstationviewer/model/mseed_data/mseed_reader.py b/sohstationviewer/model/mseed_data/mseed_reader.py index cd2f03f7..d3a054f6 100644 --- a/sohstationviewer/model/mseed_data/mseed_reader.py +++ b/sohstationviewer/model/mseed_data/mseed_reader.py @@ -357,7 +357,6 @@ class MSeedReader: times = None else: data_points = (record.get_two_data_points()) - print(record.__dict__) times = [record.record_metadata.start_time, record.record_metadata.end_time] self.append_data(data_dict, record, data_points, times) -- GitLab