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
3
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
6989a924
Commit
6989a924
authored
4 months ago
by
Kien Le
Browse files
Options
Downloads
Patches
Plain Diff
Build 2024.4.0.0
parent
85c618ee
No related branches found
No related tags found
1 merge request
!347
Build 2024.4.0.0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
HISTORY.rst
+8
-0
8 additions, 0 deletions
HISTORY.rst
conda.recipe/meta.yaml
+1
-1
1 addition, 1 deletion
conda.recipe/meta.yaml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
sohstationviewer/conf/constants.py
+1
-1
1 addition, 1 deletion
sohstationviewer/conf/constants.py
with
11 additions
and
3 deletions
HISTORY.rst
+
8
−
0
View file @
6989a924
...
@@ -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.
This diff is collapsed.
Click to expand it.
conda.recipe/meta.yaml
+
1
−
1
View file @
6989a924
package
:
package
:
name
:
sohviewer
name
:
sohviewer
version
:
2024.
3.1
.0
version
:
2024.
4.0
.0
source
:
source
:
path
:
../
path
:
../
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
6989a924
...
@@ -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
,
)
)
This diff is collapsed.
Click to expand it.
sohstationviewer/conf/constants.py
+
1
−
1
View file @
6989a924
...
@@ -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
...
...
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