v0.7.1 comes with potential issue fixes as below.
1. Adopt PEP8 on comparisons to None in utils.py. The previous implementation would discard attributes with value 0;
2. Add connectivity check for each OD pair. Raise exception if there are no valid OD volumes/demands;
3. For DTALite, if the link type of a link in link.csv is not defined settings.csv, set its value as 2 (i.e., Major arterial). Otherwise, execution of DTALite would be terminated due to undefined link types. Recompile DTALite with this change for Windows, Linux, and macOS. The details can be found under commit 8f3ced5 in https://github.com/jdlph/DTALite/;
4. Add special output to find_shortest_path() if no path exists between two different nodes;
5. Print out directory information for the following output functions, i.e., output_columns(), output_link_performance(), output_agent_paths(), _output_accessibility(), and _output_accessibility_aggregated().