Skip to content

Commit f647828

Browse files
committed
Prepare release
1 parent be608e0 commit f647828

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ The following changes are present in the `main` branch of the repository and are
44

55
- No major changes since last release
66

7+
## Version 0.9.3
8+
9+
- CLI: Make input filename/input sequence pattern a positional argument instead of separate arguments, arguments `--input-file` and `--input-sequence` are removed
10+
- CLI: Introduce some short arguments: `-r` for `--particle-radius`, `-l` for `--smoothing-length`, `-c` for `--cube-size`, `-t` for `--surface-threshold`
11+
- CLI: Add arguments `-s`/`--start-index` and `-e`/`--end-index` to specify the first and last index to process for a sequence of files
12+
- CLI: Process sequences of files in natural sort order instead of alphabetical order
13+
- CLI: Show progress bar when reconstructing a sequence of files
14+
715
## Version 0.9.2
816

917
- Lib: In the `UniformCartesianCubeGrid3d::from_aabb` constructor, re-align the min-coordinate of the AABB to multiples of the cube size by default. This way multiple frames of an animation will be automatically consistent in terms of marching cubes grid alignment without having to manually specify an AABB for the entire simulation.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

splashsurf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "splashsurf"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Fabian Löschner <[email protected]>"]
55
license = "MIT"
66
description = "Command-line tool for surface reconstruction of SPH particle data"

0 commit comments

Comments
 (0)