platipy icon indicating copy to clipboard operation
platipy copied to clipboard

Repository cleaning tasks

Open pchlap opened this issue 4 years ago • 0 comments

  • [ ] make pylint pass (rename variables + function + class names)
  • [x] add docstrings for all functions + classes
  • [x] rename/move modules where needed
  • [x] add unit tests (with synthetic data)
  • [x] auto generate docs and run unit tests on GitHub
  • [x] update README
  • [x] Freeze and clean up 3rd party library requirements
  • [ ] make all functions support pathlib Path
  • [x] Strip content from Jupyter notebooks on commit
  • [x] clean example Notebooks with description and link to Google Colab
  • [x] Update Jupyter notebooks to use new TCIA downloaded data
  • [x] Render Jupyter notebooks for docs using nbshpinx

pchlap avatar Feb 22 '21 23:02 pchlap