Skip to content

Release candidate 2.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ehashman ehashman released this 18 Nov 22:36
2.0rc1
c57bafd

User-facing changes

  • [FEATURE] manylinux2010 policy support (#92, #130)
  • [FEATURE] Drop Python 3.4 support and add Python 3.7 support (#127)

Housekeeping

  • Replace print statements with logger. (#113)
  • Many small code cleanup PRs:
    • Update Python versions in README and setup.cfg (#123)
    • Remove unneeded parentheses (#122)
    • Use a Pythonic context manager (#118)
    • Remove unused variables and imports (#121, #117)
    • Use Python 3 class syntax (#119)
    • Fix log.warn deprecation warning (#120)
  • Fix Travis flakiness by disabling caches and remove broken auto-deployments (#128)