ucl-bug / jwave

A JAX-based research framework for differentiable and parallelizable acoustic simulations, on CPU, GPUs and TPUs
GNU Lesser General Public License v3.0
135 stars 21 forks source link

build(deps-dev): update griffe requirement from ^0.29.1 to >=0.29.1,<0.32.0 #197

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on griffe to permit the latest version.

Changelog

Sourced from griffe's changelog.

0.31.0 - 2023-07-04

Compare with 0.30.1

Breaking Changes

  • Drop support for Python 3.7
  • API changes:
    • [GriffeLoader.resolve_aliases(only_exported)][griffe.loader.GriffeLoader.resolve_aliases]: Deprecated parameter was removed and replaced by implicit (inverse semantics)
    • [GriffeLoader.resolve_aliases(only_known_modules)][griffe.loader.GriffeLoader.resolve_aliases]: Deprecated parameter was removed and replaced by external (inverse semantics)
    • [LinesCollection.tokens][griffe.collections.LinesCollection]: Public object was removed (Python 3.7)
    • [ASTNode.end_lineno][griffe.agents.nodes.ASTNode]: Public object was removed (Python 3.7)
    • [griffe.agents.extensions][griffe.agents] Deprecated module was removed and replaced by [griffe.extensions][]

Features

  • Add --color, --no-color options to check subcommand (eac783c by Timothée Mazzucotelli).

Bug Fixes

  • Report removed public modules (68906cb by Timothée Mazzucotelli).

Code Refactoring

  • Improve check output (6b0a1f0 by Timothée Mazzucotelli).
  • Remove deprecated griffe.agents.extensions module (b555c78 by Timothée Mazzucotelli).
  • Remove deprecated parameters from loader's resolve_aliases method (dd98acd by Timothée Mazzucotelli).
  • Drop Python 3.7 support (e4be30a by Timothée Mazzucotelli).

0.30.1 - 2023-07-02

Compare with 0.30.0

Bug Fixes

Code Refactoring

  • Force remove worktree branch when done checking (45332ba by Timothée Mazzucotelli).
  • Change command to obtain latest tag (f70f630 by Timothée Mazzucotelli).

0.30.0 - 2023-06-30

Compare with 0.29.1

Features

... (truncated)

Commits
  • 3c55e82 chore: Prepare release 0.31.0
  • 6b0a1f0 refactor: Improve check output
  • 68906cb fix: Report removed public modules
  • eac783c feat: Add --color, --no-color options to check subcommand
  • b555c78 refactor: Remove deprecated griffe.agents.extensions module
  • dd98acd refactor: Remove deprecated parameters from loader's resolve_aliases method
  • e4be30a refactor: Drop Python 3.7 support
  • 0bab0c4 chore: Prepare release 0.30.1
  • 9edef90 fix: Prevent duplicate yields of breaking changes
  • ff15326 chore: Clean up fuzz duty / Makefile
  • 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 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 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)
dependabot[bot] commented 1 year ago

Superseded by #199.