ucl-bug / jaxdf

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

Bump plum-dispatch from 1.5.8 to 1.6 in /.requirements #74

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps plum-dispatch from 1.5.8 to 1.6.

Release notes

Sourced from plum-dispatch's releases.

v1.6

v1.5.16

  • Fix bug in extract_signature (fixes #41).
  • Add support for operator.attrgetter and operator.itemgetter (fixes #43).

v1.5.15

  • Fix bug in unquote.

v1.5.14

  • Safely handle C-defined functions in Function.dispatch.

v1.5.13

  • Fix inspection whenever function.py is compiled with Cython.

v1.5.12

  • Let Function.dispatch support future annotations.

v1.5.11

  • Add full support for from __future__ import annotations.

v1.5.10

  • Automatically unquote forward reference strings. This adds compatibility for from __future__ import annotations.

v1.5.9

  • Improve error message when dispatching on __call__.
Commits
  • 7e1813b Fix capitalisation and long lines
  • 08d6f16 Merge pull request #44 from PhilipVinc/pv/autoreload
  • 4e24872 Merge pull request #45 from PhilipVinc/pv/black
  • 8682157 Add autoreload support
  • ceda4d7 use slots for plum.Type
  • 3842ed1 bump black version to stable
  • 96a6b34 Make compatible with compilation
  • 3f414b8 Add support for operator.{itemgetter,attrgetter}
  • 526a1a4 Fix bug in extract_signature
  • 944aca0 Fix bug in unquote
  • 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 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 2 years ago

Codecov Report

Merging #74 (daa154a) into main (956b426) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #74   +/-   ##
=======================================
  Coverage   62.74%   62.74%           
=======================================
  Files          13       13           
  Lines         934      934           
=======================================
  Hits          586      586           
  Misses        348      348           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 956b426...daa154a. Read the comment docs.