- Migrated FFX to uv / ruff and removed Travis CI for Github Actions
- Fix ImportError introduced in 2.0.0
- Added a Makefile
- Substantially refactored FFX to modernize the codebase. Broke up
core.pyinto 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 validatecommand