Skip to content
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

Prepare 5.0.2 #2429

Merged
merged 28 commits into from
May 17, 2024
Merged

Prepare 5.0.2 #2429

merged 28 commits into from
May 17, 2024

Conversation

Ericgig
Copy link
Member

@Ericgig Ericgig commented May 16, 2024

Description
It has already been 6 weeks since 5.0.1 release. There are quite a lot of small issues that were fixed.

Cherry-pick the following PRs:

  • 2371, 2380, 2381, 2382, 2387, 2388, 2392, 2393, 2397, 2398, 2399, 2401, 2402, 2404, 2407, 2408, 2409, 2413, 2417, 2418, 2424, 2425, 2427

and updated the changelog.

BoxiLi and others added 27 commits May 16, 2024 14:32
Use CSR as the default for expand_operator because the output is usually sparse.
fix end condition on mcsolve when using target tolerance
….3.0

Bump pillow from 10.2.0 to 10.3.0 in /doc
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
PPoly and Bspline accept real coeff + tested
Update the release guide to use readthedocs
Increase `test_nm_mcsolve.test_super_H` tolerance
Add minimum python version requirement
Syncronize setup.cfg and pyproject.toml requirements
Ensure feedback work for all trajectories
Improve Qobj creation function metadata setting
Only normalize if initial state is normalized.
@Ericgig
Copy link
Member Author

Ericgig commented May 16, 2024

Matplolib 3.9 (released 20h ago) is not imported properly in python 3.9:
https://github.com/qutip/qutip/actions/runs/9118045396/job/25070276189

$ conda list
...
 loky                      3.4.1                    pypi_0    pypi
matplotlib                3.9.0                    pypi_0    pypi
matplotlib-inline         0.1.7                    pypi_0    pypi
...
$ python -c "import qutip; qutip.about()"
/home/runner/work/qutip/qutip/qutip/__init__.py:24: UserWarning: matplotlib not found: Graphics will not work.

In master we no longer support python 3.9, so for the micro release I just set an upper limit on the matplotlib version in python 3.9 tests.

Copy link
Contributor

@hodgestar hodgestar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Installing an older Matplotlib on Python 3.9 seems like a reasonable solution for the 5.0.x branch.

@coveralls
Copy link

Coverage Status

coverage: 86.187% (+0.1%) from 86.039%
when pulling 2922173 on Ericgig:prepare-5.0.2
into ebab93e on qutip:qutip-5.0.X.

@Ericgig Ericgig merged commit e2d4f4c into qutip:qutip-5.0.X May 17, 2024
11 checks passed
@Ericgig Ericgig deleted the prepare-5.0.2 branch May 17, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants