Releases: smortezah/smashpp
Releases · smortezah/smashpp
23.09
22.08
What's new:
- Fixed the segmentation fault bug
- Added
jsonformat support, in addition topos. Usage by-fmtor--formatoption:./smashpp -r ref -t tar -fmt jsonand./smashpp viz -o simil.svg ref.tar.json. The visualizer automatically detects format of the position file - Added long options support for all options of Smash++ and the visualizer, e.g.,
./smashpp --reference ref --target tar --level 1 --format jsonand./smashpp -r ref -t tar -l 1 -fmt jsonare equivalent - Added
vizin addition to-vizfor the visualizer. Usage:./smashpp viz -o simil.svg ref.tar.pos - New help page for Smash++ and the visualizer. Usage
./smashppor./smashpp viz - New docker image:
smortezah/smashpp:22.08, based onubuntu:22.04