Skip to content

remove restriction on numpy#905

Merged
SarahRo merged 3 commits intodevelopfrom
numpy-2.4
Mar 6, 2026
Merged

remove restriction on numpy#905
SarahRo merged 3 commits intodevelopfrom
numpy-2.4

Conversation

@SarahRo
Copy link
Contributor

@SarahRo SarahRo commented Mar 5, 2026

Description

Restriction on numpy version no longer necessary after most recent pints release
https://github.com/pints-team/pints/releases/tag/v0.6.0

Fixes #876

Type of change

Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #).

Important checks:

Please confirm the following before marking the PR as ready for review:

  • No style issues: $ pre-commit run or $ nox -s pre-commit (see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)
  • All tests pass: nox -s tests
  • The documentation builds: nox -s doctest
  • Code is commented for hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.84%. Comparing base (4628a65) to head (d931d60).
⚠️ Report is 41 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #905      +/-   ##
===========================================
+ Coverage    89.41%   92.84%   +3.42%     
===========================================
  Files           63       73      +10     
  Lines         4857     5674     +817     
===========================================
+ Hits          4343     5268     +925     
+ Misses         514      406     -108     

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

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

@SarahRo SarahRo marked this pull request as ready for review March 6, 2026 11:10
@SarahRo SarahRo requested a review from NicolaCourtier March 6, 2026 11:14
Co-authored-by: NicolaCourtier <45851982+NicolaCourtier@users.noreply.github.com>
Copy link
Member

@NicolaCourtier NicolaCourtier left a comment

Choose a reason for hiding this comment

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

Thanks @SarahRo !

@SarahRo SarahRo merged commit e4b8d0f into develop Mar 6, 2026
30 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.

Remove restriction on numpy version

2 participants