issues
search
mrocklin
/
multipledispatch
Multiple dispatch
https://multiple-dispatch.readthedocs.io/en/latest/
Other
813
stars
74
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add MANIFEST.in
#136
PaulKMueller
opened
4 months ago
0
LICENSE not included
#135
PaulKMueller
opened
4 months ago
3
Using named arguments would lost the signature of the method
#134
Farrukhw
opened
4 months ago
0
Document that this doesn't work for instances of a type
#133
andrewpollock
opened
9 months ago
0
How can you use it with classmethod?
#132
Bernardrouhi
opened
1 year ago
2
Can `multipledispatch` overload function from external library?
#131
ImahnShekhzadeh
opened
1 year ago
0
PEP about multiple dispatch and typing.overload
#130
gabrieldemarmiesse
opened
1 year ago
0
Update
#129
mrocklin
closed
1 year ago
0
@dispatch breaks for typing.NewType arguments
#128
hamjad
closed
1 year ago
1
Dispatcher and @dispatch cannot be mixed - documentation should clearly state that
#127
Costor
opened
1 year ago
0
__call__ in dispatcher only checks *args types
#126
ZMarouani
opened
1 year ago
2
Dispatch model is broken - namespaces
#125
kenahoo
opened
2 years ago
0
Documentation for varadic argument support not published
#124
jtkornel
opened
2 years ago
0
Parameter with typing
#123
WheheoHu
closed
7 months ago
4
Does the package can support the default params?
#122
rexwu1104
opened
2 years ago
1
Drop support for Python 2.x
#121
swails
opened
2 years ago
0
0.6.0: pep517 based build fails
#120
kloczek
opened
2 years ago
0
Add decorator that automatically infers signature based on type annotations
#119
ToniBig
opened
2 years ago
4
Ordering of classes depends on order of function statement execution
#118
oscarbenjamin
opened
3 years ago
10
0.6.0: pytest is failing
#117
kloczek
opened
3 years ago
2
Actualize Julia docs URL
#116
orsinium
closed
3 years ago
1
Update README.rst with svg badges
#115
sobolevn
closed
3 years ago
1
Add minimal typing support and fix py3.10
#114
JacobHayes
opened
3 years ago
0
Added how to use dispatch on instance methods
#113
srosengren
opened
4 years ago
0
Early draft of Python Enhancement Proposal to use multiple dispatch for binary operators
#112
NeilGirdhar
opened
4 years ago
2
Linter errors
#111
srcolinas
opened
4 years ago
1
Commutative dispatching
#110
asmeurer
opened
4 years ago
4
Bug: Wrong static method dispatch
#109
bogdan-nikitin
opened
4 years ago
0
Adding Travis-Ci Support For Arm64
#108
ossdev07
closed
4 years ago
3
How to formally document a multipledispatch function?
#107
pw2wang
opened
4 years ago
2
Put multipledispatch into an organization
#106
evan0greenup
closed
5 years ago
1
Source Code Improvement
#105
stevenleeS0ht
closed
5 years ago
5
Breaks under __future__.annotations
#104
jtrakk
opened
5 years ago
0
Add Python 3.8 to test matrix
#103
Mystic-Mirage
closed
4 years ago
1
Pip upgrade causes test to fail with Python 3.3
#102
Mystic-Mirage
closed
5 years ago
0
Python 3.3 requires coverage<5
#101
Mystic-Mirage
closed
5 years ago
0
Lazy dispatch
#100
Mystic-Mirage
opened
5 years ago
0
drop 3.3
#99
llllllllll
closed
5 years ago
2
BUG: fix install in fresh env
#98
llllllllll
closed
5 years ago
1
Extensible dispatchers
#97
ghost
opened
5 years ago
0
multipledispatch.dispatch decorator disables docstring tests of doctest
#96
louis-red
opened
5 years ago
4
Provide a way to reference current class for intstance methods
#95
dluciv
opened
6 years ago
5
Pickable dispatched functions
#94
dycw
closed
5 years ago
2
How to dispatch for generic types?
#93
Hong-Xiang
opened
6 years ago
0
bump version to 0.6.0
#92
cpcloud
closed
6 years ago
2
Update readme to reflect the new six addition
#91
cpcloud
closed
6 years ago
1
0.6.0 Release
#90
cpcloud
opened
6 years ago
5
Add support for variadic dispatch
#89
cpcloud
closed
6 years ago
10
Subtle scoping issue with dispatch in closures
#88
stereobutter
opened
6 years ago
0
function overloading with keyword arguments
#87
arunthamma
opened
6 years ago
0
Next