Overview

Request 989580 accepted

- Update to OTB version 8.0.1
Full release notes at:
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/blob/8.0.1/RELEASE_NOTES.txt
- Drop obsolete patches:
* otb-6.6.1-reproducible.patch
* fix_non_git_usage.patch
- update to 7.3.0
* a refactoring of the ResetMarging application: the application
now supports two interfaces to set the input region, with a ROI
and with a margin on each side.
* support for thermal noise removal in S1 products in SARCalibration.
OTB is now able to read and use the noise LUTs from Sentinel 1 products
* the version of DiapOTB used in the packages has been updated to 1.0.1.
* a bugfix for the KNN classifier (the number of neighbors was always 32).
- insighttoolkit version 5 is not yet supported, so explicit it in spec
See: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/merge_requests/528
- Update to OTB version 7.2.0
Full release notes at:
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/blob/7.2.0/RELEASE_NOTES.txt
- Update to OTB version 7.1.0
Full release notes at:
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/blob/7.1.0/RELEASE_NOTES.txt
Main changes are:
* Features added:
* !681: ENH: allow HTTP GDAL datasets by Laurențiu Nicola
* !673: Smoothing application enhancement by Cédric Traizet
* !655: BUG: migrate to QOpenGLWidget by Victor Poughon
* !644: Fast nlmeans filter by Carole Amiot
* !642: Resolve ExtractROI: keep GCPs by Guillaume Pasero
* !628: Added 'double' application parameter type. by guillaume pernot
* !618: Integration of the multiImageFileWriter in the application engine by Cédric Traizet
* Bugs fixed:
* !701: Error when opening ENVI datasets by Cédric Traizet
* !699: Fix listview parameter in TrainImagesClassifier
* !679: COMP: Remove RemoteSensingRegion assignment operator by Laurențiu Nicola
* !678: BUG: Fix warnings and possible UB in `VariadicInputsImageFilter::SetInputsImpl` by Laurențiu Nicola
* !677: Fix debian build by Cédric Traizet
* !674: BUG: Fix nodata handling in StreamingStatisticsMapFromLabelImageFilter by Laurențiu Nicola
* !667: Short Integer overflow in tests by Cédric Traizet
* !662: Update netcdf version in Superbuild to 4.7.3 by Cédric Traizet
* !660: COMP: Fix Variadic Input Image Filters for g++8.2.0 by Luc Hermitte
* !658: Allow UserValue modification from within application's DoExecute by guillaume pernot
* !656: input centroid should not be mandatory in TrainVectorClassifier and TrainImagesClassifier by Cédric Traizet
* !655: BUG: migrate to QOpenGLWidget by Victor Poughon
* !654: Missing RAM parameter in StereoRectificationGridGenerator application by Julien Michel
* !653: Warning cleaning by Guillaume Pasero
* !649: Resolve \Mosaic do not work anymore with rgb mode\ by Rémi Cresson
* !647: Fixed lookup table stacking order by guillaume pernot
* !646: removed duplicate Scene.png by guillaume pernot
* !641: FIX PCA transformation matrix computation by Cédric Traizet
* !640: Fixed lost reference of \buffer\ in VectorPrediction update mode by guillaume pernot
* !637: BUG: better check for TIXML_USE_STL by Victor Poughon
* !636: Fix gcc8 compilation by guillaume pernot
* !634: COMP: Added gcc9 support for ITK by guillaume pernot
* !633: Added otb_opencv_api.h in packages by guillaume pernot
* !626: FIX: check that input image is not null by Rémi Cresson
* !624: Fix GEOS errors from self intersecting polygons in and fix OPENCV path in debian CI build by Cédric Traizet
* !617: TEST: Force ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS=4 by guillaume pernot
* !616: TEST: rename ToulousePoints-examples.shp to toulousepoints_examples.shp by guillaume pernot
* !613: Additional tests for the ExtractROI application by Cédric Traizet
* !606: Check band index on each pixel by guillaume pernot
* Refactoring updates
* Documentation updates
- update to OTB version 7.0.0
* Documentation:
* The Cookbook has been refactored !
* The Software guide has been removed, most of its content has been migrated
to the Cookbook.
* New applications:
* ZonalStatistics : Object based statistics computation
* TrainVectorRegression , TrainImagesRegression , VectorRegression and
ImageRegression : Refactoring of the regression framework, based on
the classification framework.
* LocalRxDetection and EndmemberNumberEstimation: Hyperspectral image processing.
* Other changes includes:
* The minimum CMake version required to compile OTB is now 3.10.2 .
* The Mosaic Remote Module has been moved inside the OTB.
* The Python wrapper support logging.
* Python 2 is not supported by the wrapper anymore
* The Java wrapper has been removed.
* Support for GDAL 3.X has been added, support for GDAL 1.X has been removed.
* Support for OpenCV 4 has been added.
* OTB has a new continuous integration system.
* New SAR sensor Model : CosmoSkymed
* A generic functorImageFilter has been added.
* Drop obsolete patch: otb-fix_VERSION_file_install.patch
* Cleanup spec file a lot
- Add otb-6.6.1-reproducible.patch: Make build more reproducible.
- Use openCV <= 3.x, otb is not yet compatible with openCV 4
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues/1954
- enforce GDAL2 when using OTB
- require GDAL < 3 for build
- Avoid name repetition in summary.
- Remove redundancies from descriptions.
- Adjust RPM groups.
- Limit fdupes to only run on the /usr subvolume.
- Monteverdi needs otb-qt

Loading...
Request History
Stefan Brüns's avatar

StefanBruens created request

