0.1.0
🚀 Features
🐛 Bug Fixes
Update Dockerfile, fix imports, and lint docstrings. @willgraf (#9)
- Update Dockerfile to use published
deepcell-tfimages. - Change
opencv-pythontoopencv-python-headlessfor a smaller, lighter installation (Fixes #4) - Lint a bunch of docstrings
- Fix import ordering with
isort - Ignore
training.pyfrom coverage reports. - Add
.ideadirectory to.gitignoreand remove it from the project.
Existing issues:
rn_classification_headuses imports that don't existgene_counts_DBSCAN:DBSCANis never imported
🧰 Maintenance
Update README badges and other minor touchups for first release. @willgraf (#12)
- update link for coverage badge
- add license badge
- updates
.gitattributesto ignore the Jupyter notebooks from code statistics. - replace space with
-in package name - fix python_requires definition in setup.py
- publish docker images on release.
📚️ Documentation
Update Dockerfile, fix imports, and lint docstrings. @willgraf (#9)
- Update Dockerfile to use published
deepcell-tfimages. - Change
opencv-pythontoopencv-python-headlessfor a smaller, lighter installation (Fixes #4) - Lint a bunch of docstrings
- Fix import ordering with
isort - Ignore
training.pyfrom coverage reports. - Add
.ideadirectory to.gitignoreand remove it from the project.
Existing issues:
rn_classification_headuses imports that don't existgene_counts_DBSCAN:DBSCANis never imported