Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lmc-base-classes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
lmc-base-classes
Commits
49ff4d90
Commit
49ff4d90
authored
Feb 19, 2020
by
Anton Joubert
Browse files
Options
Downloads
Patches
Plain Diff
SAR-65
Update for release 0.4.0
parent
b16d31ae
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.release
+2
-2
2 additions, 2 deletions
.release
README.md
+2
-1
2 additions, 1 deletion
README.md
skabase/release.py
+1
-1
1 addition, 1 deletion
skabase/release.py
with
5 additions
and
4 deletions
.release
+
2
−
2
View file @
49ff4d90
release=0.
3.1
release=0.
4.0
tag=lmcbaseclasses-0.
3.1
tag=lmcbaseclasses-0.
4.0
This diff is collapsed.
Click to expand it.
README.md
+
2
−
1
View file @
49ff4d90
...
@@ -25,7 +25,7 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA
...
@@ -25,7 +25,7 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA
## Version History
## Version History
#### 0.4.0
(unreleased)
#### 0.4.0
-
Changed all
`DevEnum`
attributes to use Python
`enum.IntEnum`
classes. These can be imported from the
-
Changed all
`DevEnum`
attributes to use Python
`enum.IntEnum`
classes. These can be imported from the
new
`control_model`
namespace, e.g.,
`skabase.control_model import AdminMode`
.
new
`control_model`
namespace, e.g.,
`skabase.control_model import AdminMode`
.
-
The names of some of the enumeration labels were changed to better match the Control Systems Guidelines.
-
The names of some of the enumeration labels were changed to better match the Control Systems Guidelines.
...
@@ -36,6 +36,7 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA
...
@@ -36,6 +36,7 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA
-
Changed
`testMode`
attribute from
`str`
to enumerated type:
`TestMode`
.
-
Changed
`testMode`
attribute from
`str`
to enumerated type:
`TestMode`
.
-
Deprecated
`TangoLoggingLevel`
. Will be removed in version 0.5.0. Use
`skabase.control_model.LoggingLevel`
-
Deprecated
`TangoLoggingLevel`
. Will be removed in version 0.5.0. Use
`skabase.control_model.LoggingLevel`
instead.
instead.
-
Remove unnecessary usage of
`DeviceMeta`
class.
#### 0.3.1
#### 0.3.1
-
Used
`ska_logging`
library instead of defining logging format and handlers locally.
-
Used
`ska_logging`
library instead of defining logging format and handlers locally.
...
...
This diff is collapsed.
Click to expand it.
skabase/release.py
+
1
−
1
View file @
49ff4d90
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
"""
Release information for lmc-base-classes Python Package
"""
"""
Release information for lmc-base-classes Python Package
"""
name
=
"""
lmcbaseclasses
"""
name
=
"""
lmcbaseclasses
"""
version
=
"
0.
3.1
"
version
=
"
0.
4.0
"
version_info
=
version
.
split
(
"
.
"
)
version_info
=
version
.
split
(
"
.
"
)
description
=
"""
A set of generic base devices for SKA Telescope.
"""
description
=
"""
A set of generic base devices for SKA Telescope.
"""
author
=
"
SKA India and SARAO
"
author
=
"
SKA India and SARAO
"
...
...
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