Skip to content

Releases: linien-org/linien

v2.1.0

15 Aug 11:14
Compare
Choose a tag to compare

Added

  • Show differences when local and remote parameters do not match by @bleykauf in #400
  • Show voltage on the x-axis when sweeping by @bleykauf in #404

Changed

  • Switched to Tableau color scheme and make colors consistent, i.e. signals have the same color while sweeping and when locked. By @bleykauf in #419.
  • Increase upper version constraint for importlib-metadata by @doronbehar in #416

Fixed

  • Fixed example code in the readme by @bleykauf in #420, thanks to @Andrew-wi for reporting this issue
  • Fixed a bug preventing the selection of a PSD algorithm via the GUI by @bleykauf in #421, thanks to @martinssonh for reporting this issue

v2.1.0rc2

14 Aug 13:51
Compare
Choose a tag to compare
v2.1.0rc2 Pre-release
Pre-release

Added

  • Show differences when local and remote parameters do not match by @bleykauf in #400
  • Show voltage on the x-axis when sweeping by @bleykauf in #404

Changed

  • Switched to Tableau color scheme and make colors consistent, i.e. signals have the same color while sweeping and when locked. By @bleykauf in #419.
  • Increase upper version constraint for importlib-metadata by @doronbehar in #416

Fixed

  • Fixed example code in the readme by @bleykauf in #420, thanks to @Andrew-wi for reporting this issue
  • Fixed a bug preventing the selection of a PSD algorithm via the GUI by @bleykauf in #421, thanks to @martinssonh for reporting this issue

v2.0.4

30 May 06:34
1527649
Compare
Choose a tag to compare

Fixed

  • Fixed bug where *.ui would not be included in the linien-gui package by @bleykauf in #407

v2.0.3

29 May 12:17
8bca16f
Compare
Choose a tag to compare

Fixed

  • Made compatible with Python 3.12 by bumping version of fabric by @bleykauf in #406, thanks to @systemofapwne for reporting this issue

Added

v2.0.2

14 May 13:14
Compare
Choose a tag to compare

Fixed

v2.0.1

13 May 15:18
Compare
Choose a tag to compare

Fixed

  • Fixed bug that prevented the robust autolock from working

v2.0.0

08 Apr 13:20
f21e16d
Compare
Choose a tag to compare

IMPORTANT: This version only supports RedPitaya OS 2.0. There are some breaking changes compared to version Linien 1.x, including a new way that settings are saved. While the settings are not deleted from the RedPitaya, all parameters will be reset to their default values upon installation and saved in the new format. We highly recommend to take note of your spectroscopy and PID settings before installation. To avoid any issues, it is also recommended to start from a clean SD card running RedPitaya OS 2.0. At the very least, you will have to make sure that linien-server is not running on the RedPitaya, for example by restarting the RedPitaya.

Added

  • Use features of Python 3.10 available on RedPitaya OS 2.0 for linien-server by @bleykauf in #366
  • Add ability to start the server upon startup by @bleykauf in #387

Changed

  • Use systemd instead of screen for running the server by @bleykauf in #387 (thanks @doronbehar for the idea!)
  • Use json to store devices and parameters by @bleykauf in #357
  • Better error handling by @bleykauf in #350
  • Improve startup and installation process by @bleykauf in #372
  • Use official influxdb client by @bleykauf in #374
  • mdio-tools is now included in the linien-server package
  • Uses rpyc==6.x instead of rpyc==4.x

Deprecated

  • Removed support for RedPitaya OS 1.0: RedPitaya OS 2.0 is now necessary.

v2.0.0rc3

05 Apr 14:17
Compare
Choose a tag to compare
v2.0.0rc3 Pre-release
Pre-release

IMPORTANT: This version only supports RedPitaya OS 2.0. There are some breaking changes compared to version Linien 1.x, including a new way that settings are saved. While the settings are not deleted from the RedPitaya, all parameters will be reset to their default values upon installation and saved in the new format. We highly recommend to take note of your spectroscopy and PID settings before installation. To avoid any issues, it is also recommended to start from a clean SD card running RedPitaya OS 2.0.

Added

  • Use features of Python 3.10 available on RedPitaya OS 2.0 for linien-server by @bleykauf in #366
  • Add ability to start the server upon startup by @bleykauf in #387

Changed

  • Use systemd instead of screen for running the server by @bleykauf in #387 (thanks @doronbehar for the idea!)
  • Use json to store devices and parameters by @bleykauf in #357
  • Better error handling by @bleykauf in #350
  • Improve startup and installation process by @bleykauf in #372
  • Use official influxdb client by @bleykauf in #374
  • mdio-tools is now included in the linien-server package
  • Uses rpyc==6.x instead of rpyc==4.x

Deprecated

  • Removed support for RedPitaya OS 1.0: RedPitaya OS 2.0 is now necessary.

v1.0.2

05 Apr 08:55
fd961e3
Compare
Choose a tag to compare

Changed

  • Use pypi for version check instead of version-info.json in the Github repository.

v1.0.2rc1

05 Apr 06:55
Compare
Choose a tag to compare
v1.0.2rc1 Pre-release
Pre-release

Changed

  • Use pypi for version check instead of version-info.json in the Github repository.