-
Notifications
You must be signed in to change notification settings - Fork 47
Require Python3.11 #1585
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
Merged
Merged
Require Python3.11 #1585
Conversation
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
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1585 +/- ##
===========================================
- Coverage 83.62% 83.59% -0.04%
===========================================
Files 163 163
Lines 14018 14018
===========================================
- Hits 11723 11718 -5
- Misses 2295 2300 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fd0596d to
68ee538
Compare
PaulJonasJost
approved these changes
Sep 24, 2025
As per our Python support policy, we drop support for Python 3.10. Also, run tests with 3.13 instead of 3.12.
68ee538 to
7fa6b57
Compare
PaulJonasJost
added a commit
that referenced
this pull request
Nov 13, 2025
- General
- Require Python >=3.11 (#1585)
- Documentation
- Updated references and citations (#1601, #1609, #1612)
- Various minor Documentation and Example fixes
- Optimization
- update scipy interface (#1588)
- Ensemble
- accurate cutoff based on chi2 distribution (#1566)
- History
- Add monotonic_history from mutliple histories (#1632)
- Profiling
- split ProfilerTask into descending and ascending parts (#1598)
- Profiles nested CIs (#1584)
- Visualize
- Fix IndexError in waterfall for all-non-finite values (#1600)
- prettier intervals for profiles by using capstyle (#1607)
- Improve waterfall plot efficiency (#1608)
- remove unnecessary title and axes labels (#1589)
- Nicer pypesto.visualize.profile_cis interval markers (#1626)
- Allow to define colors more flexibly (#1627)
- Prevent invisible plot due to large cluster number in waterfall plot (#1631)
- Objective
- Updated roadrunner steady state computation (#1604)
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.
As per our Python support policy, we drop support for Python 3.10.
Also, run tests with Python 3.13 instead of 3.12.