Skip to content

Commit fee17ad

Browse files
committed
Release 1.0.0
1 parent 78133c3 commit fee17ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast_paths"
3-
version = "0.3.0-SNAPSHOT"
3+
version = "1.0.0"
44
authors = ["easbar <[email protected]>"]
55
edition = "2018"
66
description = "Fast shortest path calculations on directed graphs made possible by pre-processing the graph using Contraction Hierarchies"

changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.3.0 (not yet released)
1+
1.0.0 [May 4th 2024]
22
smaller package size (excluded test maps)
33
breaking: add max_settled_nodes parameters to Params, important performance tuning for graphs with large-weight edges, #37
44
add InputGraph::to_file, #35

0 commit comments

Comments
 (0)