Skip to content

Releases: p13i/Traveling-Salesperson-Problem

Release 1.0.0

14 Apr 02:56
Compare
Choose a tag to compare

Release 1.0.0

Breaking changes

Name of this repository

The name of this repository has changed from Traveling-Salesman-Problem to Traveling-Salesperson-Problem in order to be genderless.

Importing this package

The new way to import this package is:

import gt_tsp

instead of

import tsp

Full change list:

  • Update numpy requirement so that the project builds
  • Rename package import to gt_tsp instead of tsp (#2)
  • Fix important import issues (#1)
  • Add support for more Python versions
  • Add Python version checks
  • Fix how INFINITY value is defined so that it works with both Python 2 and 3
  • Add support for flake8 a linter and type-checker
  • Conform to PEP8 formatting guidelines
  • Add Bash scripts to ./bin/ folder
  • Make tests DRY
  • Fix build issues with Travis CI