CHANGELOG 2.03 KiB
Newer Older
Michael DM Dryden's avatar
Michael DM Dryden committed
Version 1.0.2
    -Improved logging system: Log messages now print showing where they came from.
    -Implemented gobject IO callbacks for experiments:
        Process will not continuously poll for new data from serial process anymore.
    -Stop button works again
    -Buttons in Photodiode and Calibration modules remain insensitive until ready.

Version 1.0.2a
    -Hotfix #12: Restored measurement ability on Windows
    -Minor logging changes
Michael DM Dryden's avatar
Michael DM Dryden committed
    -Automatically enable TCS on DStat when measure light sensor button clicked.
    
Version 1.0.3
    -Fixed #14: Added support for PMT idle mode
Michael DM Dryden's avatar
Michael DM Dryden committed
    -Reduced CPU usage when running OCP by reducing polling frequency

Version 1.0.4
    -Adds support for synchronous electromechanical shutter detection (added in dstat/dstat-firmware@29d4c86)
    -New version string system

Version 1.0.5
Michael DM Dryden's avatar
Michael DM Dryden committed
    -Bugfix for saving error introduced by new logging system
    
Version 1.0.6
    -Automatically integrates shutter FFT peak and saves to data file
    -Adds option to offset start of FFT to avoid PMT startup delay
    
Version 1.0.7
    -Fixed a few bugs for systems without git
    -Implements mean crossing detection instead of windowing for shutter FFT

Version 1.1
    -Plot will be prettier if seaborn is installed
    -Fixed bug in shutter FFT display
    -Revamped experiment parameter system:
        -Adds requirement for yaml
        -Parameters automatically saved and loaded from last session
Michael DM Dryden's avatar
Michael DM Dryden committed
        -Can manually save and load parameter files

Version 1.1.1
Michael DM Dryden's avatar
Michael DM Dryden committed
    -Fixed critical bug that made PGA setting change with Gain resistor
    
Version 1.1.2
Michael DM Dryden's avatar
Michael DM Dryden committed
    -Fixed more critical bugs from refactoring

Version 1.1.3
    -Changed internal storage of experiment data
    -Added Analysis options:
        -FFT integral moved there
Michael DM Dryden's avatar
Michael DM Dryden committed
        -Basic statistics

Version 1.2
    -Old Microdrop interface depreciated
        -New zmq_plugin based interface
    -Internal changes to save functionality and plot storage.

Version 1.3
    -Fixed a bug related to calibration mode
    -Added ZODB data storage
        -Integrated with zmq_plugin