Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
SOHViewer
Commits
f0327bdb
Commit
f0327bdb
authored
1 year ago
by
Kien Le
Browse files
Options
Downloads
Patches
Plain Diff
Build 2024.2.0.0
parent
bbac8a2b
No related branches found
Branches containing commit
No related tags found
1 merge request
!234
Build 2024.2.0.0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
HISTORY.rst
+12
-0
12 additions, 0 deletions
HISTORY.rst
conda.recipe/meta.yaml
+1
-1
1 addition, 1 deletion
conda.recipe/meta.yaml
setup.py
+2
-2
2 additions, 2 deletions
setup.py
sohstationviewer/conf/constants.py
+1
-1
1 addition, 1 deletion
sohstationviewer/conf/constants.py
with
16 additions
and
4 deletions
HISTORY.rst
+
12
−
0
View file @
f0327bdb
...
@@ -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
This diff is collapsed.
Click to expand it.
conda.recipe/meta.yaml
+
1
−
1
View file @
f0327bdb
package
:
package
:
name
:
sohviewer
name
:
sohviewer
version
:
202
3.1
.0.
1
version
:
202
4.2
.0.
0
source
:
source
:
path
:
../
path
:
../
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
f0327bdb
...
@@ -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
=
'
soh
station
viewer
'
,
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
=
'
202
3.1
.0.
1
'
,
version
=
'
202
4.2
.0.
0
'
,
zip_safe
=
False
,
zip_safe
=
False
,
)
)
This diff is collapsed.
Click to expand it.
sohstationviewer/conf/constants.py
+
1
−
1
View file @
f0327bdb
from
typing
import
Literal
from
typing
import
Literal
# The current version of SOHStationViewer
# The current version of SOHStationViewer
SOFTWARE_VERSION
=
'
202
3.1
.0.
1
'
SOFTWARE_VERSION
=
'
202
4.2
.0.
0
'
# waveform pattern
# waveform pattern
WF_1ST
=
'
A-HLM-V
'
WF_1ST
=
'
A-HLM-V
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment