diff --git a/HISTORY.rst b/HISTORY.rst index 53b6392c0a8e911832132bb3d3742445f768bab9..34c1b70f5ab314d5ebb84f9f1d460d53c96bf21d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -93,3 +93,8 @@ to read. 2024.4.0.1 -------- * Fix bug caused by PySide6 version 6.8 + +2025.1.0.0 +-------- +* Add support for Q8 dataloggers +* Change how the data type of a dataset is detected diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 1d67f3b420aeeaaf11629b30a1c26333b7f2aed4..ee34f63f2142022160309517b82881469fde6791 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: sohviewer - version: 2024.4.0.1 + version: 2025.1.0.0 source: path: ../ diff --git a/setup.py b/setup.py index a390cfa3ffe2640b7bf1f5c17c7b0efc45e2b30b..ebcae8b71e1c6a47859dfca86bcd105f65e5afa2 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='2024.4.0.1', + version='2025.1.0.0', zip_safe=False, ) diff --git a/sohstationviewer/CHANGELOG.rst b/sohstationviewer/CHANGELOG.rst index 53b6392c0a8e911832132bb3d3742445f768bab9..34c1b70f5ab314d5ebb84f9f1d460d53c96bf21d 100644 --- a/sohstationviewer/CHANGELOG.rst +++ b/sohstationviewer/CHANGELOG.rst @@ -93,3 +93,8 @@ to read. 2024.4.0.1 -------- * Fix bug caused by PySide6 version 6.8 + +2025.1.0.0 +-------- +* Add support for Q8 dataloggers +* Change how the data type of a dataset is detected diff --git a/sohstationviewer/conf/constants.py b/sohstationviewer/conf/constants.py index 19d8445c85e0c74f5dec242c0edb29a4697fc60a..51b46c0d383e7970673dc566e14fb4ea12cad01d 100644 --- a/sohstationviewer/conf/constants.py +++ b/sohstationviewer/conf/constants.py @@ -5,8 +5,8 @@ from typing import Literal ROOT_PATH = Path(__file__).resolve().parent.parent # The current version of SOHStationViewer -SOFTWARE_VERSION = '2024.4.0.1' -BUILD_TIME = "December 12, 2024" +SOFTWARE_VERSION = '2025.1.0.0' +BUILD_TIME = "January 10, 2025" # waveform pattern WF_1ST = 'A-HLM-V'