Skip to content

Version Release v0.1.5

Latest
Compare
Choose a tag to compare
@anuragithub anuragithub released this 25 Sep 19:19
5403bc8

Release v0.1.5

This release features, some improvements on existing functionalities:

  • Added auto-linting via a pre-commit hook. Black + flake8 is being used.
  • Added test-cases using unittest
  • Split requirements between dev and regular ones:
    -- requirements.dev.txt
    -- requirements.txt
  • Use of pip compile to generate the requirements file.
  • Added the Yate's correction logic to not use it on a 2x2 matrix.
  • Added circle-ci based workflows for:
    -- Running test-cases on develop branch commits.
    -- Running test-cases, build and publish on pypi when newer commits on master.