Releases: engri-1101/vinal
Releases · engri-1101/vinal
v0.0.6
This release addresses an issue with the create tour visualization where the visualization broke if a user clicked through the nodes too quickly.
v0.0.5
This release addresses an issue with displaying images on the Google Colab and Codio platforms.
v0.0.4
Bokeh released v3.0.0 in November 2022. This release of vinal adds compatability with bokeh>=3 as well as networkx>=3. Furthermore, the supported Python versions was updated to 3.8 through 3.10. Bug fixes: - Add default name attribute to nodes with node location - Eliminate use of deprecated Pandas append method
v0.0.3
Bug fix: - Use default line_dash option to avoid Bokeh bug.
v0.0.2
Bug fix: - Fixed MANIFEST.in so that .js resource files are included.
Initial Development Release
This software was developed for Cornell's introductory operations research course ENGRI 1101. It will take the place of the previous web-based implementation. This release contains the core functionality of the package. The build module provides functions to generate graphs from CSV files. The algorithms module contains python implementations of multiple graph algortithms for the shortest path problem, MST, and the TSP. Lastly, the plot module uses bokeh to plot tours/trees, show the iterations of an algorithm, create tours/trees, and run Dijkstra's or an MST algorithm in an assisted fashion.