Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 399 Bytes

CHANGES.md

File metadata and controls

14 lines (10 loc) · 399 Bytes

Changes

2.0.1 / 2.0.2

  • Fix ImportError introduced in 2.0.0

2.0.0

  • Added a Makefile
  • Substantially refactored FFX to modernize the codebase. Broke up core.py into a module.
  • Replaced custom CLI tooling with Click
  • Adopted pytest for tests; improved test coverage
  • Updated Travis CI to use a modern Python build matrix
  • Added pylint, isort, black. See the make validate command