Commit 7dfa0b9
authored
Remove deprecated args and class for v1.3 (#7019)
Fixes #7018.
### Description
- Remove `compute_meaniou`
- Remove `AsChannelFirst`, `AddChannel` and `SplitChannel`
- Remove `create_multigpu_supervised_trainer` and
`create_multigpu_supervised_evaluator`
- deprecated `data_src_cfg_filename` in `AlgoEnsembleBuilder`
- deprecated `runner_id` in `run`
- deprecated `epoch_interval` and `iteration_interval` in
`TensorBoardStatsHandler`
- deprecated `get_validation_stats` in `Evaluator`
- deprecated `get_train_stats` in `Trainer`
- update the default value of `name` to `StatsHandler` in `StatsHandler`
- update the default value of `random_size` to `False` in
`RandSpatialCrop`, `RandScaleCrop`, `RandSpatialCropSamples`
- update the default value of `image_only` to `True` in `LoadImage` and
`SaveImage`
- update `MetaTenor` related deprecation
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [x] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [x] In-line docstrings updated.
- [x] Documentation updated, tested `make html` command in the `docs/`
folder.
---------
Signed-off-by: KumoLiu <yunl@nvidia.com>1 parent 0d1337e commit 7dfa0b9
54 files changed
Lines changed: 74 additions & 903 deletions
File tree
- docs/source
- monai
- apps
- auto3dseg
- deepgrow
- bundle
- data
- engines
- handlers
- losses
- metrics
- networks
- blocks
- nets
- transforms
- croppad
- io
- spatial
- utility
- utils
- tests
- testing_data
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 8 | | |
15 | 9 | | |
16 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
999 | | - | |
1000 | | - | |
1001 | | - | |
1002 | | - | |
1003 | | - | |
1004 | | - | |
1005 | 999 | | |
1006 | 1000 | | |
1007 | 1001 | | |
1008 | 1002 | | |
1009 | 1003 | | |
1010 | 1004 | | |
1011 | | - | |
1012 | | - | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
1016 | | - | |
1017 | 1005 | | |
1018 | 1006 | | |
1019 | 1007 | | |
| |||
1032 | 1020 | | |
1033 | 1021 | | |
1034 | 1022 | | |
1035 | | - | |
1036 | | - | |
1037 | | - | |
1038 | | - | |
1039 | | - | |
1040 | | - | |
1041 | 1023 | | |
1042 | 1024 | | |
1043 | 1025 | | |
| |||
1983 | 1965 | | |
1984 | 1966 | | |
1985 | 1967 | | |
1986 | | - | |
1987 | | - | |
1988 | | - | |
1989 | | - | |
1990 | | - | |
1991 | | - | |
1992 | 1968 | | |
1993 | 1969 | | |
1994 | 1970 | | |
1995 | 1971 | | |
1996 | 1972 | | |
1997 | 1973 | | |
1998 | | - | |
1999 | | - | |
2000 | | - | |
2001 | | - | |
2002 | | - | |
2003 | | - | |
2004 | 1974 | | |
2005 | 1975 | | |
2006 | 1976 | | |
| |||
2019 | 1989 | | |
2020 | 1990 | | |
2021 | 1991 | | |
2022 | | - | |
2023 | | - | |
2024 | | - | |
2025 | | - | |
2026 | | - | |
2027 | | - | |
2028 | 1992 | | |
2029 | 1993 | | |
2030 | 1994 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | 335 | | |
343 | 336 | | |
344 | 337 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
445 | | - | |
| 444 | + | |
| 445 | + | |
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | 495 | | |
499 | 496 | | |
500 | 497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
707 | | - | |
708 | 707 | | |
709 | 708 | | |
710 | 709 | | |
| |||
766 | 765 | | |
767 | 766 | | |
768 | 767 | | |
769 | | - | |
| 768 | + | |
770 | 769 | | |
771 | 770 | | |
772 | 771 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1482 | 1482 | | |
1483 | 1483 | | |
1484 | 1484 | | |
1485 | | - | |
1486 | | - | |
1487 | | - | |
1488 | 1485 | | |
1489 | 1486 | | |
1490 | 1487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | 188 | | |
192 | 189 | | |
193 | 190 | | |
| |||
253 | 250 | | |
254 | 251 | | |
255 | 252 | | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | 253 | | |
260 | 254 | | |
261 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
864 | | - | |
865 | 864 | | |
866 | 865 | | |
867 | 866 | | |
868 | 867 | | |
869 | 868 | | |
870 | | - | |
871 | 869 | | |
872 | 870 | | |
873 | 871 | | |
874 | 872 | | |
875 | 873 | | |
876 | 874 | | |
877 | | - | |
878 | 875 | | |
879 | 876 | | |
880 | 877 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | 198 | | |
202 | 199 | | |
203 | 200 | | |
| |||
223 | 220 | | |
224 | 221 | | |
225 | 222 | | |
226 | | - | |
227 | | - | |
228 | 223 | | |
229 | 224 | | |
230 | 225 | | |
| |||
0 commit comments