Skip to content

Releases: ladisk/pyidi

v1.3.2

03 Dec 05:22

Choose a tag to compare

  • Bugfix in selectionGUI.get_points(): if filtering was not applied, an error was returned.
  • Added subset_size and subset_overlap parameters to selectionGUI class.

v1.3.1

15 Jul 12:36

Choose a tag to compare

What's Changed

Two major new features:

Upgraded selection interface

  • Implemented in SelectionGUI class
  • Uses pyqtgraph to display image and points without lag
  • Uses pyqt6 (optional dependency)
  • Has two modes:
    • Selection mode: select points using a polygon, along the line, single point, brush
    • Filter mode: filter the selected points based on some criterion. Currently implemented: Shi-Tomasi and gradient direction.
  • Point retrieval methods: get_selected_points (all points from selection mode) and get_filtered_points (points that were filtered).

Result viewer

  • Implemented in ResultViewer class
  • Uses pyqtgraph to display image and points without lag
  • Uses pyqt6 (optional dependency)
  • Mode shape visualization
  • Export to MP4 (with frame range and region selection)y

v1.2.0

04 Jun 03:49

Choose a tag to compare

What's Changed

  • Tests for identification of displacements are upgraded to new API. by @itomac in #45
  • Adding fiducial marker-based motion tracking and compensation by @LolloCappo in #46
  • Add documentation for fiducial marker-based tracking and compensation by @LolloCappo in #47
  • fix bugs requirements by @LolloCappo in #48
  • DDIC testing by @ThijsIllimited in #49
  • Multiprocessing in shell, fixing temp_files for analysis resume by @klemengit in #50

Full Changelog: v1.1.1...v1.2.0

v1.1.1

09 May 10:20

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

09 May 07:11

Choose a tag to compare

What's Changed

  • Generalizing API (mraw -> frames, added get_frames method) by @klemengit in #42

Full Changelog: v1.0.1...v1.1.0

v1.0.1

07 May 09:57

Choose a tag to compare

What's Changed

  • Removed unnecessary warnings, updated docs, updated showcases, added FPS to VideoReader by @klemengit in #40

v0.30.1

18 Apr 10:12

Choose a tag to compare

Updated pyproject.toml to reduce .tar.gz size.

v0.30.0

17 Apr 11:03

Choose a tag to compare

Release of version 0.30.0 is available on PyPI!

Main new features:

  • Mode shape magnification (see the showcase)
  • Support for various data formats through VideoReader.