Kornia v0.5.10 Release Notes

Release Date: 2021-08-30 // over 2 years ago
  • โž• Added

    • โž• Added Basic pool request for DeFMO. (#1135)
    • Added homography error metrics, and improved find_homography_iter (#1222)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed wrong param name (#1197)
    • ๐Ÿ›  Fixed NotImplementedError for the rtvec (#1215))
    • ๐Ÿ›  Fixes warnings and add compatibility stub in torch solve (#1235)

    ๐Ÿ”„ Changed

    • Ensure CenterCrop indices are integers (#1208)
    • โž• Added tests, fixed docstrings and made some other changes (#1211)
    • โฌ†๏ธ Upgrade to modern Python syntax (#1213)
    • Code health improvements [#1199, #1200, #1198, #1202, #1203, #1205, #1208, #1210, #1214, #1220]
    • โฌ†๏ธ Enable pyupgrade as pre-commit (#1221)
    • โž• Add bandit tool in the pre-commit (#1228)