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

Prep to release v0.9.9 #93

Merged
merged 34 commits into from
Sep 2, 2024
Merged

Prep to release v0.9.9 #93

merged 34 commits into from
Sep 2, 2024

Conversation

jinningwang
Copy link
Member

  • In module MatProcessor, add two parameters permc_spec and use_umfpack in function build_ptdf
  • Follow RTD's deprecation of Sphinx context injection at build time
  • In MATPOWER conversion, set devices name as None
  • Skip macOS tests in azure-pipelines due to failure in fixing its configuration
  • Prepare to support NumPy v2.0.0, but solvers have unexpected behavior
  • Improve the logic of setting Optz value
  • Support NumPy v2.0.0
  • Transition to pyproject.toml for build configuration

jinningwang and others added 30 commits June 18, 2024 20:18
Add two parameters for scipy spsolve
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v0.2.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Update numpy requirement from <2.0 to <3.0
Copy link

codacy-production bot commented Sep 2, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-3.01% (target: -10.00%) 64.23% (target: 0.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (63b55b4) 11652 6701 57.51%
Head commit (f886b4b) 12374 (+722) 6744 (+43) 54.50% (-3.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#93) 260 167 64.23%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.28%. Comparing base (63b55b4) to head (f886b4b).
Report is 35 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   78.20%   78.28%   +0.08%     
==========================================
  Files          61       61              
  Lines        5230     5237       +7     
==========================================
+ Hits         4090     4100      +10     
+ Misses       1140     1137       -3     

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

@jinningwang jinningwang merged commit cc115ab into master Sep 2, 2024
37 checks passed
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.

1 participant