Skip to content

Commit fe1e14d

Browse files
committed
chore: updated the version + added release logs.
1 parent e2135ac commit fe1e14d

File tree

4 files changed

+12
-25
lines changed

4 files changed

+12
-25
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
project = 'SQuADDS'
1111
copyright = '2023, Sadman Ahmed Shanto & Eli Levenson-Falk'
1212
author = 'Sadman Ahmed Shanto'
13-
release = "0.2.33"
13+
release = "0.2.34"
1414

1515
# General configuration
1616
exclude_patterns = [
@@ -139,4 +139,4 @@
139139
html_meta = {
140140
"description": "SQuADDS: A Python package for design and simulation of superconducting quantum devices",
141141
"keywords": "qiskit, qiskit-metal, qubit, Transmon, design, ansys, hfss, KLayout, superconducting, quantum, computing, SQuADDS, IBM, CPW, Hamiltonian",
142-
}
142+
}

docs/source/release_notes.rst

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,21 @@
11
Release Notes
22
=============
33

4-
Version 0.2.34 (2024-05-31)
4+
Version 0.2.34 (2024-07-04)
55
--------------------------
66

77
* **Alpha Version 0.2.34**
88

9-
**Breaking Changes**
10-
11-
- `NCap` changed to `CapNInterdigitalTee` everywhere in HuggingFace and the codebase
12-
- `select_coupler` would no longer be supported. Use `select_resonator_type` instead
13-
- `Analyzer` object no longer requires `SQuADDS_DB()` in its constructor
14-
15-
**New Features**
16-
17-
- Added the option to create lambda/2 resonators
18-
- Interpolation support for lambda/2 resonators
19-
20-
**Improvements**
9+
**Bug Fixes**
2110

22-
- Added `chi` as a query parameter
23-
- Better and more intuitive API
24-
- "hot reload" of `Analyzer` object
25-
- Updated documentation and tutorials
26-
- Added `release-drafter` for automated release notes
11+
- Addressed API to only show sim data configs
12+
- Fixed a bug in AnsysSimulator for setup_dict for qubit-cavity systems
13+
- Fixed bugs for geometries extracted from interpolator (and utils.py)
2714

28-
**Bug Fixes**
15+
**Documentation**
2916

30-
- Fixed major bug in Simulation Code <ANDRE>
31-
- various...
17+
- Added tutorial4 files
18+
- Added README.md, wish_list.md, and docs/source/developer/index.rst from feature-half_wave_cavity (latest)
3219

3320
---
3421

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='SQuADDS',
9-
version='0.2.33',
9+
version='0.2.34',
1010
packages=find_packages(),
1111
description='Our project introduces an open-source database of programmatically generated and experimentally validated superconducting quantum device designs, accessible through a user-friendly interface, significantly lowering the entry barrier for research in this field.',
1212
long_description=open('README.md').read(),

squadds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = '0.2.33'
3+
__version__ = '0.2.34'
44
__license__ = "MIT License"
55
__copyright__ = 'Sadman Ahmed Shanto, Eli Levenson-Falk 2023'
66
__author__ = 'Sadman Ahmed Shanto, Eli Levenson-Falk'

0 commit comments

Comments
 (0)