Skip to content

Commit 3f00301

Browse files
committed
new version 0.23.1 is suggested
1 parent 7d612c1 commit 3f00301

20 files changed

+1318
-1148
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ v0.18 Aug. 8, 2014 -- small updates to the tutorial-part1, MANIFEST.IN, readme
66
...
77
v0.22.3 Sep. 22, 2020 -- @erfan-mtr added two-phase extension, see phase_separation.ipynb for the demo
88
v0.22.4 Nov, 2020 -- windef refactoring : no more process.pyx, everything in pyprocess.py, numpy vectorized correlation version from windef moved to pyprocess, get_field_shape has less arguments (it's a backward compatability problem, it breaks stuff), new tests, new documentation settings with Jupyter notebook and markdown inserts, tools.save requires also sig2noise column, as in windef, frame_interpolation is now deform_windows with optionaly kx,ky,
9+
v0.23.0 - refactored windef.py, with the main functions moved to pyprocess.py
10+
v0.23.1 - fixed bugs in 0.23.0, new normalized_correlation, normalize_intensity, find_subpixel_position, new tests, new jupyter notebooks, see also
11+
test_robustness

openpiv/examples/notebooks/PIV_3D_example.ipynb

Lines changed: 16 additions & 95 deletions
Large diffs are not rendered by default.

openpiv/examples/notebooks/all_test_cases_sample.ipynb

Lines changed: 171 additions & 22 deletions
Large diffs are not rendered by default.

openpiv/examples/notebooks/case_B_windef_small_window.ipynb

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

openpiv/examples/notebooks/example_normalized_correlation_effect.ipynb

Lines changed: 225 additions & 0 deletions
Large diffs are not rendered by default.

openpiv/examples/notebooks/extended_search_area_vectorized.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
{
123123
"data": {
124124
"text/plain": [
125-
"<matplotlib.image.AxesImage at 0x7f4ab728b580>"
125+
"<matplotlib.image.AxesImage at 0x7f3c1b7a7520>"
126126
]
127127
},
128128
"execution_count": 10,
@@ -211,7 +211,7 @@
211211
{
212212
"data": {
213213
"text/plain": [
214-
"<matplotlib.contour.QuadContourSet at 0x7f4ab71d1700>"
214+
"<matplotlib.contour.QuadContourSet at 0x7f3c1b6ea7f0>"
215215
]
216216
},
217217
"execution_count": 12,
@@ -262,7 +262,7 @@
262262
{
263263
"data": {
264264
"text/plain": [
265-
"<matplotlib.quiver.Quiver at 0x7f4ab6f8b880>"
265+
"<matplotlib.quiver.Quiver at 0x7f3c1b4a8a60>"
266266
]
267267
},
268268
"execution_count": 15,

openpiv/examples/notebooks/pyprocess_correlations.ipynb

Lines changed: 552 additions & 0 deletions
Large diffs are not rendered by default.

openpiv/examples/notebooks/pyprocess_extended_search.ipynb

Lines changed: 0 additions & 351 deletions
This file was deleted.

openpiv/examples/notebooks/pyprocess_test.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
141141
"name": "stdout",
142142
"output_type": "stream",
143143
"text": [
144-
"CPU times: user 146 ms, sys: 11.4 ms, total: 157 ms\n",
145-
"Wall time: 159 ms\n"
144+
"CPU times: user 138 ms, sys: 8.48 ms, total: 146 ms\n",
145+
"Wall time: 146 ms\n"
146146
]
147147
}
148148
],
@@ -164,8 +164,8 @@
164164
"name": "stdout",
165165
"output_type": "stream",
166166
"text": [
167-
"CPU times: user 136 ms, sys: 8.07 ms, total: 144 ms\n",
168-
"Wall time: 145 ms\n"
167+
"CPU times: user 140 ms, sys: 0 ns, total: 140 ms\n",
168+
"Wall time: 139 ms\n"
169169
]
170170
}
171171
],
@@ -190,7 +190,7 @@
190190
"name": "stdout",
191191
"output_type": "stream",
192192
"text": [
193-
"CPU times: user 191 ms, sys: 36.2 ms, total: 228 ms\n",
193+
"CPU times: user 188 ms, sys: 39.8 ms, total: 228 ms\n",
194194
"Wall time: 227 ms\n"
195195
]
196196
}
@@ -215,8 +215,8 @@
215215
"name": "stdout",
216216
"output_type": "stream",
217217
"text": [
218-
"CPU times: user 195 ms, sys: 31.7 ms, total: 226 ms\n",
219-
"Wall time: 226 ms\n"
218+
"CPU times: user 192 ms, sys: 36 ms, total: 228 ms\n",
219+
"Wall time: 227 ms\n"
220220
]
221221
}
222222
],
@@ -240,7 +240,7 @@
240240
{
241241
"data": {
242242
"text/plain": [
243-
"<matplotlib.quiver.Quiver at 0x7f1043ba0820>"
243+
"<matplotlib.quiver.Quiver at 0x7f048422b550>"
244244
]
245245
},
246246
"execution_count": 14,

openpiv/examples/notebooks/test3.ipynb

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)