Skip to content

Commit

Permalink
Release 0 25 0 (#708)
Browse files Browse the repository at this point in the history
* new release 0.25.0

* changing version number

* adding header for documentation

---------

Co-authored-by: GitHub Actions bot <actions@github.com>
  • Loading branch information
jjmartinezQT and actions-user authored Mar 26, 2024
1 parent c8d770f commit 7525b68
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 22 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# CHANGELOG

## 0.25.0 (2024-03-25)

### New features since last release

- Add FlatTop pulse shape
[#680](https://github.com/qilimanjaro-tech/qililab/pull/680)

- Add FlatTop waveform
[#680](https://github.com/qilimanjaro-tech/qililab/pull/680)

- Add support for multiple QRM modules
[#680](https://github.com/qilimanjaro-tech/qililab/pull/680)

- Update qpysequence to 10.1
[#680](https://github.com/qilimanjaro-tech/qililab/pull/680)

### Improvements

- The method `CalibrationNode._execute_notebook()` now changes the working directory to the notebook directory before the execution and restores the previous one after the papermill execution. It allows the notebooks now to use relative paths. Also, the initialization of `CalibrationNode` will now contain absolute paths for the attributes `nb_folder` and `nb_path`
[#693](https://github.com/qilimanjaro-tech/qililab/pull/693)

### Breaking changes

- Added support for Qblox cluster firmware v0.6.1 and qblox-instruments v0.11.2. This changes some of the i/o mappings in the runcard for qblox sequencers so with older versions is broken.
[#680](https://github.com/qilimanjaro-tech/qililab/pull/680)

### Documentation

- Added documentation for QProgram.

### Bug fixes

- Resolved an issue where attempting to execute a previously compiled QUA program on a newly instantiated Quantum Machine resulted in errors due to cache invalidation.
[#706](https://github.com/qilimanjaro-tech/qililab/pull/706)

## 0.24.0 (2024-03-05)

### New features since last release
Expand Down
21 changes: 0 additions & 21 deletions docs/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,12 @@

### New features since last release

- Add FlatTop pulse shape
[#680](https://github.com/qilimanjaro-tech/qililab/pull/680)

- Add FlatTop waveform
[#680](https://github.com/qilimanjaro-tech/qililab/pull/680)

- Add support for multiple QRM modules
[#680](https://github.com/qilimanjaro-tech/qililab/pull/680)

- Update qpysequence to 10.1
[#680](https://github.com/qilimanjaro-tech/qililab/pull/680)

### Improvements

- The method `CalibrationNode._execute_notebook()` now changes the working directory to the notebook directory before the execution and restores the previous one after the papermill execution. It allows the notebooks now to use relative paths. Also, the initialization of `CalibrationNode` will now contain absolute paths for the attributes `nb_folder` and `nb_path`
[#693](https://github.com/qilimanjaro-tech/qililab/pull/693)

### Breaking changes

- Added support for Qblox cluster firmware v0.6.1 and qblox-instruments v0.11.2. This changes some of the i/o mappings in the runcard for qblox sequencers so with older versions is broken.
[#680](https://github.com/qilimanjaro-tech/qililab/pull/680)

### Deprecations / Removals

### Documentation

### Bug fixes

- Resolved an issue where attempting to execute a previously compiled QUA program on a newly instantiated Quantum Machine resulted in errors due to cache invalidation.
[#706](https://github.com/qilimanjaro-tech/qililab/pull/706)
2 changes: 1 addition & 1 deletion src/qililab/config/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

"""Version number (major.minor.patch[-label])"""
__version__ = "0.24.0"
__version__ = "0.25.0"

0 comments on commit 7525b68

Please sign in to comment.