Skip to content

Releases: OpenPIV/openpiv-python

OpenPIV - Python an open source particle image velocimetry (ver. 0.22.0)

27 Jun 22:33
ccddbfd

Choose a tag to compare

This release combines several improvements:

  1. first 3D version (new contribution, see the authorship by commits)
  2. automatic Github actions build of binary wheels for installation without compilers
  3. removed appveyor build as obsolete

fixed windows conda-forge failure with encoding

07 Dec 10:50
43d23d4

Choose a tag to compare

trying lower numpy requirements for conda-forge

07 Dec 10:30
69f5993

Choose a tag to compare

0.21.8a

Delete conda_build_config.yaml

fixed setup issues

07 Dec 09:15
7c188e3

Choose a tag to compare

can be now installed from

pip install cython numpy
pip install git+https://github.com/openpiv/openpiv-python --force-reinstall

added conda_build_config - it might solve the Conda-forge problem

06 Dec 18:19

Choose a tag to compare

Update README.md

from conda-forge that I cannot make working to anaconda that I get with
conda build .
anaconda upload --user openpiv <path-to-build>

fixed y-direction bug, added piv.piv() example with animation

06 Dec 16:51

Choose a tag to compare

added synthetic image generator

18 Oct 20:35

Choose a tag to compare

@tomerast prepared synthetic image generator with examples - in the future we need to develop tests based on synthetic images

fixed a small bug in the setup (.pyx wasn't included)

19 Oct 14:36
58e4c2e

Choose a tag to compare

Merge pull request #113 from alexlib/synimage

Synthetic image generator by @tomerast

PIV mutlipass with window deformation

18 Oct 17:51
fa524fb

Choose a tag to compare

Thanks to @TKaeufer we have now also the window deformation algorithm in OpenPIV. Please see the example under examples/tutorials and the notebook linked in the Readme.md

Updated structure for easier import and installation using binary wheels

13 Jul 07:39

Choose a tag to compare