* Adds JSONSerializable class for more explicit inheritance, improves CLI * Adds mixin for dicom -> json dataset conversion
0.8.1
* Adds single cli method to convert DICOM to annotated JSON (13) * Adds tag decription to annotated JSON (AnnotatedDataset)
0.7.1
* Adds missing readme, license, repo to project description
0.7.0
* Replaces readthedocs with simple markup readme * Renames and refactors code, removes outdated and disused code * Adds AnnotatedDataset, a json representation of a Dataset, with annotations per tag. No docs yet, sorry, alpha!
0.6.0
* Moves to PEP517-consistent poetry package management * Adds flake and mypy checks * Lints all code flake8 and mypy * Removes python 3.7 support