Skip to content

Commit 6bc0388

Browse files
committed
Prepare 0.14.0 release
1 parent c98e4bb commit 6bc0388

File tree

9 files changed

+253
-212
lines changed

9 files changed

+253
-212
lines changed

CHANGELOG.md

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

55
- N/A
66

7+
## Version 0.14.0
8+
9+
- Lib: Implement AVX and NEON variants of f32 cubic spline kernel
10+
- Lib: Implement AVX and NEON variants of particle to grid levelset evaluation in subdomain-based reconstruction
11+
- CLI: Add `--simd=on/off` CLI flag to enable/disable use of SIMD in kernels and levelset evaluation if supported by the CPU
12+
- Py: Add `simd` argument to `reconstruction_pipeline` and `reconstruct_surface` to enable/disable use of SIMD in kernels and levelset evaluation if supported by the CPU
13+
714
## Version 0.13.0
815

916
- Py: Major refactor of the Python bindings, interface is much simpler and more "pythonic"

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ abstract: >-
2121
Splashsurf is a surface reconstruction tool and framework
2222
for reconstructing surfaces from particle data.
2323
license: MIT
24-
version: 0.13.0
25-
date-released: '2025-09-02'
24+
version: 0.14.0
25+
date-released: '2025-09-15'

0 commit comments

Comments
 (0)