-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.16.0 #621
Merged
Merged
Release v0.16.0 #621
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Change target types from Iterable to Collection * Proper error message for when no targets are given
Bump to v0.16dev3
* Ignore __venv__ * Fix serialization compatiblity for numpy types * Update pre-commit config * Ignore .mypy_cache
* Delete summing constraint DetuningMap * Bump version to 0.15.3 * Reverting version to v0.16.2 * Add global_bottom_detuning * Update schema * Updating documentation * Fix typing, tests * Add global_bottom_det on slm, switch device * Update descr bottom_det, dmm, * Fixing test of array * replace array comparison by min comparisons * global_bottom_detuning to total_bottom_detuning * Taking into account review comments * Modify schema, add deprecate warning * Fix imports * Make total_bottom_detuning optional in abstr_repr * Test de- & serializ. of dev with total_bottom_det * Modify warning handling * Adding assertion in _validate_and_adjust_pulse
* Deprecating IroiseMVP * Replacing Chadoq2 with DigitalAnalogDevice * Changes to docs and tutorials (part 1) * Formating * Tutorial modifications (part 2) * Fix bugs in tutorials
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
a-corni
approved these changes
Dec 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Main changes:
a0c59a6 Deprecate legacy devices (#620)
b18e434 FIX: Detuning modulation for custom EOM buffer time (#619)
8c5d966 Delete summing constraint in DetuningMap (#610)
b41d62a JSON serialization support for numpy integer types (#617)
9f9a17a Fix temperature initialization in SimConfig (#606)
2bad427 Fix spacing in register.max_connectivity (#605)
581886f [FIX] Allow parametrized phase in EOM mode (#599)
394fe6a Add
wait
option to remote backends (#598)