Skip to content

Releases: OpenPIV/openpiv-python

0.21.2

06 Jan 21:01
Compare
Choose a tag to compare

added recipe for manual conda-build:
conda-build openpiv
conda install --use-local openpiv
conda convert --platform all ~/anaconda/conda-bld/osx-64/openpiv-0.13.1-py27_0.tar.bz2 -o outputdir/

v0.21.1

06 Jan 19:53
b7c3d69
Compare
Choose a tag to compare

prepared for the conda-build

0.21.1a is a small adjustment to 0.21.1

02 Jan 20:01
b7c3d69
Compare
Choose a tag to compare
0.21.1x

Update setup.py

0.21.1

02 Jan 18:51
42862d4
Compare
Choose a tag to compare

0.21.0

01 Jan 21:22
fe05da3
Compare
Choose a tag to compare
as_grey to as_gray

bug fixes from 0.20.8 due to Python 3 division and from range(0,0) to range(0,1)

07 Oct 21:45
Compare
Choose a tag to compare

this release fixes two bugs and improves process tests

  • process.py is removed, all pure Python implementation is in pyprocess.py
  • tests are improved, both Cython and Python versions are compared
  • fixed the bug in Cython due to //
  • fixed the bug in Cython for cases when window_size == search_size == image size, caused range(0,0)

Updated the Python 3 version with correct progressbar2 version

21 Sep 10:04
Compare
Choose a tag to compare

OpenPIV depends on progressbar and since the shift to Python 3 that package changed name to progressbar2 on conda and pip

First version with Python 3 support

16 May 20:48
Compare
Choose a tag to compare

This is our first version that passes all the tests (using py.test) on both Python 2.7 and 3.6

updated pyprocess with extended area search method

20 Nov 18:35
Compare
Choose a tag to compare
  • extended area search is available in Python version, in addition to the one in Cython (process.pyx)
  • more tests added for shifts

conda forge fix for Windows

26 Aug 13:23
Compare
Choose a tag to compare
Pre-release
Merge pull request #65 from alexlib/npy_isnan

_isnan is replaced by np.isnan