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
63b3fd28
Commit
63b3fd28
authored
8 months ago
by
Kien Le
Browse files
Options
Downloads
Plain Diff
Merge branch 'build-2024.3.1.0' into 'develop'
Build 2024.3.1.0 See merge request
!342
parents
d1e98680
cb259b5b
No related branches found
No related tags found
1 merge request
!342
Build 2024.3.1.0
Pipeline
#4148
passed with stage
in 9 minutes and 26 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
HISTORY.rst
+24
-0
24 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
+2
-2
2 additions, 2 deletions
sohstationviewer/conf/constants.py
with
28 additions
and
4 deletions
HISTORY.rst
+
24
−
0
View file @
63b3fd28
...
@@ -57,3 +57,27 @@ database editor
...
@@ -57,3 +57,27 @@ database editor
--------
--------
* Fix a bug that happens when building on some Linux machines
* Fix a bug that happens when building on some Linux machines
* Bux fixes
* Bux fixes
2024.3.1.0
--------
* Improve performance for RT130 data sets when only a subset of all data
streams is read.
* Add the ability to zoom out in the plot.
* Add unused SOH channels (VGT, VPH, VPO, VPP, VPV) for Pegasus datalogger to
the database. These channels are used for an unsupported model of the Pegasus
datalogger.
* Plot points with value 255 in the VAN channel for Pegasus datalogger in gray
instead of red. This distinguish them from points with value 2.
* Limit the zoom range. This fixes a bug that happens when the zoom range is
too small.
* Remove support for matplotlib versions below 3.6.2.
* Pause support for numpy versions 2.0 and above. Support will resume when all
dependencies have been updated to support numpy 2.0 and above.
* Fix the button to plot a different station in the same data set not being
enabled when needed.
* Fix default rows in the channel preference dialog being converted to
non-default rows on save.
* Fix artifacts showing up in the plot with some field laptops.
* Fix problems reading RT130 data sets caused by choosing specific data streams
to read.
* Fix TPS plot being broken for data sets with high-amplitude waveforms.
This diff is collapsed.
Click to expand it.
conda.recipe/meta.yaml
+
1
−
1
View file @
63b3fd28
package
:
package
:
name
:
sohviewer
name
:
sohviewer
version
:
2024.3.
0.1
version
:
2024.3.
1.0
source
:
source
:
path
:
../
path
:
../
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
63b3fd28
...
@@ -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.
0.1
'
,
version
=
'
2024.3.
1.0
'
,
zip_safe
=
False
,
zip_safe
=
False
,
)
)
This diff is collapsed.
Click to expand it.
sohstationviewer/conf/constants.py
+
2
−
2
View file @
63b3fd28
...
@@ -5,8 +5,8 @@ from typing import Literal
...
@@ -5,8 +5,8 @@ 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.
0.1
'
SOFTWARE_VERSION
=
'
2024.3.
1.0
'
BUILD_TIME
=
"
March
1
3
, 2024
"
BUILD_TIME
=
"
August
1
5
, 2024
"
# 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