Releases: vvflow/vvflow
Releases · vvflow/vvflow
v2.4.0
Fixed
- Fix diffusion velocity formula. It eliminates outlying vortices and spikes (noise) in resulting forces.
Changed
-
Significantly refactor command-line UX and update README.
-
Merge
vvcomposefunctionality withvvflow. The symlink is preserved for the compatibility. -
Remove obsolete
vvgenscript. Its functions are performed byvvflow. -
Add
gpquick --sizeoption for adjusting image size. -
Write
gpquickresulting image to the--outputfile instead of stdout. -
Add
gpquick --dump-scriptoption which prints the gnuplot sctipt to stdout. -
Revise manpages
man vvflow,man vvxtract,man vvplot. -
Provide
--helpoption for all commands in addition to manpages.
v2.3.0
v2.2.2
v2.2.1
v2.2.0
Added
- New vvplot option
-Ufor plotting a velocity field. - New vvplot option
--load-fieldfor plotting side-prcessed fields.
Changed
- Replace
libmathevalprocessor with Lua. - Build (almost) all third-party libraries statically.
- Move CI from Bitbucket to the GitHub.
- Replace
googletesttesting framework withcppunit.
Fixed
- Segmentation fault in vvplot due to stack-use-after-scope bug.