v0.1.28
v0.1.28 (2022-01-25)
Browse the Repository | Released Assets
Fixed
- [py_src]
ArgInfo.has_default
is now set totrue
ifa.defval
isf"{a.tp}()"
. Fixed #174. - [ci-win-precompile-core] Removed the line that deletes the
priv/x64
directory. It should be removed in the last version because we will addpriv/x64
to the DLL search path instead of copying all opencv dll files to thepriv
directory.