Releases: GunnarFarneback/LongestPaths.jl
Releases · GunnarFarneback/LongestPaths.jl
v0.2.4
LongestPaths v0.2.4
Update compat settings to get dependencies working again.
Merged pull requests:
- Bump Cbc and Clp compat. (#6) (@GunnarFarneback)
v0.2.3
LongestPaths v0.2.3
Transition from LightGraphs to Graphs.
Merged pull requests:
- Switch from LightGraphs to Graphs (#5) (@GunnarFarneback)
v0.2.2
LongestPaths v0.2.2
Replace MathProgBase with direct use of Cbc and Clp. Upgrade Cbc and Clp versions.
v0.2.1
LongestPaths v0.2.1
Preprocess graphs by default. Opt-in option to reduce unbranched parts of the graph.
Closed issues:
- TagBot trigger issue (#3)
Merged pull requests:
- Weighted paths (#1) (@GunnarFarneback)
- Add graph preprocessing. (#2) (@GunnarFarneback)
v0.1.0
LongestPaths v0.1.0
First registered version.