Skip to content

Commit

Permalink
push to 0.15.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat authored Feb 18, 2025
1 parent 497395f commit 88c4482
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ include = ["**/*.rs", "**/*.wgsl", "**/*.md", "**/Cargo.toml"]
keywords = ["robotics", "optimization"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sophus-vision/sophus-rs/"
version = "0.14.0"
version = "0.15.0"

[workspace.dependencies]
sophus = { path = "crates/sophus", version = "0.14.0" }
sophus_autodiff = { path = "crates/sophus_autodiff", version = "0.14.0" }
sophus_tensor = { path = "crates/sophus_tensor", version = "0.14.0" }
sophus_image = { path = "crates/sophus_image", version = "0.14.0" }
sophus_lie = { path = "crates/sophus_lie", version = "0.14.0" }
sophus_geo = { path = "crates/sophus_geo", version = "0.14.0" }
sophus_spline = { path = "crates/sophus_spline", version = "0.14.0" }
sophus_sensor = { path = "crates/sophus_sensor", version = "0.14.0" }
sophus_opt = { path = "crates/sophus_opt", version = "0.14.0" }
sophus_timeseries = { path = "crates/sophus_timeseries", version = "0.14.0" }
sophus_renderer = { path = "crates/sophus_renderer", version = "0.14.0" }
sophus_sim = { path = "crates/sophus_sim", version = "0.14.0" }
sophus_viewer = { path = "crates/sophus_viewer", version = "0.14.0" }
sophus = { path = "crates/sophus", version = "0.15.0" }
sophus_autodiff = { path = "crates/sophus_autodiff", version = "0.15.0" }
sophus_tensor = { path = "crates/sophus_tensor", version = "0.15.0" }
sophus_image = { path = "crates/sophus_image", version = "0.15.0" }
sophus_lie = { path = "crates/sophus_lie", version = "0.15.0" }
sophus_geo = { path = "crates/sophus_geo", version = "0.15.0" }
sophus_spline = { path = "crates/sophus_spline", version = "0.15.0" }
sophus_sensor = { path = "crates/sophus_sensor", version = "0.15.0" }
sophus_opt = { path = "crates/sophus_opt", version = "0.15.0" }
sophus_timeseries = { path = "crates/sophus_timeseries", version = "0.15.0" }
sophus_renderer = { path = "crates/sophus_renderer", version = "0.15.0" }
sophus_sim = { path = "crates/sophus_sim", version = "0.15.0" }
sophus_viewer = { path = "crates/sophus_viewer", version = "0.15.0" }

approx = "0.5"
as-any = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ sophus-rs builds on stable.

```toml
[dependencies]
sophus = "0.14.0"
sophus = "0.15.0"
```

To allow for batch types, such as BatchScalarF64, the 'simd' feature is required. This feature
Expand All @@ -260,7 +260,7 @@ are no plans to rely on any other nightly features.

```toml
[dependencies]
sophus = { version = "0.14.0", features = ["simd"] }
sophus = { version = "0.15.0", features = ["simd"] }
```

## Crate Structure and Usage
Expand Down

0 comments on commit 88c4482

Please sign in to comment.