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.21 #108

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on mkdocstrings to permit the latest version.

Release notes

Sourced from mkdocstrings's releases.

0.20.0

Features

Bug Fixes

Code Refactoring

Changelog

Sourced from mkdocstrings's changelog.

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.

  • Selection and rendering options are now combined into a single options key. Using the old keys will emit a deprecation warning.
  • The BaseCollector and BaseRenderer classes are deprecated in favor of BaseHandler, which merges their functionality. Using the old classes will emit a deprecation warning.

New versions of the Python handler and the legacy Python handler were also released in coordination with mkdocstrings 0.19. See their respective changelogs: python, python-legacy. Most notably, the Python handler gained the members and filters options that prevented many users to switch to it.

mkdocstrings stopped depending directly on the legacy Python handler. It means you now have to explicitely depend on it, directly or through

... (truncated)

Commits
  • 8c952c9 chore: Prepare release 0.20.0
  • 105ed82 refactor: Make _load_inventory accept lists as arguments
  • 4a8a26c docs: Fix a few grammar mistakes
  • a6ea80c fix: Handle updating Jinja environment of multiple handlers
  • 8cf117d feat: Add enabled configuration option
  • 5cc8939 tests: Remove unused fixture
  • cbfb55d ci: Fix quality warnings
  • d10e2d0 tests: Fix programmatic build in tests
  • ac963c8 refactor: Remove support for MkDocs < 1.2
  • 29036d9 chore: Template upgrade
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #108 (d525380) into main (b24607f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #108   +/-   ##
=======================================
  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.

dependabot[bot] commented 1 year ago

Superseded by #113.