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

Updated skimage version for importing the graph module and trigger tests #390

Closed
wants to merge 72 commits into from

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 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 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 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 15, 2023

  1. Configuration menu
    Copy the full SHA
    ac03714 View commit details
    Browse the repository at this point in the history
  2. 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. 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
  2. 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. Configuration menu
    Copy the full SHA
    3274101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    346612e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69fe55e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c1778c View commit details
    Browse the repository at this point in the history
  5. 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
  6. 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

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

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