Skip to content

Releases: cyang-kth/fmm

OSM removed

05 Dec 19:44
Compare
Choose a tag to compare
OSM removed Pre-release
Pre-release
  • The function to read the network file directly from OSM data is removed.
  • Header file is also installed into the system locations.

v.0.1.0

26 Nov 16:21
2d87a19
Compare
Choose a tag to compare
v.0.1.0 Pre-release
Pre-release

Features

  • Read network from OSM/shapefile
  • Web demo
  • fmm and stmatch
  • hexagon matching

v0.0.3 marked

24 Mar 20:41
Compare
Choose a tag to compare
v0.0.3 marked Pre-release
Pre-release

This release is not used for production use, it is just a marker as a lot of important features are planned to be added to the repo.

Updated features:

  • Bugs fixed in version inconsistency
  • Contribution code, issue template added.

v0.0.2 (2020-2-1)

01 Feb 22:38
Compare
Choose a tag to compare
v0.0.2 (2020-2-1) Pre-release
Pre-release

Added

  • Log level added in the configuration file

Changed

  • Index of nodes and edges is maintained by the network together with id.
  • UBODT rows now store node and edge index instead of ID
  • Code formatted and cleaned #36
  • Remove pointer with reference
  • Routing with boost graph library is removed with custom heap #42
  • Network graph omp is removed. The function is moved to network graph.

Initial version tagged

01 Feb 20:37
Compare
Choose a tag to compare
Pre-release

Features

  • Input with shapefile and output with CSV
  • Custom output fields
  • Web demo
  • Python API
  • OpenMP support