Changelog¶
1.*¶
1.1.0 - 24-05-24 - Instance Checking¶
https://github.com/p2p-ld/numpydantic/pull/1
Features:
Add
__instancecheck__method to NDArrayMeta to supportisinstance()validationAdd finer grained errors and parent classes for validation exceptions
Add fast matching mode to
Interface.match()that returns the first match without checking for duplicate matches
Bugfix:
get all interface classes recursively, instead of just first-layer children
fix stubfile generation which badly handled
typingimports.