Skip to content

v1.1.1

Compare
Choose a tag to compare
@JoepVanlier JoepVanlier released this 13 Jun 13:36
  • Fixed parameter description for minimum length. It now correctly reads that increasing this parameter reduces tracking noise.
  • Rarely used but heavy packages like opencv, scikit-image, and scikit-learn are no longer loaded eagerly with import lumicks.pylake. Rather, they are loaded on-demand the first time that a feature needs them. This makes importing pylake itself faster and mitigates potential third-party issues (e.g. this makes the first issue from the F.A.Q. less severe as it no longer affects all users).