Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Click, add .gitignore, format code, and use Poetry #8

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
50826a7
Fix svs2dask_array
sumanthratna Mar 12, 2020
e3e0de6
Merge pull request #7 from jlevy44/dev_object_detection
jlevy44 Mar 13, 2020
4e7fa96
Merge pull request #6 from sumanthratna/master
jlevy44 Mar 13, 2020
a18f078
Add .gitignore
sumanthratna Mar 13, 2020
582bf1b
Merge remote-tracking branch 'upstream/master'
sumanthratna Mar 13, 2020
798fccd
Lint and format code
sumanthratna Mar 14, 2020
a89cfa2
Rebuild and update docs
sumanthratna Mar 14, 2020
0b6e8ff
Fix parameter names and types in docs
sumanthratna Mar 14, 2020
0a34204
Add publish script
sumanthratna Mar 15, 2020
cab0498
Add svs2dask_array test
sumanthratna Mar 15, 2020
7e529cd
Add large files to Git LFS
sumanthratna Mar 15, 2020
f27becb
Adding optimization level
jlevy44 Mar 16, 2020
5dee239
Programmatically download test file
sumanthratna Mar 16, 2020
b09ca93
Merge branch 'master' of github.com:jlevy44/PathFlowAI
sumanthratna Mar 16, 2020
871b6e3
First attempt at docker.. Need nvidia-docker and singularity
jlevy44 Mar 16, 2020
4869050
Add Travis CI
sumanthratna Mar 20, 2020
9d20541
Fix setup.py entry_points
sumanthratna Mar 21, 2020
663db89
Add OpenSlide installation to Travis
sumanthratna Mar 21, 2020
b6edc15
Add Travis badge to README
sumanthratna Mar 21, 2020
9b4b78d
Rebuild docs, make scripts executable, and update dependencies
sumanthratna Mar 21, 2020
4fdde7f
Add Black to Travis
sumanthratna Mar 22, 2020
b3db849
Install Black in Travis
sumanthratna Mar 22, 2020
42d3f7e
Updates to dockerfile
jlevy44 Mar 22, 2020
672c92d
changed capitalization of docker
jlevy44 Mar 22, 2020
ebc7aee
Merge pull request #11 from jlevy44/dockerfile
jlevy44 Mar 22, 2020
1b1f51b
Bump psutil from 5.6.3 to 5.6.6 in /docker
dependabot[bot] Mar 22, 2020
ce7c4d4
Merge pull request #12 from jlevy44/dependabot/pip/docker/psutil-5.6.6
jlevy44 Mar 22, 2020
716574c
Merge branch 'master' of github.com:jlevy44/PathFlowAI
sumanthratna Mar 22, 2020
0606903
Add test_preprocessing_pipeline
sumanthratna Mar 22, 2020
bd1e7e7
Test preprocessing pipeline CLI
sumanthratna Mar 22, 2020
1e5d2c3
Verify file creation for preprocessing
sumanthratna Mar 22, 2020
f9620b0
Replace preprocessing test data
sumanthratna Mar 23, 2020
2e27248
Merge branch 'master' of github.com:jlevy44/PathFlowAI
sumanthratna Mar 25, 2020
e2f3836
Convert TCGA sample to npy for testing segmentation
sumanthratna Mar 25, 2020
e8fd702
Fix Travis build
sumanthratna Mar 25, 2020
d7da285
Fix Travis build v2
sumanthratna Mar 25, 2020
0f44010
Improve targets in publish script
sumanthratna Mar 25, 2020
48d9fbd
Fix help command in publish script
sumanthratna Mar 25, 2020
ca2ef13
Fix Docker username in publish script
sumanthratna Mar 25, 2020
ffc5312
Merge branch 'master' of github.com:jlevy44/PathFlowAI
sumanthratna Mar 26, 2020
59185e1
Merge branch 'master' of github.com:jlevy44/PathFlowAI
sumanthratna Mar 27, 2020
762eef7
Update dependencies
sumanthratna Apr 5, 2020
76cf4f7
Use np.testing in unit tests
sumanthratna May 4, 2020
07f4e08
Add NVIDIA apex to pyproject.toml
sumanthratna May 4, 2020
ce32da7
Fix Travis build
sumanthratna May 5, 2020
2d7d4b4
Fix Travis build v2
sumanthratna May 5, 2020
70324e7
Fix Travis build v3
sumanthratna May 5, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' of github.com:jlevy44/PathFlowAI
sumanthratna committed Mar 27, 2020
commit 59185e1696137b07ddbf17cf0d522d00ab5b23a5
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -9,6 +9,9 @@ tests/output.pkl
tests/output_zarr.zarr
tests/patch_information.db

# Dask.distributed
dask-worker-space/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
39 changes: 20 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# -*- coding: utf-8 -*-
from setuptools import setup
# from setuptools.command.install import install
# import subprocess
# import os
PACKAGES = [
'pandas',
'numpy',
'dask[dataframe]',
'distributed',
'nonechucks',
'dask-image',
'opencv-python',
'scikit-learn',
'scipy',
'umap-learn',
'pysnooper',
'tifffile',
'seaborn',
'scikit-image',
'openslide-python',
'Shapely',
'click==6.7',
'torch',
'torchvision',
'albumentations',
'GPUtil',
'beautifulsoup4',
'plotly',
'xarray',
'matplotlib',
'networkx',
'shap',
'pyyaml',
'torch-encoding',
# 'lightnet',
'brambox',
'blosc',
'numcodecs',
'zarr',
'pytorchcv',
'h5py',
'timm'
]

scripts = ["bin/install_apex", "bin/install_lightnet"]

You are viewing a condensed version of this merge commit. You can view the full changes here.