Skip to content

Commit

Permalink
Merge pull request #147 from OpenPIV/0.22.3
Browse files Browse the repository at this point in the history
Update CHANGES.txt
  • Loading branch information
alexlib authored Sep 21, 2020
2 parents 3d6dc4b + 2f1efd9 commit 4d93217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ v0.11, June 18, 2014 -- Initial release.op
v0.12, June 26, 2014 -- Update with masking, completely black interrogation window is masked
v0.13, June 30, 2014 -- Dynamic masking is included, image and velocity set to zero, sig2noise to infinity
v0.17, July 1, 2014 -- Fixed the bug in lib.pyx of different casting of np.int32 on 64-bit machines
v0.18 Aug. 8, 2014 -- small updates to the tutorial-part1, MANIFEST.IN, readme and install files
v0.18 Aug. 8, 2014 -- small updates to the tutorial-part1, MANIFEST.IN, readme and install files
...
v0.22.3 Sep. 22, 2020 -- @erfan-mtr added two-phase extension, see phase_separation.ipynb for the demo
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name = "OpenPIV",
version ='0.22.2',
version ='0.22.3',
cmdclass = {'build_ext': build_ext},
ext_modules = extensions,
packages=find_packages(),
Expand Down

0 comments on commit 4d93217

Please sign in to comment.