larq / zoo

Reference implementations of popular Binarized Neural Networks
https://docs.larq.dev/zoo
Apache License 2.0
104 stars 18 forks source link

⬆️ Bump pytype from 2023.10.31 to 2023.11.21 #475

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps pytype from 2023.10.31 to 2023.11.21.

Changelog

Sourced from pytype's changelog.

Version 2023.11.21:

Updates:

  • Add support for typing_extensions.override.
  • Add support for the pax fiddle library.
  • Enable --use-enum-overlay by default.

Bug fixes:

  • Take arguments passed by keyword into account in Unknown.to_type().
  • Don't create extra copies of None in convert.py.
  • Allow frame locals to be an Unsolvable (Any).
  • When making properties, check their arity against require arg count.
  • Allow arbitrary AST nodes in typing.Annotated.
  • Fix crash caused by assuming parameter names are strings.
  • Fix corner case in which decorated setUp method wasn't being analyzed.
  • Add missing buffer methods to memoryview.
  • Allow functions in pyi files to have any number of decorators.

Version 2023.10.31:

Updates:

  • Happy Halloween!
  • typing.Self: support Self in variable annotations.
  • 3.11: Implement typing features Never, clear_overloads, get_overloads, assert_type, reveal_type, and assert_never.
  • Add feature flag --bind-decorated-methods to bind 'self' correctly in decorated methods.

Bug fixes:

  • Fix some corner cases in invalidating an enum tracker.
  • Use equality check rather than identity check for recursion detection.

Version 2023.10.24:

Updates:

  • Add support for typing.Self in method type annotations.

Bug fixes:

  • Support pattern matching against a tuple of match variables.
  • Fix crash caused by use of a recursive type in a callable.
  • When setting a type from assertIsInstance narrow the original type if possible.

Version 2023.10.17:

Updates:

  • Remove the --overriding-parameter-count-checks flag. This flag's behavior is now the default.
  • Support enum.StrEnum.
  • Support type narrowing for match cases with as captures.

... (truncated)

Commits
  • bdb0fe4 Merge pull request #1533 from google/google_sync
  • dcc7897 Prepare a PyPI release.
  • bd9fbfb Allow functions in pyi files to have any number of decorators.
  • dac0202 Relax parameter count requirements for property-decorated methods.
  • cc52e27 Merge pull request #1532 from google/google_sync
  • 90f2324 Fix checking of dataclasses with fiddle.Config members.
  • 48d4f05 Fix getitem for fiddle.Config instances.
  • b66357c Add missing buffer methods to memoryview.
  • c361601 Merge pull request #1530 from google/google_sync
  • c4bd053 Skip parser logic and test requiring ast.unparse in 3.8.
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)