Skip to content

Commit ebfcb59

Browse files
committed
release: v0.5.7
1 parent bd0510b commit ebfcb59

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [0.5.7] - 2025-11-16
4+
- With togo 0.7 aabb 0.7
5+
36
## [0.5.6] - 2025-11-02
47
- Opt 12- build_graph() with spatial index (34%-54%)
58

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "offroad"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
description = "2D offsetting for arc polylines/polygons."
55
rust-version = "1.88"
66
edition = "2024"
@@ -15,8 +15,8 @@ readme = "README.md"
1515

1616

1717
[dependencies]
18-
togo = "0.6"
19-
aabb = "0.6"
18+
togo = "0.7"
19+
aabb = "0.7"
2020
robust = "1.2"
2121

2222
[lib]

benches/bench_offset_multiple.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,9 @@ Total time for 20000 offset operations: 1.407260869s
7070
Average time per operation: 70.363µs
7171
Operations per second: 14212.0
7272
_____________________________________________________
73+
Total time for 20000 offset operations: 1.469101479s
74+
Average time per operation: 73.455µs
75+
Operations per second: 13613
76+
_____________________________________________________
7377
7478
*/

benches/bench_offset_multiple200.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ Total time for 1980 offset operations: 4.004032514s
8686
Average time per operation: 2.022238ms
8787
Operations per second: 494.5
8888
__________________________________________________________
89+
8990
*/

0 commit comments

Comments
 (0)