Skip to content
Snippets Groups Projects

Temporary releasenotes until more streamlined solution

Merged Corné Lukken requested to merge temporary-releasenotes into main
1 file
+ 15
0
Compare changes
  • Side-by-side
  • Inline
+ 15
0
@@ -11,6 +11,14 @@
@@ -11,6 +11,14 @@
Client library for using Tango Station Control.
Client library for using Tango Station Control.
 
Table of Contents:
 
 
- [Installation](#installation)
 
- [Usage](#usage)
 
- [Development](#development)
 
- [Debug](#debug)
 
- [Releasenotes](#releasenotes)
 
## Installation
## Installation
Wheel distributions are available from the [gitlab package registry](https://git.astron.nl/lofar2.0/lofar-station-client/-/packages/),
Wheel distributions are available from the [gitlab package registry](https://git.astron.nl/lofar2.0/lofar-station-client/-/packages/),
@@ -75,3 +83,10 @@ Place `import pdb; pdb.set_trace()` on desired breakpoints and execute:
@@ -75,3 +83,10 @@ Place `import pdb; pdb.set_trace()` on desired breakpoints and execute:
tox -e debug path.to.test
tox -e debug path.to.test
tox -e debug tests.requests.test_prometheus
tox -e debug tests.requests.test_prometheus
```
```
 
 
## Releasenotes
 
 
- 0.5. - Swapped [x][y] for [y][x] dimensionality in `get_attribute_history`
 
- 0.4. - Added collectors including `XSTCollector`, `BSTCollector` and `SSTCollecotr`
 
import under `from lofar_station_client.statistics import xxx`
 
- 0.x. - Lost to the Void
Loading