You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,17 @@
1
1
# Changelog
2
2
3
-
All notable changes to this project will be documented in this file.
3
+
Early versions of this toolbox used a manually created changelog.
4
+
As of March 2022, we have switched to using Github's auto-generated changelog.
5
+
If you would like to view the changelog for a particular release, you can do so on the [Releases page](https://github.com/microsoft/InnerEye-DeepLearning/releases).
6
+
Each release contains a link for "Full Changelog".
4
7
5
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
6
-
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
+
## Changelog for Versions before March 2022
7
9
8
-
For each Pull Request, the affected code parts should be briefly described and added here in the "Upcoming" section.
9
-
Once a release is done, the "Upcoming" section becomes the release changelog, and a new empty "Upcoming" should be
- ([#667](https://github.com/microsoft/InnerEye-DeepLearning/pull/667)) Automatically and linearly scale the learning rate of the SSL encoder to the number of GPUs.
17
16
- ([#689](https://github.com/microsoft/InnerEye-DeepLearning/pull/689)) Show default argument values in help message.
18
17
- ([#671](https://github.com/microsoft/InnerEye-DeepLearning/pull/671)) Remove sequence models and unused variables. Simplify README.
@@ -57,7 +56,7 @@ jobs that run in AzureML.
57
56
- ([#656](https://github.com/microsoft/InnerEye-DeepLearning/pull/656)) Add subsampling transform and support for MIL mean pooling.
58
57
- ([#679](https://github.com/microsoft/InnerEye-DeepLearning/pull/679)) Add FP and TN slides/tiles to DeepMIL outputs and extend outputs to multi-class problems.
59
58
60
-
### Changed
59
+
####Changed
61
60
62
61
- ([#677](https://github.com/microsoft/InnerEye-DeepLearning/pull/677)) Update TorchIO version to include the recent bug fix related to patch-based inference.
63
62
- ([#666](https://github.com/microsoft/InnerEye-DeepLearning/pull/666)) Replace RadIO with TorchIO for patch-based inference.
@@ -97,9 +96,9 @@ gets uploaded to AzureML, by skipping all test folders.
97
96
`autosave_every_n_val_epochs`.
98
97
- ([#632](https://github.com/microsoft/InnerEye-DeepLearning/pull/632)) Nifti test data is no longer stored in Git LFS
- ([#682](https://github.com/microsoft/InnerEye-DeepLearning/pull/682)) Ensure the shape of input patches is compatible with model constraints.
105
104
- ([#681](https://github.com/microsoft/InnerEye-DeepLearning/pull/681)) Pad model outputs if they are smaller than the inputs.
@@ -144,7 +143,8 @@ in inference-only runs when using lightning containers.
144
143
- ([#655](https://github.com/microsoft/InnerEye-DeepLearning/pull/655)) Run pytest on Linux again, but with Ubuntu 20.04
145
144
- ([#674](https://github.com/microsoft/InnerEye-DeepLearning/pull/674)) Fix DeepMIL metrics bug whereby hard labels were used instead of probabilities.
146
145
147
-
### Removed
146
+
#### Removed
147
+
148
148
- ([#692](https://github.com/microsoft/InnerEye-DeepLearning/pull/692)) Replace InnerEye-DataQuality with a link to commit,
149
149
- ([#577](https://github.com/microsoft/InnerEye-DeepLearning/pull/577)) Removing the monitoring of batch loading time,
150
150
use the `BatchTimeCallback` from `hi-ml` instead
@@ -159,14 +159,14 @@ in inference-only runs when using lightning containers.
159
159
- ([#596](https://github.com/microsoft/InnerEye-DeepLearning/pull/596)) Removed obsolete `TrainGlaucomaCV` from PR build.
160
160
- ([#604](https://github.com/microsoft/InnerEye-DeepLearning/pull/604)) Removed all code that downloads datasets, this is now all handled by hi-ml
161
161
162
-
### Deprecated
162
+
####Deprecated
163
163
164
164
- ([#633](https://github.com/microsoft/InnerEye-DeepLearning/pull/633)) Model fields `recovery_checkpoint_save_interval` and `recovery_checkpoints_save_last_k` have been retired.
165
165
Recovery checkpoint handling is now controlled by `autosave_every_n_val_epochs`.
166
166
167
-
## 0.3 (2021-06-01)
167
+
###0.3 (2021-06-01)
168
168
169
-
### Added
169
+
####Added
170
170
171
171
- ([#483](https://github.com/microsoft/InnerEye-DeepLearning/pull/483)) Allow cross validation with 'bring your own' Lightning models (without ensemble building).
172
172
- ([#489](https://github.com/microsoft/InnerEye-DeepLearning/pull/489)) Remove portal query for outliers.
@@ -246,7 +246,7 @@ console for easier diagnostics.
246
246
- ([#463](https://github.com/microsoft/InnerEye-DeepLearning/pull/463)) Add arguments `dirs_recursive` and
247
247
`dirs_non_recursive` to `mypy_runner.py` to let users specify a list of directories to run mypy on.
248
248
249
-
### Changed
249
+
####Changed
250
250
251
251
- ([#385](https://github.com/microsoft/InnerEye-DeepLearning/pull/385)) Starting an AzureML run now uses the
252
252
`ScriptRunConfig` object, rather than the deprecated `Estimator` object.
@@ -279,7 +279,7 @@ console for easier diagnostics.
279
279
`get_image_transform` (resp. `get_segmentation_transform`). These two functions replace the old
280
280
`get_image_sample_transforms` method. See `docs/building_models.md` for more information on augmentations.
0 commit comments