- Update to OTB version 8.0.1
Full release notes at:
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/blob/8.0.1/RELEASE_NOTES.txt
- Drop obsolete patches:
* otb-6.6.1-reproducible.patch
* fix_non_git_usage.patch
- update to 7.3.0
* a refactoring of the ResetMarging application: the application
now supports two interfaces to set the input region, with a ROI
and with a margin on each side.
* support for thermal noise removal in S1 products in SARCalibration.
OTB is now able to read and use the noise LUTs from Sentinel 1 products
* the version of DiapOTB used in the packages has been updated to 1.0.1.
* a bugfix for the KNN classifier (the number of neighbors was always 32).
- insighttoolkit version 5 is not yet supported, so explicit it in spec
See: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/merge_requests/528
- Update to OTB version 7.2.0
Full release notes at:
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/blob/7.2.0/RELEASE_NOTES.txt
- Update to OTB version 7.1.0
Full release notes at:
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/blob/7.1.0/RELEASE_NOTES.txt
Main changes are:
* Features added:
* !681: ENH: allow HTTP GDAL datasets by Laurențiu Nicola
* !673: Smoothing application enhancement by Cédric Traizet
* !655: BUG: migrate to QOpenGLWidget by Victor Poughon
* !644: Fast nlmeans filter by Carole Amiot
* !642: Resolve ExtractROI: keep GCPs by Guillaume Pasero
* !628: Added 'double' application parameter type. by guillaume pernot
* !618: Integration of the multiImageFileWriter in the application engine by Cédric Traizet
* Bugs fixed:
* !701: Error when opening ENVI datasets by Cédric Traizet
* !699: Fix listview parameter in TrainImagesClassifier
* !679: COMP: Remove RemoteSensingRegion assignment operator by Laurențiu Nicola
* !678: BUG: Fix warnings and possible UB in `VariadicInputsImageFilter::SetInputsImpl` by Laurențiu Nicola
* !677: Fix debian build by Cédric Traizet
* !674: BUG: Fix nodata handling in StreamingStatisticsMapFromLabelImageFilter by Laurențiu Nicola
* !667: Short Integer overflow in tests by Cédric Traizet
* !662: Update netcdf version in Superbuild to 4.7.3 by Cédric Traizet
* !660: COMP: Fix Variadic Input Image Filters for g++8.2.0 by Luc Hermitte
* !658: Allow UserValue modification from within application's DoExecute by guillaume pernot
* !656: input centroid should not be mandatory in TrainVectorClassifier and TrainImagesClassifier by Cédric Traizet
* !655: BUG: migrate to QOpenGLWidget by Victor Poughon
* !654: Missing RAM parameter in StereoRectificationGridGenerator application by Julien Michel
* !653: Warning cleaning by Guillaume Pasero
* !649: Resolve \Mosaic do not work anymore with rgb mode\ by Rémi Cresson
* !647: Fixed lookup table stacking order by guillaume pernot
* !646: removed duplicate Scene.png by guillaume pernot
* !641: FIX PCA transformation matrix computation by Cédric Traizet
* !640: Fixed lost reference of \buffer\ in VectorPrediction update mode by guillaume pernot
* !637: BUG: better check for TIXML_USE_STL by Victor Poughon
* !636: Fix gcc8 compilation by guillaume pernot
* !634: COMP: Added gcc9 support for ITK by guillaume pernot
* !633: Added otb_opencv_api.h in packages by guillaume pernot
* !626: FIX: check that input image is not null by Rémi Cresson
* !624: Fix GEOS errors from self intersecting polygons in and fix OPENCV path in debian CI build by Cédric Traizet
* !617: TEST: Force ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS=4 by guillaume pernot
* !616: TEST: rename ToulousePoints-examples.shp to toulousepoints_examples.shp by guillaume pernot
* !613: Additional tests for the ExtractROI application by Cédric Traizet
* !606: Check band index on each pixel by guillaume pernot
* Refactoring updates
* Documentation updates
- update to OTB version 7.0.0
* Documentation:
* The Cookbook has been refactored !
* The Software guide has been removed, most of its content has been migrated
to the Cookbook.
* New applications:
* ZonalStatistics : Object based statistics computation
* TrainVectorRegression , TrainImagesRegression , VectorRegression and
ImageRegression : Refactoring of the regression framework, based on
the classification framework.
* LocalRxDetection and EndmemberNumberEstimation: Hyperspectral image processing.
* Other changes includes:
* The minimum CMake version required to compile OTB is now 3.10.2 .
* The Mosaic Remote Module has been moved inside the OTB.
* The Python wrapper support logging.
* Python 2 is not supported by the wrapper anymore
* The Java wrapper has been removed.
* Support for GDAL 3.X has been added, support for GDAL 1.X has been removed.
* Support for OpenCV 4 has been added.
* OTB has a new continuous integration system.
* New SAR sensor Model : CosmoSkymed
* A generic functorImageFilter has been added.
* Drop obsolete patch: otb-fix_VERSION_file_install.patch
* Cleanup spec file a lot
- Add otb-6.6.1-reproducible.patch: Make build more reproducible.
- Use openCV <= 3.x, otb is not yet compatible with openCV 4
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues/1954
- enforce GDAL2 when using OTB
- require GDAL < 3 for build
- Avoid name repetition in summary.
- Remove redundancies from descriptions.
- Adjust RPM groups.
- Limit fdupes to only run on the /usr subvolume.
- Monteverdi needs otb-qt


Stefan Brüns's avatar

StefanBruens accepted request

openSUSE Build Service is sponsored by