Skip to content

Tags: beartype/plum

Tags

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: add nox -s test (#240)

Signed-off-by: nstarman <nstarman@users.noreply.github.com>

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `condition` to `ModuleType` (#223)

* Add and test condition

* Fix RTD config

v2.5.8

Toggle v2.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps: drop py3.8, support py3.9+ (#217)

* deps: drop py3.8, support py3.9+

Signed-off-by: nstarman <nstarman@users.noreply.github.com>

* config(ruff): py3.9+

Signed-off-by: nstarman <nstarman@users.noreply.github.com>

---------

Signed-off-by: nstarman <nstarman@users.noreply.github.com>

v2.5.7

Toggle v2.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow `type_to` to be an `object` (#204)

v2.5.6

Toggle v2.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
typing: add more type annotations (#203)

* typing(type): add type annotations to ResolveableType and subclasses

Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>

* typing(type): add type annotations to add_promotion_rule

Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>

---------

Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>

v2.5.5

Toggle v2.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
types(promotion): add typing to convert (#202)

* types(promotion): add typing to convert

Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>

* config(coverage): configure to ignore type-checking

Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>

---------

Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>

v2.5.4

Toggle v2.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add dispatch to bound functions (#200)

Signed-off-by: nstarman <nstarman@users.noreply.github.com>

v2.5.3

Toggle v2.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: see methods from the bound function (#193)

* feat: see methods from the bound function

Signed-off-by: nstarman <nstarman@users.noreply.github.com>

* test: add test for the dispatcher.

Signed-off-by: nstarman <nstarman@users.noreply.github.com>

---------

Signed-off-by: nstarman <nstarman@users.noreply.github.com>

v2.5.2

Toggle v2.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: update typing-extensions dependency (#183)

v2.5.1.post1

Toggle v2.5.1.post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Require typing-extensions>=4.9.0 for python older than 3.11 (#182)