Skip to content

v0.1.28

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 14:29
· 378 commits to main since this release
c35221b

v0.1.28 (2022-01-25)

Browse the Repository | Released Assets

Fixed

  • [py_src] ArgInfo.has_default is now set to true if a.defval is f"{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 add priv/x64 to the DLL search path instead of copying all opencv dll files to the priv directory.