Skip to content

Releases: OpenPIV/openpiv-python

OpenPIV 0.25.3

19 Apr 15:18
5506e8f
Compare
Choose a tag to compare

Updated for the use with openpiv_tk_gui

OpenPIV-Python v0.25.2

07 Mar 21:33
46a6fd1
Compare
Choose a tag to compare

using poetry

OpenPIV-Python v0.25.1

01 Oct 13:33
151592e
Compare
Choose a tag to compare

fixed a bug in pattern b sorting in tools.py
added two test case directories to test patterns
added tests in test_tools.ipynb

OpenPIV-Python v0.25.0

05 Dec 21:41
f956470
Compare
Choose a tag to compare
  • new masking, including static and dynamic masking
  • more typing hints and docstrings
  • fixed bugs

OpenPIV-Python v0.24.4

22 Nov 20:45
2a5b1ae
Compare
Choose a tag to compare
Pre-release

This is one step before the change to 0.25.0 which should be a kind of milestone

  • new masking
  • scientific format save in windef
  • more typing notations
  • more tests

OpenPIV v0.24.2

23 Jul 21:50
991d83a
Compare
Choose a tag to compare

windef.simple_multiplass()

OpenPIV v0.24.1

30 Jun 06:40
4a035de
Compare
Choose a tag to compare

See commit logs for more info

  • static masking
  • natural file name sorting

OpenPIV v0.24.0

12 Jun 19:56
7bff96f
Compare
Choose a tag to compare
  • windef now has an option to run for various image sequence types, e.g. like in the openpiv_tk_gui : (1+2),(3+4), (1+3),(2+4), or (1+2),(2+3)

OpenPIV-Python v0.23.9

07 Jun 18:56
79c9e8e
Compare
Choose a tag to compare
  • pivuq, @lento234 contribution
  • fixed quiver with all valid vectors
  • fixed a test with one invalid vector
  • updated test_tools.png
  • fixed scipy.fftpack.dct
  • fixed imageio.v3 (dropped testing on Python 3.6)

OpenPIV v0.23.8

08 Sep 21:36
fa029e1
Compare
Choose a tag to compare

Contains rectangular windows and vectorized functions by @ErichZimmer
/examples folder moved to a separate repository openpiv-python-examples