Qudi
Changelog

Pre-release

Changes/New features:

Config changes:

Release 0.9

Released on 6 Mar 2018 Available at https://github.com/Ulm-IQO/qudi/releases/tag/v0.9

Changes/New features:

Config changes:

Release 0.8

Released on 2 Mar 2017. Available at https://github.com/Ulm-IQO/qudi/releases/tag/v0.8

Caution: fits need to be configured in the respective settings dialog and may not include printed results or may be just broken. If you find a defective fit, consider fixing it and submitting a pull request.

Changes/New features:

Config changes:

Old style, produces lots of warnings:

logic: counter: module.Class: 'counter_logic.CounterLogic' connect: counter1: 'mynicard.counter' savelogic: 'savelogic.savelogic' save: module.Class: 'save_logic.SaveLogic' win_data_directory: 'C:/Data' unix_data_directory: 'Data/'

New style:

logic: counter: module.Class: 'counter_logic.CounterLogic' connect: counter1: 'mynicard' savelogic: 'save' save: module.Class: 'save_logic.SaveLogic' win_data_directory: 'C:/Data' unix_data_directory: 'Data/'

Release 0.7

Released on 01 Feb 2017. Available at https://github.com/Ulm-IQO/qudi/releases/tag/v0.7 .

Changes/New features:

Config changes:

In order to update to the latest version of qudi one has to apply minor changes to the config file.

Change configuration settings for the ni_card module:

The hardware file for Tektronix AWG70k series has been changed to use the pyvisa package for more robust and easy communication with the device:

The Visa address can be obtained for example by the "Agilent connection expert" application.

Release 0.6

Released on 25 Nov 2016. Available at https://github.com/Ulm-IQO/qudi/releases/tag/v0.6 .

Changes/New features:

Release 0.5

Released on 30 Dec 2015. Available at https://qosvn.physik.uni-ulm.de/svn/qudi/tags/release-0.5

Notes about this release are probably missing due to holidays.

Release 0.4

Released on 30.10.2015. Available at https://qosvn.physik.uni-ulm.de/svn/qudi/tags/release-0.4

New features:

Release 0.3

Released on 31.07.2015. Available at https://qosvn.physik.uni-ulm.de/svn/qudi/tags/release-0.3

New features:

Additionally, lots of bugs were fixed.

Release 0.2

Release-0.2 is available since 07.07.2015. It can be found using: https://qosvn.physik.uni-ulm.de/svn/qudi/tags/release-0.2

New features:

Release 0.1

Release-0.1 is the first release of the QuDi software project. It can be found via SVN Checkout using this URL: https://qosvn.physik.uni-ulm.de/svn/qudi/tags/release-0.1 It is possible to do basic measurements and the following modules are working:

The basics of all these modules are working but there is plenty room for improvement. At this stage the GUI is still under active development and so users should expect some interface items to change in future releases.