Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 873 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 873 Bytes

Changelog

2020/11/03: v1.0.1

Changes

  • Additional release to fix upload to PyPI

2020/11/03: v1.0.0

Changes

  • Deprecating support for Python < v3.6
  • Upgrade SUTime to 4.0.0
  • Migrate from CircleCI to Travis CI
  • Migrate setup.py to Poetry for package and dependency management
  • Migrate to wemake-python-styleguide
  • Fix any issues reported by flake8
  • Add CI steps for safety, bandit, and pyre,
  • Add Python type hints and type checks using pyre
  • Leverage Python 3 standard libs, such as pathlib and importlib
  • Update docstrings with type hints in Google style
  • Fix bugs from recent PRs
  • Add Changelog and update Readme