Skip to content

Update version of diapOTB to 1.0.1

Julien Osman requested to merge diapotb_1.0.1 into develop

Summary

Include latest release of DiapOTB (v1.0.1)

Rationale

DiapOTB v1.0.1 is about to be released. The purpose of this MR is to include this new release in OTB.

Implementation Details

The first step consist in setting the DiapOTB tag to v1.0.1, to follow DiapOTB's release branch. This allow to run the CI on this release branch.

When DiapOTB's release is official, the tag will be changed to the release commit value.

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit

Merge request reports