Skip to content

Releases: schuetzgroup/sdt-python

v20.1.4

Choose a tag to compare

@lschr lschr released this 23 Feb 12:51
  • brightness.from_raw_image: Compute background for features near edges

v20.1.3

Choose a tag to compare

@lschr lschr released this 14 Feb 18:39

gui: More fixes related to PySide6 port

v20.1.2

Choose a tag to compare

@lschr lschr released this 13 Feb 12:06
  • gui: Fix using bundled icon theme
  • gui: Use Basic QtQuick theme
  • gui: Require PySide6 >= 6.10.2 (important bugfix)

v20.1.1

Choose a tag to compare

@lschr lschr released this 29 Jan 13:47
  • Fix calling brightness.from_raw_image with bg_frame=float("inf")
  • Compatibility fixes for new scipy and pandas versions

v20.1.0

Choose a tag to compare

@lschr lschr released this 19 Nov 14:26
  • Port gui module to PySide6
  • Add stats.avg_shifted_hist() for average shifted histogram calculation
  • motion: Support nD case in motion models

v20.0.0

Choose a tag to compare

@lschr lschr released this 08 Apr 12:52

Require numpy >= 2.1. There have been some problems with older numpy and pandas versions, thus moving forward support for everything older is dropped.

v19.0.3

Choose a tag to compare

@lschr lschr released this 08 Apr 09:00
  • Fix (legacy) locator GUI when using cg algorithm with ROI
  • Fix some compatibility warnings

v19.0.2

Choose a tag to compare

@lschr lschr released this 10 Oct 11:56

Depend on opencv-python-headless instead of opencv-python

v19.0.1

Choose a tag to compare

@lschr lschr released this 07 Aug 12:09
  • gui.Registrator: Fix layout width of option widgets
  • brightness.from_raw_image: Handle missing numba

v19.0.0

Choose a tag to compare

@lschr lschr released this 06 Aug 09:01
  • motion: Remove legacy API (API break)
  • numpy 2.x compatibility; however we still depend on numpy < 2.0 since there are some issues with pandas.
  • Use pyproject.toml and hatch for project management