Skip to content
Snippets Groups Projects
Commit 6989a924 authored by Kien Le's avatar Kien Le
Browse files

Build 2024.4.0.0

parent 85c618ee
No related branches found
No related tags found
1 merge request!347Build 2024.4.0.0
...@@ -81,3 +81,11 @@ non-default rows on save. ...@@ -81,3 +81,11 @@ non-default rows on save.
* Fix problems reading RT130 data sets caused by choosing specific data streams * Fix problems reading RT130 data sets caused by choosing specific data streams
to read. to read.
* Fix TPS plot being broken for data sets with high-amplitude waveforms. * Fix TPS plot being broken for data sets with high-amplitude waveforms.
2024.4.0.0
--------
* Add a changelog viewer in the about window.
* Add ability to change the text font size in the plots.
* Add ability to change the size of plotted points in some plot types.
* Add ability to revert changes when editing the value-color map of a plot
* Improved performance when reading RT130 data by not reading data outside of the selected time range.
package: package:
name: sohviewer name: sohviewer
version: 2024.3.1.0 version: 2024.4.0.0
source: source:
path: ../ path: ../
......
...@@ -51,6 +51,6 @@ setup( ...@@ -51,6 +51,6 @@ setup(
name='sohviewer', name='sohviewer',
packages=find_packages(include=['sohstationviewer*']), packages=find_packages(include=['sohstationviewer*']),
url='https://git.passcal.nmt.edu/software_public/passoft/sohstationviewer', url='https://git.passcal.nmt.edu/software_public/passoft/sohstationviewer',
version='2024.3.1.0', version='2024.4.0.0',
zip_safe=False, zip_safe=False,
) )
...@@ -5,7 +5,7 @@ from typing import Literal ...@@ -5,7 +5,7 @@ from typing import Literal
ROOT_PATH = Path(__file__).resolve().parent.parent ROOT_PATH = Path(__file__).resolve().parent.parent
# The current version of SOHStationViewer # The current version of SOHStationViewer
SOFTWARE_VERSION = '2024.3.1.0' SOFTWARE_VERSION = '2024.4.0.0'
BUILD_TIME = "August 15, 2024" BUILD_TIME = "August 15, 2024"
# waveform pattern # waveform pattern
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment