Skip to content

Commit

Permalink
Changed release version, appened changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
cknaut committed Oct 28, 2021
1 parent b536702 commit 59ea316
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 1.0.0
### Added
- Complete migration to `pyQT` based GUI (no notebooks used anymore)
- Numerous hardware drivers
- Automatic GUI generation for `Staticline` devices
- `datataker`, a class based measurment suite which automatically generates GUI windows based on type of taken data
- Added option to run a global log-server, allowing for multi-lab hardware sharing
- `pulsemaster`, a user-friendly pulse-sequence generator for the Zurich Instrument HDAWG
- Histogram viewer for Swabian Instrument Time Tagger
- `Slack` and `Confluence` integration


## 0.3.0
### Added
Expand Down
2 changes: 1 addition & 1 deletion pylabnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
Client-server, python-based laboratory software
"""

__version__ = '0.3.0'
__version__ = '1.0.0'
__author__ = 'Lukin SiV Team'

0 comments on commit 59ea316

Please sign in to comment.