Skip to content

Commit

Permalink
Version release: 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed Oct 10, 2024
1 parent e474b76 commit 5cbd36e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## [Unreleased]
## [0.3.5]
### Added
- Added `DragCosinePulse`.
- Added support for sticky channels through the `StickyChannelAddon` (see documentation)
- Added `Channel.thread`, which defaults to None
- QUAM can now be installed through PyPi

### Changed
- Added ports for different hardware. As a consequence we now also support the LF-FEM and MW-FEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To install QuAM, first ensure you have 3.8 ≤ Python ≤ 3.11 installed on your
Then run the following command:

```bash
pip install git+https://github.com/qua-platform/quam.git
pip install quam
```

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "quam"
version = "0.3.4"
version = "0.3.5"
#dynamic = ["version"]
description = "Quantum Abstract Machine (QuAM) facilitates development of abstraction layers in experiments."
authors = [
Expand Down

0 comments on commit 5cbd36e

Please sign in to comment.