Releases: LFL-Lab/SQuADDS
SQuADDS Release v0.3.6
SQuADDS 0.3.6 (2024-10-13)
-
Fixed bugs in the AnsysSimulator code
-
Added non local rst dependencies for contributor list
-
Added some more db access methods for qol improvement
Full Changelog: v0.3.5...v0.3.6
v0.3.5
SQuADDS 0.3.5 (2024-10-13)
Performance Improvements
-
Fixed bugs in the AnsysSimulator code
-
Added methods to Analysis to retrieve design parameters easily from any dataframe with design_options column
-
Added some post-processing methods for gds files
New Features
-
Added custom TransmonCross and JJ elements
-
Added methods for getting design_df from ML interpolations
Bug Fixes
- Minor bug fixes in string inconsistencies and better error messaging
Commit History:
ce698c1 - bug: fixed ansys simulation bugs! (Sadman Ahmed Shanto)
607dd0f - Merge remote-tracking branch 'origin/master' (Sadman Ahmed Shanto)
d103579 - bug: fixed issues in CPW length parsing (Sadman Ahmed Shanto)
a010980 - bug: addressed a bug in the parsing of CPW lengths (Sadman Ahmed Shanto)
45e4325 - bug: fixed some bugs in handling simulations -> needs testing on Ansys (Sadman Ahmed Shanto)
f8b7317 - Merge remote-tracking branch 'origin/master' (Sadman Ahmed Shanto)
9f46e20 - feat: added custom QComponents + functionality for doing interpolation sims from ML backends (Sadman Ahmed Shanto)
644ec5d - feat: added methods to easily retrieve geometric paramaters from dataframes with `design_options` paramaters (Sadman Ahmed Shanto)
98d9849 - fix: added try-except blocks to fix inconsistencies of `cpw_opts` and `cpw_options` (Sadman Ahmed Shanto)
b45a9d6 - docs: fixed broken link on developer docs (Sadman Ahmed Shanto)
d52c688 - docs: updated README with paper link (Levenson-Falk Lab)
f5ac88c - docs: fixed palace installation guide (Sadman Ahmed Shanto)
ff1fa2e - docs: fixed getting started local links (Sadman Ahmed Shanto)
ad5f38c - docs: fixed link errors in landing page (Sadman Ahmed Shanto)
58d8b4b - docs: updated the landing page and contribution page (Sadman Ahmed Shanto)
93194cf - docs: fixed header in palace installation docs (Sadman Ahmed Shanto)
26aac73 - docs: fixed section header (Sadman Ahmed Shanto)
3f3bcc2 - docs: updated robust palace installation instructions for mac (Sadman Ahmed Shanto)
0c7cbf8 - docs: updated readme (Sadman Ahmed Shanto)
7404616 - docs: updated the footer (Sadman Ahmed Shanto)
a54db01 - fix: updated the README.md update condition for each push to master (Sadman Ahmed Shanto)
fd7db1a - docs: updated README and fixed typo's on getting_started.rst (Sadman Ahmed Shanto)
cda2893 - docs: updated readme and setup guide for docsite. (Sadman Ahmed Shanto)
eb9f44a - docs: updated README with instructions for using the Docker image (Sadman Ahmed Shanto)
5e14c7f - fix: docker image name to match squadds release version (Sadman Ahmed Shanto)
872fec5 - feat: added Docker image for squadds 0.3.4 (Sadman Ahmed Shanto)
Full Changelog: v0.3.4...v0.3.5
v0.3.4
Full Changelog: https://github.com/LFL-Lab/SQuADDS/compare/v0.3.3...v0.3.4## What's Changed
- Fixed unicode error in local builds on Windows
- Added measured device data API
- Added more data columns to experimental device
- Naming of tutorials
- Better error messaging and provisional fixes on design generation
Commits
Full Changelog: v0.3.3...v0.3.4
Contributors
v0.3.3
Minor bug fixes for simulation and queried data presentation
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Bug patched in simulation of some half wave resonators in #21
New Contributors
- @ethanzhen7 made their first contribution in #21
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Added added methods for showing better contributions and measured device information (includes fabublox recipes)
- Updated tutorials (1,3 and 3p5)
- Resolving issue created for relative PATHs by @NxtGenLegend in #19
New Contributors
- @NxtGenLegend made their first contribution in #19 🎉
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Support for Half Wave Cavities are added
Breaking changes were introduced.
SQuADDS_DB.select_resonator_type()
is now needed as opposed toSQuADDS_DB.select_coupler()
Please go over https://lfl-lab.github.io/SQuADDS/source/tutorials/Tutorial-1_Getting_Started_with_SQuADDS.html to learn about the latest API usage.
Full Changelog: v0.2.36...v0.3.0
v0.2.36
Fixed bugs in Ansys Simulator Code
- patched various bugs to make ansys sims using NCaps run stably
Full Changelog: v0.2.35...v0.2.36
v0.2.35
🚨THIS IS THE LAST RELEASE BEFORE INTRODUCING NEW FEATURES AND SOME BREAKING CHANGES🚨
What's Changed
- Update docs, *.MD from feature half wave cavity to the master by @shanto268 in #10
- Update docs and readme for docsite master by @shanto268 in #11
- fix: added 'target_params_list' to avoid indexing a dictionary by @elizabethkunz in #12
- perf: added release drafter to automate version updates to code by @elizabethkunz in #13
Bug Fixes
- Bug in accessing simulation data from HuggingFace has been patched
- Addressed API to only show sim data configs
- Fixed a bug in AnsysSimulator for setup_dict for qubit-cavity systems
- Fixed bugs for geometries extracted from interpolator (and utils.py)
Documentation
- Added FAQ for issue with accessing HF data on SQuADDS releases <= 0.2.35
- Added tutorial3p5 files
- Added README.md, wish_list.md, and docs/source/developer/index.rst from feature-half_wave_cavity (latest)
New Contributors
- @elizabethkunz made their first contribution in #12
Full Changelog: v0.2.34...v0.2.35**Full Changelog**: v0.2.34...v0.2.35
Release version 0.2.34 with bug fixes
🚨THIS IS THE LAST RELEASE BEFORE INTRODUCING NEW FEATURES AND SOME BREAKING CHANGES🚨
What's Changed
- Update docs, *.MD from feature half wave cavity to the master by @shanto268 in #10
- Update docs and readme for docsite master by @shanto268 in #11
- fix: added 'target_params_list' to avoid indexing a dictionary by @elizabethkunz in #12
- perf: added release drafter to automate version updates to code by @elizabethkunz in #13
Bug Fixes
- Addressed API to only show sim data configs
- Fixed a bug in AnsysSimulator for setup_dict for qubit-cavity systems
- Fixed bugs for geometries extracted from interpolator (and utils.py)
Documentation
- Added tutorial4 files
- Added README.md, wish_list.md, and docs/source/developer/index.rst from feature-half_wave_cavity (latest)
New Contributors
- @elizabethkunz made their first contribution in #12
Full Changelog: v0.2.33...v0.2.34