Releases: cyang-kth/fmm
Releases · cyang-kth/fmm
OSM removed
- 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
v0.0.3 marked
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)
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
Features
- Input with shapefile and output with CSV
- Custom output fields
- Web demo
- Python API
- OpenMP support