Skip to content

Releases: engri-1101/vinal

v0.0.7

03 May 14:54

Choose a tag to compare

v0.0.7 Pre-release
Pre-release
Update bokeh plot.circle -> plot.scatter as plt.circle with size
argument has been deprecated

v0.0.6

29 Sep 17:18

Choose a tag to compare

v0.0.6 Pre-release
Pre-release
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

15 Aug 00:57

Choose a tag to compare

v0.0.5 Pre-release
Pre-release
This release addresses an issue with displaying images on the Google
Colab and Codio platforms.

v0.0.4

10 Feb 02:23

Choose a tag to compare

v0.0.4 Pre-release
Pre-release
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

26 Jul 22:34

Choose a tag to compare

v0.0.3 Pre-release
Pre-release
Bug fix:
- Use default line_dash option to avoid Bokeh bug.

v0.0.2

26 Jul 22:37

Choose a tag to compare

v0.0.2 Pre-release
Pre-release
Bug fix:
- Fixed MANIFEST.in so that .js resource files are included.

Initial Development Release

04 Feb 16:53

Choose a tag to compare

Pre-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.