ucl-bug / jaxdf

A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations
GNU Lesser General Public License v3.0
117 stars 7 forks source link

Update mkdocstrings requirement from <0.20,>=0.19.0 to >=0.19.0,<0.22 #113

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on mkdocstrings to permit the latest version.

Changelog

Sourced from mkdocstrings's changelog.

0.21.1 - 2023-04-05

Compare with 0.21.0

Bug Fixes

0.21.0 - 2023-04-05

Compare with 0.20.0

Features

0.20.0 - 2023-01-19

Compare with 0.19.1

Features

Bug Fixes

Code Refactoring

0.19.1 - 2022-12-13

Compare with 0.19.0

Bug Fixes

Code Refactoring

0.19.0 - 2022-05-28

Compare with 0.18.1

Highlights

We decided to deprecate a few things to pave the way towards a more stable code base, bringing us closer to a v1.

... (truncated)

Commits
  • 9622e38 chore: Prepare release 0.21.1
  • bff760b fix: Fix missing typing-extensions dependency on Python less than 3.10
  • 5c641fc chore: Fix docs deploy duty
  • 3513b00 chore: Prepare release 0.21.0
  • 444ef32 ci: Quality
  • 56e2818 chore: Template upgrade
  • 15dacf6 feat: Expose the full config to handlers
  • 82016df ci: Correct type signature for BaseCollector.collect
  • cd9e620 docs: Quote pip argument to avoid shell errors
  • d9b9623 docs: Minor documentation improvements
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 1 year ago

Codecov Report

Merging #113 (6cd739b) into main (b24607f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #113   +/-   ##
=======================================
  Coverage   91.09%   91.09%           
=======================================
  Files          14       14           
  Lines         910      910           
=======================================
  Hits          829      829           
  Misses         81       81           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

astanziola commented 1 year ago

@dependabot rebase

dependabot[bot] commented 1 year ago

Looks like mkdocstrings is no longer a dependency, so this is no longer needed.