Skip to content

Conversation

@f-allian
Copy link
Collaborator

This pull request updates the pyproject.toml configuration with dependency corrections, improvements to project metadata, and enhanced testing and warning management. The most important changes are organized below:

Dependency updates:

  • Corrected the numpy version requirement to >=1.26.0,<=2.2.0 to fix an invalid lower bound and ensure compatibility.

Project metadata improvements:

  • Updated project URLs: changed Bug_Tracker to Issues, added Homepage, and renamed Source to Repository for clarity and completeness.

Testing and development configuration:

  • Fixed formatting of the test dependencies block for consistency.
  • Added filterwarnings to the pytest configuration to suppress specific deprecation and runtime warnings from dependencies, improving test output readability.
  • Reformatted the python_files list in pytest options for better readability.

@jmafoster1 - Also, in relation to your PR #371, I've included a filter to supress the Jupyter warning we were getting, so feel free to not include that unnecessary chunk of code in the tests that I suggested.

@f-allian f-allian requested a review from jmafoster1 December 12, 2025 16:13
@f-allian f-allian self-assigned this Dec 12, 2025
@f-allian f-allian added the enhancement New feature or request label Dec 12, 2025
@github-actions
Copy link

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 33 0 0.99s
✅ PYTHON pylint 33 0 5.9s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.64%. Comparing base (30a4250) to head (045246d).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #372   +/-   ##
=======================================
  Coverage   96.64%   96.64%           
=======================================
  Files          28       28           
  Lines        1608     1608           
=======================================
  Hits         1554     1554           
  Misses         54       54           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3d2915...045246d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@f-allian f-allian merged commit d274678 into main Dec 12, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants