Skip to content

Releases: brooksandrew/postman_problems

postman_problems v0.4

12 May 17:01
232714e
Compare
Choose a tag to compare

Small update to support more recent networkx verisons. Changed from networkx==2.0 to networkx >= 2.0. Tested on most recent version (v2.8). Updated CI to use latest versions for guarding against future breaking changes. See #68

postman_problems v0.3

13 May 18:34
4e38476
Compare
Choose a tag to compare

Pins networkx to 2.0, as 2.1 introduced some backwards incompatible API changes (See #60).

postman_problems v0.2

05 Oct 05:18
Compare
Choose a tag to compare

Features:

  • Adds Rural Postman algorithm (for graphs where required edges form a single connected component when optional edges are removed)
  • Simplifies CLI API
  • Adds Star RPP example
  • Adds Sleeping Giant RPP example
  • Postman solution summary of route
  • Adds plotting for base graph with edge attributes (distance)
  • Simplifies eulerian circuit to use keys of MultiGraph (feature added in Networkx 2.0)
  • Updates README with new API, examples, etc

postman_problems v0.1.1

24 Sep 04:18
Compare
Choose a tag to compare
  • Updating to networkx 2.0 which introduced some backwards incompatible API changes. Postman_problems release 0.1 will work on earlier < 2.0 networkx versions (i.e. 1.11, etc)
  • Updating docs to RST to render nicely on PyPI
  • README tweaks
  • updated README w PyPI download instructions now that package is uploaded to PyPI

postman_problems v0.1

18 Sep 03:36
Compare
Choose a tag to compare

Hello World release.

Contains tools to solve and visualize the Chinese Postman Problem. Two examples are provided (Seven Bridges and Sleeping Giant).

See README.md for more details.