Jan Cap
Jan Cap
This is my second refactoring pull request. First was #1302 My aim is to replace dictionaries with classes for easier feature developing. * new dataclasses for series description and series...
### Current Behaviour Hello, I'm sorry to ask, but what happened to git history of repo? Should I Rebase all my feature branches to actual version of develop? I have...
In python world, new standard for package configuration is `pyproject.toml`. So I moved all static config from `setup.py` to `pyproject.toml`. * move all static package setup from `setup.py` to `pyproject.toml`...