File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fast_paths"
3
- version = " 0.1.1-SNAPSHOT "
3
+ version = " 0.2.0 "
4
4
authors = [
" easbar <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " Fast shortest path calculations on directed graphs made possible by pre-processing the graph using Contraction Hierarchies"
Original file line number Diff line number Diff line change
1
+ 0.2.0 add clone and copy derives, #26
2
+ faster fast_graph building
3
+ faster queries (stall on demand optimization), #18
4
+ fix serious performance regression for Rust >=1.45, #21
5
+ remove rand and bincode dependencies, #17
6
+ allow storing the graph for 32bit systems on a 64bit system, #14
7
+ WebAssembly compatibility, #11
8
+ deterministic fast_graph building, #10
9
+ license change to dual MIT/Apache 2.0, #4
1
10
0.1.1 adds travis and meta information to Cargo.toml
2
11
0.1.0 initial version
You can’t perform that action at this time.
0 commit comments