Skip to content

Commit 151592e

Browse files
authored
Merge pull request #303 from alexlib/master
bump to 0.25.1
2 parents 097d6e5 + f1b19a6 commit 151592e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openpiv/PIV_3D_plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def quiver_3D(
313313
colors = [c for c, d in zip(colors, df) if d > 0] + list(
314314
chain(*[[c, c] for c, d in zip(colors, df) if d > 0])
315315
)
316-
# colors in ax.quiver 3d is really fucked up/ will probably change with updates:
316+
# colors in ax.quiver 3d will probably change with updates:
317317
# requires list with: first len(u) entries define the colors of the shaft, then the next len(u)*2 entries define
318318
# the color ofleft and right arrow head side in alternating order. Try for example:
319319
# colors = ["red" for i in range(len(cf))] + list(chain(*[["blue", "yellow"] for i in range(len(cf))]))

setup.py

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

1111
setup(
1212
name="OpenPIV",
13-
version='0.25.0',
13+
version='0.25.1',
1414
packages=find_packages(),
1515
include_package_data=True,
1616
long_description=long_description,

0 commit comments

Comments
 (0)