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

Build 2024.2.0.0

parent bbac8a2b
No related branches found
No related tags found
1 merge request!234Build 2024.2.0.0
...@@ -11,3 +11,15 @@ History ...@@ -11,3 +11,15 @@ History
-------- --------
* Fixed a problem with SOHViewer not fitting on smaller resolutions * Fixed a problem with SOHViewer not fitting on smaller resolutions
2024.2.0.0
--------
* Migrated GUI library from PySide2 to PySide6
* Database editor is now functional
* RT130's mass-position data (i.e. data stream 9 data) now does not generate
an Event channel
* Input to minimum gap length editor is now constrained to only accept numeric
input
* Improved the ability to calculate the size of a data set
* General bug fixes
package: package:
name: sohviewer name: sohviewer
version: 2023.1.0.1 version: 2024.2.0.0
source: source:
path: ../ path: ../
......
...@@ -48,9 +48,9 @@ setup( ...@@ -48,9 +48,9 @@ setup(
long_description=readme + '\n\n' + history, long_description=readme + '\n\n' + history,
include_package_data=True, include_package_data=True,
keywords='sohstationviewer', keywords='sohstationviewer',
name='sohstationviewer', 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='2023.1.0.1', version='2024.2.0.0',
zip_safe=False, zip_safe=False,
) )
from typing import Literal from typing import Literal
# The current version of SOHStationViewer # The current version of SOHStationViewer
SOFTWARE_VERSION = '2023.1.0.1' SOFTWARE_VERSION = '2024.2.0.0'
# waveform pattern # waveform pattern
WF_1ST = 'A-HLM-V' WF_1ST = 'A-HLM-V'
......
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