Skip to content

Update surmise requirement from <0.4,>=0.3.0 to >=0.3.0,<0.5 in the python-updates group across 1 directory#1732

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/develop/python-updates-ba544ba0a2
Closed

Update surmise requirement from <0.4,>=0.3.0 to >=0.3.0,<0.5 in the python-updates group across 1 directory#1732
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/develop/python-updates-ba544ba0a2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Updates the requirements on surmise to permit the latest version.
Updates surmise to 0.4.0

Release notes

Sourced from surmise's releases.

v0.4.0

Major changes

  • Improve coverage of test suite for future integration of additional code.
  • Designate methods to "research-grade" if methods are neither fully tested or maintained.
  • Integrate a first example in Jupyterbook as a collection of usage examples.
  • Improve Cython integration by reducing the number of external dependencies.
  • Develop Github wiki pages to log developer notes in terms of packaging, Cythonizing, and major dependency intricacies.

What's Changed

Full Changelog: bandframework/surmise@v0.3.1...v0.4.0

Changelog

Sourced from surmise's changelog.

Release 0.4.0

:Date: October 14, 2025

  • Improve coverage of test suite for future integration of additional code.
  • Designate methods to "research-grade" if methods are neither fully tested or maintained.
  • Integrate a first example in Jupyterbook as a collection of usage examples.
  • Improve Cython integration by reducing the number of external dependencies.
  • Develop Github wiki pages to log developer notes in terms of packaging, Cythonizing, and major dependency intricacies.

Full Changelog: bandframework/surmise@v0.3.1...v0.4.0

Release 0.3.0

:Date: September 12, 2024

  • Tested in Python 3.9, 3.10, 3.11, 3.12, on Linux, macOS, and Windows.
  • Functionality:
    • Include tox developer integration.
    • Include save/load functions for emulator and calibrator.
    • Include empirical coverage calculations in calibrator.
    • Modify covx()-returned object to improve usability.
    • Modify object repr to improve user feedback.
    • Update test suite to improve testing, including bookending versions and testing of major methods.
  • Documentation:
    • Update documentation to emphasize introductory materials and usage tutorials.
    • Update scientific usage references.
    • Update README to include collaborator and contributor list.

Full Changelog: bandframework/surmise@v0.2.1...v0.3.0

Release 0.2.1

:Date: September 26, 2023

  • Updates README to improve installation and testing procedures.
  • Updates Github action to build and upload .whl distribution files to PyPI.
  • Fixes testing procedure to ensure shell script searches under sys.path for pytest.

Release 0.2.0

:Date: September 18, 2023

  • Emulation methods:
    • Rename PCGPwMatComp to PCGPwImpute.
    • Include a new emulation method indGP.

... (truncated)

Commits
  • fb7d7f4 Merge pull request #186 from bandframework/upgradeCautionREADME
  • 1c8b5af based on review, add precautionary notes for upgrading surmise from pre-src-l...
  • b714edb Merge pull request #184 from bandframework/sdkupdate
  • 96aec9a Clarify test procedures in surmise BAND SDF
  • 5f43b19 Merge pull request #183 from bandframework/167v0.4-versioning
  • 5a1e89c spellcheck
  • 32d4605 include documentation of Cythonizing in this project, and use of wiki for dev...
  • 1919497 spellcheck
  • 0689a4c update changelog for v0.4
  • 40fad2e update v0.4 versioning in bibentry
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [surmise](https://github.com/bandframework/surmise) to permit the latest version.

Updates `surmise` to 0.4.0
- [Release notes](https://github.com/bandframework/surmise/releases)
- [Changelog](https://github.com/bandframework/surmise/blob/main/CHANGELOG.rst)
- [Commits](bandframework/surmise@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: surmise
  dependency-version: 0.4.0
  dependency-type: direct:development
  dependency-group: python-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 21, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.17%. Comparing base (6824bb3) to head (281639e).
⚠️ Report is 15 commits behind head on develop.

❗ There is a different number of reports uploaded between BASE (6824bb3) and HEAD (281639e). Click for more details.

HEAD has 6 uploads less than BASE
Flag BASE (6824bb3) HEAD (281639e)
14 8
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #1732       +/-   ##
============================================
- Coverage    91.78%   77.17%   -14.61%     
============================================
  Files           79       79               
  Lines         8317     8317               
  Branches      1279     1279               
============================================
- Hits          7634     6419     -1215     
- Misses         481     1659     +1178     
- Partials       202      239       +37     

☔ 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.

@jlnav
Copy link
Copy Markdown
Member

jlnav commented May 22, 2026

@dependabot ignore surmise

@dependabot dependabot Bot closed this May 22, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

OK, I won't notify you about surmise again, unless you unignore it.

@dependabot dependabot Bot deleted the dependabot/pip/develop/python-updates-ba544ba0a2 branch May 22, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant