waltsims / k-wave-python

A Python interface to k-Wave GPU accelerated binaries
https://k-wave-python.readthedocs.io/en/latest/
GNU General Public License v3.0
109 stars 32 forks source link

Bump sphinx-toolbox from 3.5.0 to 3.6.0 #428

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps sphinx-toolbox from 3.5.0 to 3.6.0.

Release notes

Sourced from sphinx-toolbox's releases.

Version 3.6.0

Automatically copied from PyPI.


Powered by OctoCheese
πŸ“ docs | :octocat: repo | πŸ™‹ issues | πŸͺ marketplace

Changelog

Sourced from sphinx-toolbox's changelog.

3.6.0

  • Documentation fixes in :mod:~.collapse.
  • Dunder methods added in Python 3.13 are hidden by :mod:~.autoprotocol (__non_callable_proto_members__, __firstlineno__, __replace__, __static_attributes__)
  • mod:~.autoprotocol doesn't document subclasses of protocols, unless :class:~.Protocol is one of their direct base classes.
  • Support for Sphinx 7.x
Commits
  • 06db47d Bump version v3.5.0 -> v3.6.0
  • 5e3f87b Cleanup tox.ini and formate.toml
  • 8aff4df Updated files with 'repo_helper'. (#164)
  • 687a561 Skip genericalias.html test on Python 3.13 for now as the link to pathlib.Pat...
  • e82803f Exclude new Python 3.13 dunder methods in tests
  • d226d4b Exclude new Python 3.13 dunder methods in autoprotocol
  • 0920b7b Update reference templates.
  • 45c71f3 Handle recursive_guard change to ForwardRef._evaluate
  • 108531f Specialcase typing.Self in typehints.py
  • 2632ca9 Don't treat subclasses of protocols as protocols for autoprotocol.
  • Additional commits viewable in compare view


Dependabot compatibility score

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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.59%. Comparing base (90d6e5d) to head (2e039e8). Report is 22 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #428 +/- ## ======================================= Coverage 71.59% 71.59% ======================================= Files 46 46 Lines 6738 6738 Branches 1496 1496 ======================================= Hits 4824 4824 - Misses 1345 1346 +1 + Partials 569 568 -1 ``` | [Flag](https://app.codecov.io/gh/waltsims/k-wave-python/pull/428/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | Coverage Ξ” | | |---|---|---| | [3.10](https://app.codecov.io/gh/waltsims/k-wave-python/pull/428/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `71.79% <ΓΈ> (ΓΈ)` | | | [3.11](https://app.codecov.io/gh/waltsims/k-wave-python/pull/428/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `71.79% <ΓΈ> (ΓΈ)` | | | [3.12](https://app.codecov.io/gh/waltsims/k-wave-python/pull/428/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `71.79% <ΓΈ> (ΓΈ)` | | | [3.9](https://app.codecov.io/gh/waltsims/k-wave-python/pull/428/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `71.57% <ΓΈ> (ΓΈ)` | | | [macos-latest](https://app.codecov.io/gh/waltsims/k-wave-python/pull/428/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `71.53% <ΓΈ> (ΓΈ)` | | | [ubuntu-latest](https://app.codecov.io/gh/waltsims/k-wave-python/pull/428/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `71.56% <ΓΈ> (ΓΈ)` | | | [windows-latest](https://app.codecov.io/gh/waltsims/k-wave-python/pull/428/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson) | `71.57% <ΓΈ> (ΓΈ)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Walter+Simson#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.