Skip to content
Snippets Groups Projects
Commit 49ff4d90 authored by Anton Joubert's avatar Anton Joubert
Browse files

SAR-65 Update for release 0.4.0

parent b16d31ae
Branches
No related tags found
No related merge requests found
release=0.3.1 release=0.4.0
tag=lmcbaseclasses-0.3.1 tag=lmcbaseclasses-0.4.0
...@@ -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.
......
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment