Changelogs

Summary of developments of dabeplech library.

v0.5

v0.5.0

  • Update docs and docstring format (pydocstyle and black)

  • Reformat and changes import path models and scrappers

v0.4

v0.4.0

v0.3

v0.3.0

v0.2

v0.2.0

v0.1

v0.1.1

  • Fix bug and deal with variant of NCBI taxonomy item page (e.g. tax_id=12345)

v0.1.0

v0.0

v0.0.6

v0.0.5

v0.0.4

  • Replace models for pathway and ko list by simpler model

v0.0.3

v0.0.2

  • Add parser for KEGG pathway response

v0.0.1

This is the first release of dabeplech:

  • Parser for KEGG orthology response

  • Base structure for KEGG API

    • Return structured dict if parser available

    • If no parser available, return raw response from KEGG API

  • Base structure for TogoWS API