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

Refactor Dataset to use Compose for transforms #7784

Merged
merged 12 commits into from
May 31, 2024

Commits on May 20, 2024

  1. Support kwargs on Dataset for apply_transform fn

    Signed-off-by: Suraj Pai <b.pai@maastrichtuniversity.nl>
    surajpaib committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a4b9cb4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Fix flake8 line length error

    Signed-off-by: Suraj Pai <b.pai@maastrichtuniversity.nl>
    surajpaib committed May 21, 2024
    Configuration menu
    Copy the full SHA
    99a564b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Force dataset transform to Compose

    Signed-off-by: Suraj Pai <b.pai@maastrichtuniversity.nl>
    surajpaib committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fb5edc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eb61a9 View commit details
    Browse the repository at this point in the history
  3. Tests fix + refactor all apply_transform to Compose

    Signed-off-by: Suraj Pai <b.pai@maastrichtuniversity.nl>
    surajpaib committed May 23, 2024
    Configuration menu
    Copy the full SHA
    52f0981 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c51a93 View commit details
    Browse the repository at this point in the history
  5. Delegate handling to Compose

    Signed-off-by: Suraj Pai <b.pai@maastrichtuniversity.nl>
    surajpaib committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4a20fd0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Update arraydataset test for Compose transform

    Signed-off-by: Suraj Pai <b.pai@maastrichtuniversity.nl>
    surajpaib committed May 25, 2024
    Configuration menu
    Copy the full SHA
    877cb25 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Update docstring for Dataset transform

    Signed-off-by: Suraj Pai <b.pai@maastrichtuniversity.nl>
    surajpaib committed May 29, 2024
    Configuration menu
    Copy the full SHA
    10f9365 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    ffce86f View commit details
    Browse the repository at this point in the history
  2. Update monai/data/dataset.py

    Co-authored-by: Ben Murray <ben.murray@gmail.com>
    Signed-off-by: Suraj Pai <b.pai@maastrichtuniversity.nl>
    surajpaib and atbenmurray committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f697630 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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