OTB 7.4.0 release candidate n°1

We are happy to announce that OTB version 7.4.0 rc1 has been released!

Ready to use binary packages are available on the package page of the website:

It is also possible to checkout the branch with git:

git clone https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git OTB -b release-7.4

The documentation for OTB 7.4.0 can be found here.

This minor release brings the following changes:

The full changelog can be accessed here. We welcome your feedback and requests on OTB’s GitLab and if you find a bug, please report it !

2 Likes

A second release candidate is available, it includes bugfixes !850 and !849. The packages are available on the website:

It is possible to checkout the rc2 git tag with the followoing commands:

git clone https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git OTB
cd OTB
git checkout -q --detach 7.4.0-rc2

We are planning on releasing the final 7.4 in a few days.