Skip to content

Commit b1c22d5

Browse files
committed
Update to nalgebra 0.29.0
1 parent edb5a26 commit b1c22d5

3 files changed

Lines changed: 28 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Master
22

3-
- Lib: Update to `nalgebra` 0.28
3+
- Lib: Update to `nalgebra` 0.29
44
- Lib: Replace some unsafe blocks by using `bytemuck` instead
55
- Lib: Redesign the API for SPH kernel functions
66
- Lib: Add module `sph_interpolation` for the interpolation of normals, scalar fields and vector fields to arbitrary points using SPH based interpolation

Cargo.lock

Lines changed: 26 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

splashsurf_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ io = ["vtk_extras", "vtkio", "ply-rs", "nom", "serde_json", "flate2"]
3737

3838
[dependencies]
3939
log = "0.4"
40-
nalgebra = { version = "0.28", features = ["rand", "bytemuck"] }
40+
nalgebra = { version = "0.29", features = ["rand", "bytemuck"] }
4141
num = "0.4"
4242
anyhow = "1.0"
4343
thiserror = "1.0"

0 commit comments

Comments
 (0)