Skip to content

Commit

Permalink
Merge pull request #114 from Ulm-IQO/release_0.5.1
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
timoML authored Nov 22, 2023
2 parents 85a7ecb + 87fe360 commit 201e7c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
description: What version of our software are you running?
options:
- current main
- v0.5.0
- v0.5.1
- v0.4.0
- v0.3.0
- v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



## Version 0.5.0
## Version 0.5.1

**⚠ DEPRECATION WARNING**
This is the last release before major changes in the interfaces of the scanning probe toolchain (see PR #97).
Expand Down Expand Up @@ -42,6 +42,7 @@ constraints to allow non-uniform sampling mode.
- Bumped `qudi-core` package minimum version requirement to v1.5.0
- Got rid of deprecated `qudi.core.interface` module usage
- Support for Python 3.10
- This version 0.5.1 fixes a requirement issue found while pushing release 0.5.0 to test-pypi

## Version 0.4.0
### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/installation_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Now you qudi-core installation will know about the measurement modules and it's
If you encounter bugs, especially ones that relate to dependency packages, you can roll back to the latest stable release by:

cd C:/Software/qudi-iqo-modules
git checkout tags/v0.5.0
git checkout tags/v0.5.1
python -m pip install -e .

- In rare cases and mostly with old versions of qudi-core, qudi-iqo-modules can be incompatible with qudi-core. If you encounter errors related to this, try to update manually to the latest qudi-core github release via `python -m pip install git+https://github.com/Ulm-IQO/qudi-core.git@main`.
Expand Down

0 comments on commit 201e7c7

Please sign in to comment.