Skip to content

Types!

Compare
Choose a tag to compare
@guarin guarin released this 12 Sep 12:38
· 208 commits to master since this release
1a0039e

Changes

  • Add mypy and type the package partially (#1382). lightly.transforms is fully typed. We'll gradually add types for the other modules.
  • Add py.typed files for typed parts of the package (#1382). This makes types available when working with lightly from other codebases.
  • Add support to resume benchmark training (#1347). Thanks a lot to @sadimanna!
  • Remove docs for outdated/internal API methods (#1385).
  • Make the relative_path argument optional when scheduling a Lightly Worker run with local storage (#1384).

Models