Skip to content

Ascender 0.1.0

Compare
Choose a tag to compare
@gatheluck gatheluck released this 11 Aug 14:10
· 82 commits to master since this release
14ea907

0.1.0 (2022-07-08)

Ascender 0.1.0 is out!

Major features in Ascender 0.1.0

  • Container: Use of Docker reduces development environment dependencies and improves code portability.
  • Virtual environment / package management: Package management using Poetry improves reproducibility of the same environment.
  • Coding style: Automatic code style formatting using Black, Flake8, and isort.
  • Static type check: Static type checking with Mypy to assist in finding bugs.
  • pytest: Easily add test code using pytest.
  • GitHub features: Some useful features, workflow for style check and test for pull request, issue template, etc. are pre-implemented.