Releases: harryhaller001/keggtools
Releases · harryhaller001/keggtools
1.1.0
1.0.4
- Add function
msig_to_kegg_id
to convert MSigDB to KEGG pathway id
1.0.3
Update KGML parser, update docs, dropping py38 and py39 support
- New parser for KGML files implemented with
pydantic
- Updated minimal required python version to 3.10
- Adding pytyped marker
- Docs theme updated to
sphinx-book-theme
- Updates to CI/CD pipeline. Docs are published to Github pages via action.
- Larger changes to development environment: ruff and default linter, changes to linting rules
1.0.2
- Upgrade from Python 3.6 to 3.8 as minimal supported version
1.0.1
- Add more pathways to
const
module - Remove code duplication
- Switch development from
pylint
toflake8
- Publish docs at keggtools.org
1.0.0
First major version of keggtools
- Rename classes to shorter pattern
- Moving to
flit
backend andpyproject.toml
for packaging - Updates to example analysis with jupyter notebook
- Better documentation for package and the KGML format
0.5.0
Initial public release