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

Inference ONNX #367

Merged
merged 198 commits into from
Mar 20, 2024
Merged

Inference ONNX #367

merged 198 commits into from
Mar 20, 2024

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    c769f91 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Dana-Farber authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c71bc9b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Update README.md

    Dana-Farber authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c4a72ff View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Update README.md

    Dana-Farber authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0d78e45 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Dana-Farber authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0031f6e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Bump ipython from 7.31.1 to 8.10.0 in /docs

    Bumps [ipython](https://github.com/ipython/ipython) from 7.31.1 to 8.10.0.
    - [Release notes](https://github.com/ipython/ipython/releases)
    - [Commits](ipython/ipython@7.31.1...8.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: ipython
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    57782ab View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge pull request #346 from Dana-Farber-AIOS/dependabot/pip/docs/ipy…

    …thon-8.10.0
    
    Bump ipython from 7.31.1 to 8.10.0 in /docs
    jacob-rosenthal authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9d5ac7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f159f80 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    e2c29b9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Update README.md

    Add instructions for Google colab
    jacob-rosenthal authored May 5, 2023
    Configuration menu
    Copy the full SHA
    8553ee5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Update readthedocs-requirements.txt

    Added urllib3
    sreekarreddydfci authored May 9, 2023
    Configuration menu
    Copy the full SHA
    9631286 View commit details
    Browse the repository at this point in the history
  2. Update .readthedocs.yaml

    Added new build, due to conflicts with urllib3 recent updates.
    sreekarreddydfci authored May 9, 2023
    Configuration menu
    Copy the full SHA
    42c4cc8 View commit details
    Browse the repository at this point in the history
  3. Update .readthedocs.yaml

    Modified file
    sreekarreddydfci authored May 9, 2023
    Configuration menu
    Copy the full SHA
    912834f View commit details
    Browse the repository at this point in the history
  4. Update .readthedocs.yaml

    added build
    sreekarreddydfci authored May 9, 2023
    Configuration menu
    Copy the full SHA
    927c86e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb62e29 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    03e9b36 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    9b6ed8e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Update _version.py

    Update version
    sreekarreddydfci authored May 17, 2023
    Configuration menu
    Copy the full SHA
    837e8ec View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Update publish-to-pypi.yml

    Updated Ubuntu OS
    sreekarreddydfci authored May 18, 2023
    Configuration menu
    Copy the full SHA
    8b88380 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Update publish-to-pypi.yml

    Changed ubuntu version to 22.04
    sreekarreddydfci authored May 22, 2023
    Configuration menu
    Copy the full SHA
    9c91bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ac207f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f289495 View commit details
    Browse the repository at this point in the history
  4. Update publish-to-pypi.yml

    Changed Ubuntu version
    sreekarreddydfci authored May 22, 2023
    Configuration menu
    Copy the full SHA
    05aefd8 View commit details
    Browse the repository at this point in the history
  5. Update tests-conda.yml

    Update GitHub Actions workflow to use mamba for dependency management
    sreekarreddydfci authored May 22, 2023
    Configuration menu
    Copy the full SHA
    030618d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f53968 View commit details
    Browse the repository at this point in the history
  7. Update tests-conda.yml

    Excluding python=3.9 to resolve the following issue is github action runs:
    
     Could not solve for environment specs
      The following packages are incompatible
      ├─ python 3.8  is requested and can be installed;
      └─ python 3.9**  is uninstallable because it conflicts with any installable versions previously reported.
    sreekarreddydfci authored May 22, 2023
    Configuration menu
    Copy the full SHA
    c95fd1d View commit details
    Browse the repository at this point in the history
  8. Update tests-conda.yml

    Added python 3.9 to test the environment
    sreekarreddydfci authored May 22, 2023
    Configuration menu
    Copy the full SHA
    47e0ae0 View commit details
    Browse the repository at this point in the history
  9. Update environment.yml

    Excluding python 3.8 as requirement
    sreekarreddydfci authored May 22, 2023
    Configuration menu
    Copy the full SHA
    735611f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    88e806c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Update environment.yml

    Excluded python version as dependency
    sreekarreddydfci authored May 26, 2023
    Configuration menu
    Copy the full SHA
    b3a0535 View commit details
    Browse the repository at this point in the history
  2. Update environment.yml

    Exclude python-spams dependency
    sreekarreddydfci authored May 26, 2023
    Configuration menu
    Copy the full SHA
    312c1fc View commit details
    Browse the repository at this point in the history
  3. Update tests-conda.yml

    Replaced conda with mamba
    sreekarreddydfci authored May 26, 2023
    Configuration menu
    Copy the full SHA
    3b82262 View commit details
    Browse the repository at this point in the history
  4. Update tests-conda.yml

    Using setup-micromamba to setup environment, installing python-spams.
    sreekarreddydfci authored May 26, 2023
    Configuration menu
    Copy the full SHA
    25dac4a View commit details
    Browse the repository at this point in the history
  5. Update tests-conda.yml

    Added micromamba to setup environment
    sreekarreddydfci authored May 26, 2023
    Configuration menu
    Copy the full SHA
    7670a12 View commit details
    Browse the repository at this point in the history
  6. Update tests-conda.yml

    rollback to mamba, couldn't resolve openjdk 8 when using micromamba
    sreekarreddydfci authored May 26, 2023
    Configuration menu
    Copy the full SHA
    dfc21d5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from sreekarreddydfci/sreekarreddydfci-patch-1

    Update environment.yml and test-conda.yml
    sreekarreddydfci authored May 26, 2023
    Configuration menu
    Copy the full SHA
    9c2fa14 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    b630aec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #354 from sreekarreddydfci/master

    Update Environment Configuration and Dependencies
    jacob-rosenthal authored May 30, 2023
    Configuration menu
    Copy the full SHA
    572af26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    466ca3e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #352 from Dana-Farber-AIOS/sreekarreddydfci-patch-2

    Update publish-to-pypi.yml
    jacob-rosenthal authored May 30, 2023
    Configuration menu
    Copy the full SHA
    9343e4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    935a630 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #355 from Dana-Farber-AIOS/workflows-dispatch

    allow manual workflow triggering
    jacob-rosenthal authored May 30, 2023
    Configuration menu
    Copy the full SHA
    b4b61b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    921537b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    092402f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    a6ee903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6bd53b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Update environment.yml (#361)

    Update openslide-python to v1.2.0 to resolve 'ANTIALIAS' AttributeError
    
    This commit upgrades openslide-python to version 1.2.0 to address an AttributeError related to the 'ANTIALIAS' attribute in the PIL.Image module. The issue was triggered due to the deprecation of 'ANTIALIAS' in Pillow v10.0.0.
    sreekarreddydfci authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1e32970 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    a57b7f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c8cf28 View commit details
    Browse the repository at this point in the history
  3. add tests for inference

    jamesgwen committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    34237f2 View commit details
    Browse the repository at this point in the history
  4. fixed import statements

    jamesgwen committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    980c662 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77d5d4d View commit details
    Browse the repository at this point in the history
  6. fixing init files

    jamesgwen committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b3d295a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d144d91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51841aa View commit details
    Browse the repository at this point in the history
  9. fixed files via black

    jamesgwen committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6044024 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6002d2 View commit details
    Browse the repository at this point in the history
  11. added dependencies

    jamesgwen committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    35a3df1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c015ff8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    0dd09b8 View commit details
    Browse the repository at this point in the history
  2. changing numpy version

    jamesgwen committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5657efb View commit details
    Browse the repository at this point in the history
  3. adjusting deepcel version

    jamesgwen committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0b7df6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4612a68 View commit details
    Browse the repository at this point in the history
  5. updating pytest version

    jamesgwen committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4cd57a5 View commit details
    Browse the repository at this point in the history
  6. setting pandas version

    jamesgwen committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    05f19e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddb1b07 View commit details
    Browse the repository at this point in the history
  8. fixing remote test

    jamesgwen committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    af07fb0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7048a4e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    f76314a View commit details
    Browse the repository at this point in the history
  2. adjusting numpy to 1.24.0

    jamesgwen committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    69c8ce6 View commit details
    Browse the repository at this point in the history
  3. switching to numpy 1.22.4

    jamesgwen committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a5d28ac View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    7ec4cf0 View commit details
    Browse the repository at this point in the history
  2. adding pandas

    jamesgwen committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c84cc24 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Update README.md

    updated the Download counter button
    Dana-Farber authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    68a7224 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge pull request #366 from jamesgwen/inference

    Merging Inference subpackage to dev.
    sreekarreddydfci authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ab1dba4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. adding repr tests

    jamesgwen committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6c7268e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4c2795 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    2b0263e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c462d2 View commit details
    Browse the repository at this point in the history
  3. fixed test format

    jamesgwen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    640de9e View commit details
    Browse the repository at this point in the history
  4. fixing name in card

    jamesgwen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    575ff2b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    e1ffa62 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. changing readthedocs recs

    jamesgwen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4f1fea5 View commit details
    Browse the repository at this point in the history
  2. chaning mamba to miniforge

    jamesgwen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0f2b193 View commit details
    Browse the repository at this point in the history
  3. addjusting sphinx version

    jamesgwen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7e165ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2730b7e View commit details
    Browse the repository at this point in the history
  5. adjusting sphynx

    jamesgwen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5e0f0f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    995409c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c6ab73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ae9f8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fa3beb View commit details
    Browse the repository at this point in the history
  5. adding new tutorial

    jamesgwen committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2e84cf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. new example book

    jamesgwen committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    91d8f41 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. further edits

    jamesgwen committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c69e4a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    b010489 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    3877e3e View commit details
    Browse the repository at this point in the history
  2. Added testdata

    sreekarreddydfci committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    97940ad View commit details
    Browse the repository at this point in the history
  3. Added notebook

    sreekarreddydfci committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d011071 View commit details
    Browse the repository at this point in the history
  4. Added testcases

    sreekarreddydfci committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7168301 View commit details
    Browse the repository at this point in the history
  5. Updates testcases and tutorial notebook

    Added utils to setup qupath and updated testcases.
    sreekarreddydfci committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    28ffa03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93d0ae9 View commit details
    Browse the repository at this point in the history
  7. Added description

    sreekarreddydfci committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    92ecaf4 View commit details
    Browse the repository at this point in the history
  8. Update tests-conda.yml

    Added jdk 17 installation and exclude testcases with "exclude" marker.
    sreekarreddydfci authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    84e158a View commit details
    Browse the repository at this point in the history
  9. Update tests-conda.yml

    updated mamba
    sreekarreddydfci authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5571184 View commit details
    Browse the repository at this point in the history
  10. Update environment.yml

    Added Jpype dependency
    sreekarreddydfci authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e59409e View commit details
    Browse the repository at this point in the history
  11. Update environment.yml

    Added Jpype1
    sreekarreddydfci authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a841390 View commit details
    Browse the repository at this point in the history
  12. Update environment.yml

    Updated openslide
    sreekarreddydfci authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f362d53 View commit details
    Browse the repository at this point in the history
  13. Update tests-conda.yml

    Added testcase execution for tile_stitcher, and combining coverage files from two test case runs.
    sreekarreddydfci authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8fec143 View commit details
    Browse the repository at this point in the history
  14. Update environment.yml

    Excluded openjdk 8 dependency, as we are setting up jdk 17.
    sreekarreddydfci authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a0bde19 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Update tests-conda.yml

    Added code to check and debug java versions.
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a89299c View commit details
    Browse the repository at this point in the history
  2. Update utils.py

    Updated qupath downlod path
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6e71ef0 View commit details
    Browse the repository at this point in the history
  3. Update tests-conda.yml

    Changing priority of JVM to version 17
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ffcfc3c View commit details
    Browse the repository at this point in the history
  4. Update tests-conda.yml

    Removed duplicate code
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6935e1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5138a99 View commit details
    Browse the repository at this point in the history
  6. pull changes

    sreekarreddydfci committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4285abc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19d37be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6472fa1 View commit details
    Browse the repository at this point in the history
  9. Update tests-conda.yml

    Changing jdk priority to version 17
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4dfcf4e View commit details
    Browse the repository at this point in the history
  10. Update tests-conda.yml

    Running test case on tilestitcher.py
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6a5e278 View commit details
    Browse the repository at this point in the history
  11. Update tests-conda.yml

    Combining coverage reports
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a4967cc View commit details
    Browse the repository at this point in the history
  12. Update tests-conda.yml

    Debug coverage command
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d3c67b7 View commit details
    Browse the repository at this point in the history
  13. Update tests-conda.yml

    Debug coverage pytest error
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e9ab3ad View commit details
    Browse the repository at this point in the history
  14. Update tests-conda.yml

    added shell command to run coverage using pytest
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    540228f View commit details
    Browse the repository at this point in the history
  15. Update tests-conda.yml

    Modified coverage combine code
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    40eb661 View commit details
    Browse the repository at this point in the history
  16. Update tests-conda.yml

    debug coverage combining
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f6d0925 View commit details
    Browse the repository at this point in the history
  17. Update tests-conda.yml

    added extension to combine coverage files
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4753100 View commit details
    Browse the repository at this point in the history
  18. Update tests-conda.yml

    Modified coverage combine commands
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8335caa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cfc7948 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    70620dc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ac03714 View commit details
    Browse the repository at this point in the history
  22. Update precommit-hooks.yaml

    added black- format checking
    sreekarreddydfci authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2729849 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4b6d1d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    374f8c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    4952436 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #376 from Dana-Farber-AIOS/Dana-Farber-patch-1

    bugfix in colab installation instructions in README.md
    Dana-Farber authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4196fa3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    dd61eea View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. changing torch version

    jamesgwen committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a3011b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #378 from VarunUllanat/dev_graph

    Adding graph API codebase, tests and notebooks
    VarunUllanat authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6aefb39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc58118 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    7c92d9f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. add test cases

    sreekarreddydfci committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9d6723e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3274101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    346612e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69fe55e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c1778c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dev_graph' of https://github.com/VarunUllanat/pathml in…

    …to dev_graph
    
    Updating local
    VarunUllanat committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7abc289 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #379 from VarunUllanat/dev_graph

    Cleaned up code and added comments and exception handling
    VarunUllanat authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    644d3f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1cb59d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23e5e30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    687a855 View commit details
    Browse the repository at this point in the history
  11. Remove tools folder

    sreekarreddydfci committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    08d2a6f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Remove torchvision dependency in tests and added nn.Module input for …

    …DeepPatchFeatureExtractor
    VarunUllanat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f8b89cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #380 from VarunUllanat/dev_graph

    Remove torchvision dependency in tests and added nn.Module input for …
    VarunUllanat authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b1b0b29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceaa119 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66b955e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7cf0c1 View commit details
    Browse the repository at this point in the history
  6. Update environment.yml

    Added torchvision and spams
    sreekarreddydfci authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9d0e576 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6d4576 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ced4373 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    591caaf View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Make flake8 compliant

    VarunUllanat committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4ad79e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #381 from VarunUllanat/dev_graph

    Make flake8 compliant and update tests
    VarunUllanat authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    44c33f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf35bf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #383 from VarunUllanat/dev_graph

    Updated environment.yml to include flexible numpy and scipy versions
    VarunUllanat authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    aa10b26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da844df View commit details
    Browse the repository at this point in the history
  6. Merge pull request #385 from VarunUllanat/dev_graph

    Added capabilities for all possible versions of skimage and flake8 co…
    VarunUllanat authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5a9d7d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    3944c80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #387 from VarunUllanat/dev_graph

    Changes spams installation in github workflows
    VarunUllanat authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    75f119d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b027168 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #389 from VarunUllanat/dev_graph

    Updated skimage version for importing the graph module
    VarunUllanat authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    fc0e8b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc30a01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19def08 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    c2fbdc9 View commit details
    Browse the repository at this point in the history
  2. Update environment.yml

    Added JPype1
    sreekarreddydfci authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7c733b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d183db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4413b66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e983de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f590dd2 View commit details
    Browse the repository at this point in the history
  7. Update tests-conda.yml

    Separately executed test cases for tilestitching functionality and other PathML modules.
    sreekarreddydfci authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    393983c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4af3e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e2bdf96 View commit details
    Browse the repository at this point in the history
  10. Edited a testcase

    sreekarreddydfci committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d4e7f3f View commit details
    Browse the repository at this point in the history
  11. Commented testcases

    sreekarreddydfci committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9aeec4f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #391 from sreekarreddydfci/dev_graphAPI

    Added tilestitching code
    VarunUllanat authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c01d6a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    474072a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da44a3 View commit details
    Browse the repository at this point in the history
  3. Added testcases

    sreekarreddydfci committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    71dda3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e7f4f4 View commit details
    Browse the repository at this point in the history
  5. Updated env

    sreekarreddydfci committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a6821b7 View commit details
    Browse the repository at this point in the history
  6. Updated env

    sreekarreddydfci committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f04cb32 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    305f4e5 View commit details
    Browse the repository at this point in the history
  2. Make flake8 compliant

    VarunUllanat committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ab59e31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b275a04 View commit details
    Browse the repository at this point in the history
  4. Make flake8 compliant

    VarunUllanat committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    10fdde7 View commit details
    Browse the repository at this point in the history
  5. Flake8 compliant

    VarunUllanat committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ee35408 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c13ad5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    453e085 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    711f735 View commit details
    Browse the repository at this point in the history