Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.57 KB

File metadata and controls

52 lines (41 loc) · 1.57 KB

Change Log

1.0.1 (2020-01-31)

  • update from template-python
  • use poetry 1.0.x

1.0.0 (2019-09-01)

  • rework documentation build process (see mkdocs folder)
  • configure github page under master/docs
  • configure documentation site on pypi
  • add doc style on all function
  • standardize parameter name
  • fix dev documentation dependency

0.1.2 (2019-07-05)

  • Stable version flag
  • Remove alpha note

0.1.1 (2019-07-05)

Removed version due to configuration error.

0.1.0 (2019-07-05)

  • Added Project Management:
  • initial project structure based on jacebrowning/template-python
    • initial project configuration
    • follow Semantic Versioning
    • configure travis-ci
    • publish alpha version (not functional) on pypi
    • configure coverage
    • configure scrutinizer
    • remove pylint.ini to a simple .pylintrc (add ide support)
    • disable pylint bad-continuation (bug with pep8 formater)
    • declare extra dependency
    • configure black and isort
    • refactorise makefile poetry run
    • introduce flake8 as linter
  • Documentation:
  • Code:
    • define 'definition' module to declare all common definiton of btree
    • define 'utils' module to declare few async function like afilter, amap
    • fix flake8 syntax error
    • fix mypy typing error
    • add basic test unit
    • fix typing declaration
    • complete code coverage