Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Prepare for 1.4.0 release (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkreynen authored May 8, 2023
1 parent 0b4613d commit 77a5a86
Show file tree
Hide file tree
Showing 26 changed files with 658 additions and 822 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to the Quantum Technology Toolbox will be documented in this
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).

## \[x.y.z] - Unreleased
## \[1.4.0] - 8-5-2023

### Added

Expand Down Expand Up @@ -358,7 +358,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed problems with the scan2Dturbo function (#423).
- Fixed parameter in widget (#384).

[Unreleased]: https://github.com/QuTech-Delft/qtt/compare/1.3.1...HEAD
[1.4.0]: https://github.com/QuTech-Delft/qtt/compare/1.3.1...1.4.0
[1.3.1]: https://github.com/QuTech-Delft/qtt/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/QuTech-Delft/qtt/compare/1.2.3...1.3.0
[1.2.3]: https://github.com/QuTech-Delft/qtt/compare/1.2.2...1.2.3
Expand Down
62 changes: 24 additions & 38 deletions docs/notebooks/analysis/example_PAT_fitting.ipynb

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions docs/notebooks/analysis/example_allxy.ipynb

Large diffs are not rendered by default.

90 changes: 37 additions & 53 deletions docs/notebooks/analysis/example_anticrossing.ipynb

Large diffs are not rendered by default.

32 changes: 13 additions & 19 deletions docs/notebooks/analysis/example_awg_to_plunger.ipynb

Large diffs are not rendered by default.

24 changes: 10 additions & 14 deletions docs/notebooks/analysis/example_charge_sensor.ipynb

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions docs/notebooks/analysis/example_coulomb_peak.ipynb

Large diffs are not rendered by default.

63 changes: 33 additions & 30 deletions docs/notebooks/analysis/example_doublegauss_expdecay_rts.ipynb

Large diffs are not rendered by default.

174 changes: 74 additions & 100 deletions docs/notebooks/analysis/example_elzerman_readout.ipynb

Large diffs are not rendered by default.

22 changes: 9 additions & 13 deletions docs/notebooks/analysis/example_fermi_fitting.ipynb

Large diffs are not rendered by default.

20 changes: 8 additions & 12 deletions docs/notebooks/analysis/example_fit_ramsey.ipynb

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions docs/notebooks/analysis/example_gate_pinchoff.ipynb

Large diffs are not rendered by default.

46 changes: 18 additions & 28 deletions docs/notebooks/analysis/example_lever_arm_charging_energy.ipynb

Large diffs are not rendered by default.

28 changes: 12 additions & 16 deletions docs/notebooks/analysis/example_ohmic.ipynb

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions docs/notebooks/analysis/example_onedot_scan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"# Example for analysis a barrier-barrier scan of a single quantum dot"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -142,7 +149,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -156,7 +163,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
12 changes: 5 additions & 7 deletions docs/notebooks/analysis/example_polFitting.ipynb

Large diffs are not rendered by default.

60 changes: 24 additions & 36 deletions docs/notebooks/datasets/example_dataset_processing.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/notebooks/datasets/example_mongodb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -109,7 +109,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/datasets/example_serialization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -164,7 +164,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
55 changes: 20 additions & 35 deletions docs/notebooks/example_virtual_dot_array.ipynb

Large diffs are not rendered by default.

92 changes: 37 additions & 55 deletions docs/notebooks/simulation/classical_triple_dot.ipynb

Large diffs are not rendered by default.

127 changes: 47 additions & 80 deletions docs/notebooks/simulation/example_2x2_tuning.ipynb

Large diffs are not rendered by default.

56 changes: 21 additions & 35 deletions docs/notebooks/simulation/example_PAT_simulations.ipynb

Large diffs are not rendered by default.

46 changes: 17 additions & 29 deletions docs/notebooks/simulation/example_classical_dot_simulation.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 77a5a86

Please sign in to comment.