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 pycln from 2.0.2 to 2.0.4 in /.requirements #88

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pycln from 2.0.2 to 2.0.4.

Release notes

Sourced from pycln's releases.

v2.0.4

Fixed

Changed

v2.0.3

Fixed

Changelog

Sourced from pycln's changelog.

[2.0.4] - 2022-07-18 (a quick release solving v2.0.3 problem [affects PY3.9+])

Fixed

Changed

[2.0.3] - 2022-07-17 (a broken release [affects PY3.9+], goto v2.0.4)

Fixed

Commits
  • 823ea98 Bump v2.0.4
  • 67aaf43 Add: python/typeshed to notable projects list.
  • 77feef1 Fixing possible attr errors due to lack of some ast node type-checking (affec...
  • bc48d72 Bump JRubics/poetry-publish from 1.11 to 1.12 (#159)
  • e9c66e1 Bump typer from 0.5.0 to 0.6.1 (#160)
  • d1ac94f Bump v2.0.3
  • c474235 Fix CHANGELOG.md links in docs/CONTRIBUTING.md file (#158)
  • da19fa1 Fix: Fully, nested, and semi string type commnets get ignored. (#156)
  • 907b865 Fix: Semi string third-party generic type annotations get ignored (#155)
  • 70874fe Adding Mr.Alex Waygood to AUTHORS.md
  • See full diff 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 #88 (a70a4d7) into main (cf54de0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #88   +/-   ##
=======================================
  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 cf54de0...a70a4d7. Read the comment docs.