Skip to content

Commit 4d93217

Browse files
authored
Merge pull request #147 from OpenPIV/0.22.3
Update CHANGES.txt
2 parents 3d6dc4b + 2f1efd9 commit 4d93217

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ v0.11, June 18, 2014 -- Initial release.op
22
v0.12, June 26, 2014 -- Update with masking, completely black interrogation window is masked
33
v0.13, June 30, 2014 -- Dynamic masking is included, image and velocity set to zero, sig2noise to infinity
44
v0.17, July 1, 2014 -- Fixed the bug in lib.pyx of different casting of np.int32 on 64-bit machines
5-
v0.18 Aug. 8, 2014 -- small updates to the tutorial-part1, MANIFEST.IN, readme and install files
5+
v0.18 Aug. 8, 2014 -- small updates to the tutorial-part1, MANIFEST.IN, readme and install files
6+
...
7+
v0.22.3 Sep. 22, 2020 -- @erfan-mtr added two-phase extension, see phase_separation.ipynb for the demo

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name = "OpenPIV",
25-
version ='0.22.2',
25+
version ='0.22.3',
2626
cmdclass = {'build_ext': build_ext},
2727
ext_modules = extensions,
2828
packages=find_packages(),

0 commit comments

Comments
 (0)