Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Ignore Sphinx build folders #698

Merged
merged 6 commits into from
Mar 30, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG
  • Loading branch information
fepegar committed Mar 21, 2022
commit 98cd2bbd6edc70359d7474bd5aa3e43b9d89cc74
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ created.
## Upcoming

### Added

- ([#689](https://github.com/microsoft/InnerEye-DeepLearning/pull/689)) Show default argument values in help message.
- ([#671](https://github.com/microsoft/InnerEye-DeepLearning/pull/671)) Remove sequence models and unused variables. Simplify README.
- ([#693](https://github.com/microsoft/InnerEye-DeepLearning/pull/693)) Improve instructions for HelloWorld model in AzureML.
Expand Down Expand Up @@ -97,6 +98,7 @@ gets uploaded to AzureML, by skipping all test folders.

### Fixed

- ([#690](https://github.com/microsoft/InnerEye-DeepLearning/pull/690)) Ignore Sphinx build folders.
- ([#682](https://github.com/microsoft/InnerEye-DeepLearning/pull/682)) Ensure the shape of input patches is compatible with model constraints.
- ([#681](https://github.com/microsoft/InnerEye-DeepLearning/pull/681)) Pad model outputs if they are smaller than the inputs.
- ([#683](https://github.com/microsoft/InnerEye-DeepLearning/pull/683)) Fix missing separator error in docs Makefile.
Expand Down