Skip to content

v0.9.0

Compare
Choose a tag to compare
@w1th0utnam3 w1th0utnam3 released this 18 Apr 18:24
· 117 commits to main since this release
  • Upgrade to Rust edition 2021
  • Lib: Update to nalgebra 0.32.1
  • Lib: Support for writing particles as JSON
  • Lib: Support for writing particles as BGEO
  • CLI: Support for new writers in convert subcommand
  • Lib: Rename AxisAlignedBoundingBox*d typedefs to Aabb3d and Aabb2d
  • Lib: Support reading VTU (VTK XML) files
  • CLI: Support reconstruction of particles from VTU (VTK XML) files, including attributes
  • CLI: Support for specifying an output pattern (e.g. "surface_{}.obj") using --output-file/-o when processing sequences of files, this allows to specify a different output format than VTK for sequences (which was the only available output format for sequences before)
  • CLI: Files belonging to a sequence are now detected by treating the placeholder "{}" as a "(\d+)" regex (i.e. any number of digits) and sorting the matching files lexicographically (previously, the tool just counted up from 1)