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

Upgrade to Python 3.13 #338

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

noman404
Copy link

Fixes #334

Copy link
Contributor

Choose a reason for hiding this comment

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

while here could we adopt the standard import numpy as np?

Copy link
Author

@noman404 noman404 Jan 30, 2025

Choose a reason for hiding this comment

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

great point! actually i did ran a sonaqube code analysis scanning which also pointed that, we could have a discussion about those issues all together for improvement https://sonarcloud.io/project/issues?issueStatuses=OPEN%2CCONFIRMED&id=noman404_policyengine-core

Copy link
Author

Choose a reason for hiding this comment

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

like there are several class methods do not have self also another standard practice

@@ -0,0 +1,6 @@
- bump: major
Copy link
Contributor

Choose a reason for hiding this comment

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

is this backwards-incompatible?

changed:
- python 3.13.0
- numpy 2.1.0
date: 2025-01-30 02:47:17
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
date: 2025-01-30 02:47:17

Copy link

codecov bot commented Jan 30, 2025

Codecov Report

Attention: Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.

Project coverage is 84.49%. Comparing base (9fbe198) to head (3de837c).
Report is 26 commits behind head on master.

Files with missing lines Patch % Lines
policyengine_core/commons/formulas.py 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #338      +/-   ##
==========================================
- Coverage   84.73%   84.49%   -0.24%     
==========================================
  Files         191      193       +2     
  Lines        9773     9920     +147     
  Branches     1018     1035      +17     
==========================================
+ Hits         8281     8382     +101     
- Misses       1204     1247      +43     
- Partials      288      291       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@anth-volk
Copy link
Contributor

anth-volk commented Jan 31, 2025 via email

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.

Upgrade to Python 3.13
3 participants