Release 0.2.0#62
Merged
Merged
Conversation
Bumps the pip group with 1 update in the /doc directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.32.2 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.2...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the pip group with 1 update in the /doc directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 1.26.19 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.19...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Collaborator
Author
|
@BoxiLi Added release notes to this PR - we can use them later after doing release via GitHub Actions. :) |
Collaborator
Author
|
@BoxiLi Is it possible to rename the milestone with which we tracked PRs from |
Member
|
I think #48 is not included here. No big deal since it is just doc requirements. Just for the note to be accurate |
Member
|
I probably merged it after creating the branch. So the label was misleading. |
Collaborator
Author
It is there, the section with dependency upgrades looks a bit cluttered, I will improve it! And in general I agree we should not miss anything. Ideally, we should also automatize workflows with change logs like in |
BoxiLi
approved these changes
Mar 23, 2026
This file contains hidden or 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
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.
Remark: given the semantics of the changes (no features!), this should have been a minor release. The reason behind it being a major one is a significant divergence between the old release branch (
qutip-qoc-0.1.X~ 2 years old by now) and the currentmain. Upon attempting to merge a new minor-release-branch (say,fork/qutip-qoc-0.1.2, which based on currentmain- doing so because we need all the changes frommainin a new release) into the oldqutip-qoc-0.1.X, not only merge conflicts appear (which are possible to solve) but also bugs in the RL module. Upon our investigation (with @BoxiLi) the latter happens due to inconsistencies between commit history inqutip-qoc-0.1.Xandmaincaused by cherry picking inqutip-qoc-0.1.X.Thus, the cleanest and easiest way for us to proceed is via creating a new branch based on
mainand making it a major release.Once the release happens more regularly, it will be easier to keep to our regular release procedures.
Bug Fixes
Reinforcement learning module (
src/qutip_qoc/_rl.py):JOPT
GRAPE
GitHub Workflows:
Pulse optimisation and objective modules
Documentation
Miscellaneous
Dependencies management
Dependabot dependencies upgrades