Kornia v0.3.1 Release Notes

Release Date: 2020-05-10 // almost 4 years ago
  • ๐Ÿš€ Kornia 0.3.1 release

    ๐Ÿš€ This release mainly introduces the following items:

    โž• Add support to Python 3.8

    ๐Ÿ”ฆ Exposes and fixes issues around align_corners.

    ๐Ÿ‘Œ Improve testing infrastructure adding parametrize for different devices and dtype and flake8/mypy support throw pytest by caching intermediate results. Test usage example:

    โœ… pytest -v --device cpu,cuda --dtype float16,float32,float64 --flake8 --mypy

    ๐Ÿ‘Œ Improvements

    • โšก๏ธ Update to python 3.8 (#550)
    • ๐Ÿ‘Œ Improve testing framework (#560)
    • ๐Ÿ›  Local feature fixes and nms improvements (#545)
    • Random motion blur improvments (#562)

    ๐Ÿ›  Fixes

    • ๐Ÿ”ฆ Expose align_corners everywhere, where interpolation occurs (#546)
    • โœ… Soft-argmax test fixes, renaming and enables jit (#553)

    ๐Ÿ› Bugs

    • ๐Ÿ›  Fix tests in TestSpatialSoftArgmax2d (#544)

    ๐Ÿ“„ Docs

    • โšก๏ธ Updated docstring for augmentation module (#554)