{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":214485001,"defaultBranch":"dev","name":"MONAI","ownerLogin":"Project-MONAI","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-10-11T16:41:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/56449156?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716804037.0","currentOid":""},"activityList":{"items":[{"before":"7449c4d23137e6fd264b35cc71c5396e2fce03c7","after":"08d572839ede5d087e49d4dfadba033e512528df","ref":"refs/heads/dev","pushedAt":"2024-06-19T01:40:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Nic-Ma","name":"Nic Ma","path":"/Nic-Ma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27533405?s=80&v=4"},"commit":{"message":"Fixing Numpy requirements to exclude 2.0 (#7859)\n\n### Description\r\n\r\nThis fixes the version of Numpy to be less than 2.0 so that we can get a\r\nworking setup guaranteed. Numpy 2.0 isn't supported yet by MONAI and\r\nwill need a number of changes to be compatible.\r\n\r\nThis is only sometimes a problem because a number of dependencies we\r\nhave require Numpy<2.0. When these are absent however, such as with\r\nminimal installs, Numpy 2.0 can be installed and causes problems. This\r\nis a temporary fix until we have worked out an update that's compatible\r\nwith versions before and after 2.0.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\nSigned-off-by: Eric Kerfoot ","shortMessageHtmlLink":"Fixing Numpy requirements to exclude 2.0 (#7859)"}},{"before":"4029c422f1da84cdf5e4ce546dbff33245cbe025","after":"7449c4d23137e6fd264b35cc71c5396e2fce03c7","ref":"refs/heads/dev","pushedAt":"2024-06-13T09:08:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"YanxuanLiu","name":null,"path":"/YanxuanLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104543031?s=80&v=4"},"commit":{"message":"change blossom-ci to ACL security format (#7843)\n\nFixes # .\r\n\r\n### Description\r\n\r\nRequested by security to prevent DDOS. The new format is provided by\r\nblossom team.\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\nSigned-off-by: YanxuanLiu ","shortMessageHtmlLink":"change blossom-ci to ACL security format (#7843)"}},{"before":"a423bcd5cb9bc2537960189bb8be42ab29e210e7","after":"36511cc93e941e621b8a582b28b20cc2ec81f033","ref":"refs/heads/gen-ai-dev","pushedAt":"2024-06-03T14:37:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Addition of SPADE Network + tests and modification of SPADE normalisation (#7775)\n\n- spade_network, and SPADENet (VAE-GAN)\r\n- test_spade_vaegan (to test previously mentioned model) Modification\r\nof:\r\n- spade_diffusion_model_unet.py to change namings.\r\n- SPADE normalisation layer, to use get_norm_layer function instead of\r\ndefining such layers directly.\r\n\r\nFixes # .\r\n\r\n### Description\r\n\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [x] New tests added to cover the changes.\r\n- [] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [x] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [x] In-line docstrings updated.\r\n\r\n---------\r\n\r\nSigned-off-by: Mark Graham \r\nSigned-off-by: virginiafdez \r\nCo-authored-by: virginiafdez \r\nCo-authored-by: Mark Graham \r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Addition of SPADE Network + tests and modification of SPADE normalisa…"}},{"before":"0d7f77225669d1165a0d923d4ff54fd4bfa28607","after":"4029c422f1da84cdf5e4ce546dbff33245cbe025","ref":"refs/heads/dev","pushedAt":"2024-05-31T03:26:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Refactor Dataset to use Compose for transforms (#7784)\n\nFixes #7646 \r\n\r\n### Description\r\n\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [x] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [x] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [x] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: Suraj Pai \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: Ben Murray ","shortMessageHtmlLink":"Refactor Dataset to use Compose for transforms (#7784)"}},{"before":"a0935d95a1746687576bca34666407ebbe38ad71","after":"0d7f77225669d1165a0d923d4ff54fd4bfa28607","ref":"refs/heads/dev","pushedAt":"2024-05-30T13:58:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Ensure deterministic in MixUp, CutMix, CutOut (#7813)\n\nFixes #7697\r\n\r\n### Description\r\n\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>","shortMessageHtmlLink":"Ensure deterministic in MixUp, CutMix, CutOut (#7813)"}},{"before":"762b5253efa364b1b740876eb2f9bf838ac7bed0","after":"a0935d95a1746687576bca34666407ebbe38ad71","ref":"refs/heads/dev","pushedAt":"2024-05-28T15:34:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericspod","name":"Eric Kerfoot","path":"/ericspod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17726042?s=80&v=4"},"commit":{"message":"Fix negative strides issue in `NrrdReader` (#7809)\n\nFixes #7798\r\n\r\n### Description\r\n\r\nAdd copy to avoid negative strides when save spatial shape.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>","shortMessageHtmlLink":"Fix negative strides issue in NrrdReader (#7809)"}},{"before":"94ab632dca0fb39be4a119683183bb7027106f1a","after":"762b5253efa364b1b740876eb2f9bf838ac7bed0","ref":"refs/heads/dev","pushedAt":"2024-05-28T14:36:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericspod","name":"Eric Kerfoot","path":"/ericspod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17726042?s=80&v=4"},"commit":{"message":"Fix precision issue in TestClipIntensityPercentiles3D (#7808)\n\nFixes #7797\r\n\r\n### Description\r\nEnsure the same dtype when test to avoid precision issue.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Fix precision issue in TestClipIntensityPercentiles3D (#7808)"}},{"before":"1cf6166c86132cdd15e32e18aa46e96f46f19346","after":null,"ref":"refs/heads/auto-update","pushedAt":"2024-05-27T10:00:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"}},{"before":"ad6a4339cd5c8d9272c3381a22fce7441e3e0c01","after":"94ab632dca0fb39be4a119683183bb7027106f1a","ref":"refs/heads/dev","pushedAt":"2024-05-27T10:00:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"auto updates (#7807)\n\nSigned-off-by: monai-bot \r\n\r\nSigned-off-by: monai-bot \r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"auto updates (#7807)"}},{"before":"ea8bec2ca895a035c012fa4e0366e1db52bde83e","after":"1cf6166c86132cdd15e32e18aa46e96f46f19346","ref":"refs/heads/auto-update","pushedAt":"2024-05-27T08:11:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Merge branch 'dev' into auto-update","shortMessageHtmlLink":"Merge branch 'dev' into auto-update"}},{"before":"e5afa4341b18149ca8d44f680f669b33ab423722","after":"ad6a4339cd5c8d9272c3381a22fce7441e3e0c01","ref":"refs/heads/dev","pushedAt":"2024-05-27T06:54:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Fix Resnet (#7805)\n\nFixes #7802.\r\n\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Fix Resnet (#7805)"}},{"before":null,"after":"ea8bec2ca895a035c012fa4e0366e1db52bde83e","ref":"refs/heads/auto-update","pushedAt":"2024-05-27T06:16:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"monai-bot","name":null,"path":"/monai-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64792179?s=80&v=4"},"commit":{"message":"[MONAI] code formatting\n\nSigned-off-by: monai-bot ","shortMessageHtmlLink":"[MONAI] code formatting"}},{"before":"373c003d94009d021b66fcf08a1b650228d7079b","after":"e5afa4341b18149ca8d44f680f669b33ab423722","ref":"refs/heads/dev","pushedAt":"2024-05-23T14:35:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericspod","name":"Eric Kerfoot","path":"/ericspod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17726042?s=80&v=4"},"commit":{"message":"Fix tests/test_warp.py (#7794)\n\nFixes #7793\r\n\r\n### Description\r\n\r\nThe Update() method in ITK is used to trigger the execution of the\r\npipeline. Add it to checks if the output data is up-to-date. If it is\r\nnot (for example, if the input data or parameters have changed), it will\r\nrecompute the output.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [x] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Fix tests/test_warp.py (#7794)"}},{"before":"66a2fae406f8d83a4421edd86a04fa787dbbd091","after":"373c003d94009d021b66fcf08a1b650228d7079b","ref":"refs/heads/dev","pushedAt":"2024-05-23T07:00:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Add norm param to ResNet (#7752)\n\nFixes #7294 .\r\n\r\n### Description\r\nAdds a `norm` param to ResNet\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [x] New tests added to cover the changes.\r\n- [x] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [x] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [x] In-line docstrings updated.\r\n- [x] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: Peter Kaplinsky \r\nCo-authored-by: Peter Kaplinsky \r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Add norm param to ResNet (#7752)"}},{"before":"a052c4435a088a1e87f2d41279822109edbd59fd","after":"a423bcd5cb9bc2537960189bb8be42ab29e210e7","ref":"refs/heads/gen-ai-dev","pushedAt":"2024-05-22T15:17:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Neater use off nn.Sequential in controlnet (#7754)\n\nPart of #7227 .\r\n\r\n### Description\r\nTidies up some of controlnet\r\n\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: Mark Graham \r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Neater use off nn.Sequential in controlnet (#7754)"}},{"before":"244148d76e3ce2fe83c36226027d9f02acd43c02","after":"66a2fae406f8d83a4421edd86a04fa787dbbd091","ref":"refs/heads/dev","pushedAt":"2024-05-21T11:05:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericspod","name":"Eric Kerfoot","path":"/ericspod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17726042?s=80&v=4"},"commit":{"message":"7753 update releasing 1.3.1 (#7788)\n\nFixes #7753\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"7753 update releasing 1.3.1 (#7788)"}},{"before":"865972f7a791bf7b42efbcd87c8402bd865b329e","after":"96bfda00c6bd290297f5e3514ea227c6be4d08b4","ref":"refs/heads/main","pushedAt":"2024-05-21T08:11:35.000Z","pushType":"push","commitsCount":159,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Skip failed tests (#7783)\n\n### Description\r\n- skip release_tag_docker for resource issue\r\n- increase tolerance for tests/test_clip_intensity_percentiles.py\r\n- skip tests/test_regularization.py for non-deterministic\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Skip failed tests (#7783)"}},{"before":"96bfda00c6bd290297f5e3514ea227c6be4d08b4","after":"244148d76e3ce2fe83c36226027d9f02acd43c02","ref":"refs/heads/dev","pushedAt":"2024-05-21T07:16:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Add function in monai.transforms.utils.py (#7712)\n\nFixes #6704\r\n\r\n### Description\r\nCombined `map_classes_to_indices` and\r\n`generate_label_classes_crop_centers` to a single function\r\n`map_and_generate_sampling_centers` in monai.transforms.utils.py.\r\n\r\n### Types of changes\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: ytl0623 \r\nCo-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Yu <146002968+Yu0610@users.noreply.github.com>\r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Add function in monai.transforms.utils.py (#7712)"}},{"before":null,"after":"96bfda00c6bd290297f5e3514ea227c6be4d08b4","ref":"refs/heads/releasing/1.3.1","pushedAt":"2024-05-21T04:44:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Skip failed tests (#7783)\n\n### Description\r\n- skip release_tag_docker for resource issue\r\n- increase tolerance for tests/test_clip_intensity_percentiles.py\r\n- skip tests/test_regularization.py for non-deterministic\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Skip failed tests (#7783)"}},{"before":"96bfda00c6bd290297f5e3514ea227c6be4d08b4","after":null,"ref":"refs/heads/releasing/1.3.1","pushedAt":"2024-05-21T04:38:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"}},{"before":null,"after":"96bfda00c6bd290297f5e3514ea227c6be4d08b4","ref":"refs/heads/releasing/1.3.1","pushedAt":"2024-05-21T00:30:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Skip failed tests (#7783)\n\n### Description\r\n- skip release_tag_docker for resource issue\r\n- increase tolerance for tests/test_clip_intensity_percentiles.py\r\n- skip tests/test_regularization.py for non-deterministic\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Skip failed tests (#7783)"}},{"before":"b16f54ab82e665f8643043ffba5c917fa417121b","after":"96bfda00c6bd290297f5e3514ea227c6be4d08b4","ref":"refs/heads/dev","pushedAt":"2024-05-20T18:03:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Skip failed tests (#7783)\n\n### Description\r\n- skip release_tag_docker for resource issue\r\n- increase tolerance for tests/test_clip_intensity_percentiles.py\r\n- skip tests/test_regularization.py for non-deterministic\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Skip failed tests (#7783)"}},{"before":"b16f54ab82e665f8643043ffba5c917fa417121b","after":null,"ref":"refs/heads/releasing/1.3.1","pushedAt":"2024-05-20T17:24:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"}},{"before":null,"after":"b16f54ab82e665f8643043ffba5c917fa417121b","ref":"refs/heads/releasing/1.3.1","pushedAt":"2024-05-20T16:19:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Pin transformer's version (#7782)\n\nworkaround for #7781\r\n\r\n### Description\r\n\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Pin transformer's version (#7782)"}},{"before":"dd831a217836ff3855310008ec983e881b999cac","after":null,"ref":"refs/tags/1.3.1rc9","pushedAt":"2024-05-20T06:01:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"}},{"before":"25e78a2b3d2333f7effad7ae3ca2d45e5081e82b","after":"b16f54ab82e665f8643043ffba5c917fa417121b","ref":"refs/heads/dev","pushedAt":"2024-05-18T15:49:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Pin transformer's version (#7782)\n\nworkaround for #7781\r\n\r\n### Description\r\n\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Pin transformer's version (#7782)"}},{"before":"d0d129246f3759f88bc0c23488e819cbac263889","after":"25e78a2b3d2333f7effad7ae3ca2d45e5081e82b","ref":"refs/heads/dev","pushedAt":"2024-05-17T14:13:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"7753 update changelog for v1.3.1 (#7773)\n\nPart of #7753\r\n\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"7753 update changelog for v1.3.1 (#7773)"}},{"before":"7429e2a0633defa415f644e23e83a85c07dc3ba1","after":"d0d129246f3759f88bc0c23488e819cbac263889","ref":"refs/heads/dev","pushedAt":"2024-05-17T12:48:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Restrict Auto3DSeg fold input based on datalist (#7778)\n\nFixes #7777.\r\n\r\n### Description\r\n\r\nLower the maximum `num_fold` allowed for user inputs in Auto3DSeg\r\nAutoRunner\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [x] In-line docstrings updated.\r\n\r\nSigned-off-by: Mingxin Zheng \r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Restrict Auto3DSeg fold input based on datalist (#7778)"}},{"before":"5e9ac1bf4e3bfa73dcdb1c604554c5f7f41075b3","after":"7429e2a0633defa415f644e23e83a85c07dc3ba1","ref":"refs/heads/dev","pushedAt":"2024-05-17T11:44:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Fix doc source links for read the docs (#7779)\n\nFixes the current docs build.\r\nCurrently no [source] links are shown anymore.\r\nIt seems like read the docs uses a different working directory,\r\ntherefore breaking the source links. It also will not have the correct\r\ngit tag referenced. This should fix both of these issues.\r\n\r\nIf there is a way to test if this fix works without merging to dev, let\r\nme know.\r\n\r\n### Description\r\n\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: John Zielke \r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Fix doc source links for read the docs (#7779)"}},{"before":"1bcf97f808718eb39b9a42ec770afbf581a5d83c","after":"5e9ac1bf4e3bfa73dcdb1c604554c5f7f41075b3","ref":"refs/heads/dev","pushedAt":"2024-05-17T08:08:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Fix matplotlib 3.9.0 has no attribute 'get_cmap` (#7780)\n\nFixes #7776 \r\n\r\n### Description\r\n\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Types of changes\r\n\r\n- [x] Non-breaking change (fix or new feature that would not break\r\nexisting functionality).\r\n- [ ] Breaking change (fix or new feature that would cause existing\r\nfunctionality to change).\r\n- [ ] New tests added to cover the changes.\r\n- [ ] Integration tests passed locally by running `./runtests.sh -f -u\r\n--net --coverage`.\r\n- [ ] Quick tests passed locally by running `./runtests.sh --quick\r\n--unittests --disttests`.\r\n- [ ] In-line docstrings updated.\r\n- [ ] Documentation updated, tested `make html` command in the `docs/`\r\nfolder.\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Fix matplotlib 3.9.0 has no attribute 'get_cmap` (#7780)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEaQqgmAA","startCursor":null,"endCursor":null}},"title":"Activity · Project-MONAI/MONAI"}