Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
6
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
9e7b3f91
Commit
9e7b3f91
authored
10 months ago
by
Kien Le
Browse files
Options
Downloads
Plain Diff
Merge branch 'build-2024.3.0.0' into 'develop'
Build 2024.3.0.0 See merge request
!313
parents
56aebfef
3c88aa6f
No related branches found
No related tags found
1 merge request
!313
Build 2024.3.0.0
Pipeline
#3965
passed with stage
in 7 minutes
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
HISTORY.rst
+20
-0
20 additions, 0 deletions
HISTORY.rst
conda.recipe/meta.yaml
+3
-1
3 additions, 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
25 additions
and
3 deletions
HISTORY.rst
+
20
−
0
View file @
9e7b3f91
...
@@ -32,3 +32,23 @@ input
...
@@ -32,3 +32,23 @@ input
* Add ability to edit a channel's plotting information from the plot
* Add ability to edit a channel's plotting information from the plot
* Change the size of the main information box
* Change the size of the main information box
* Bug fixes
* Bug fixes
2024.3.0.0
--------
* Improve the performance of the program
* Add ability to print a help document to PDF
* Let users hide/show and reorder plotted channels
* Update editor for value colors in database editor
* Add backup database and ability to revert to it
* Add ability to revert a row to the value in the backup database in the
database editor
* Shows information about a gap when it is clicked
* Show external devices when selecting the data directory in Linux
* Add version information to various places
* Disable replot button during various times
* Add ability to add a data type to data sets without detected one
* Improve how TPS plots look
* Improve the UI of the database editor
* Add support for VST channel in Pegasus data
* Update the colors in the plot for white background
* Bug fixes
This diff is collapsed.
Click to expand it.
conda.recipe/meta.yaml
+
3
−
1
View file @
9e7b3f91
package
:
package
:
name
:
sohviewer
name
:
sohviewer
version
:
2024.
2.1
.0
version
:
2024.
3.0
.0
source
:
source
:
path
:
../
path
:
../
...
@@ -25,6 +25,8 @@ test:
...
@@ -25,6 +25,8 @@ test:
-
tests
-
tests
-
sohstationviewer/database/soh.db
-
sohstationviewer/database/soh.db
-
sohstationviewer/database/backup.db
-
sohstationviewer/database/backup.db
-
sohstationviewer/documentation
-
sohstationviewer/documentation/images
commands
:
commands
:
-
python -m unittest
-
python -m unittest
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
9e7b3f91
...
@@ -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.
2.1
.0
'
,
version
=
'
2024.
3.0
.0
'
,
zip_safe
=
False
,
zip_safe
=
False
,
)
)
This diff is collapsed.
Click to expand it.
sohstationviewer/conf/constants.py
+
1
−
1
View file @
9e7b3f91
...
@@ -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.
2.1
.0
'
SOFTWARE_VERSION
=
'
2024.
3.0
.0
'
BUILD_TIME
=
"
March 13, 2024
"
BUILD_TIME
=
"
March 13, 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