Skip to content

Commit b0cf84a

Browse files
committed
Update changelog
1 parent e727a23 commit b0cf84a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
## Master
22

3+
## Version 0.7.0
4+
35
- Lib: Fix a bug that caused the neighborhood search results to be incomplete
46
- Lib: Update to `nalgebra` 0.27. with const generics and removed usage of `nalgebra` types that are deprecated
7+
- Lib: Add a "naive" `O(n^2)` neighborhood search for testing purposes
8+
- Lib: Rename other neighborhood search functions to `neighborhood_search_spatial_hashing` and `neighborhood_search_spatial_hashing_parallel`
59
- CLI: Add a command line option `--output-normals` to the `reconstruct` sub-command to write mesh normals to the output file. Note that currently the normals are only computed using an area weighted average of triangle normals.
610
- CLI: Change the `convert` sub-command to allow both conversion of particle files and conversion of mesh formats. Instead of using the `--input` option you now have to either use the `--particles` or `--mesh` option to specify the input file depending on whether you want to convert a particle or mesh file. For particles `VTK, BGEO, PLY, XYZ, JSON -> VTK, PLY` is supported. For meshes only `VTK, PLY -> OBJ` is supported.
711
- CLI: Add JSON files as supported particle input file
812
- CLI: Change the command line option to specify a sequence of input files from `--input-sequence-pattern` to `--input-sequence`
913

10-
### Short-term goals
11-
- Implement export of surface normals via the CLI
12-
1314
## Version 0.6.1
1415

1516
- Lib: Add docs.rs metadata to manifest to document all features and to build only for a single target

0 commit comments

Comments
 (0)