[QGIS-Developer] API break caused by PR 61451 ?
Nyall Dawson
nyall.dawson at gmail.com
Wed Jul 30 15:02:12 PDT 2025
On Wed, 30 Jul 2025 at 22:24, Nicolas Godet via QGIS-Developer
<qgis-developer at lists.osgeo.org> wrote:
>
> Dear devs,
>
> For unknown reasons, I'm not allowed to comment under this PR (https://github.com/qgis/QGIS/pull/61451).
>
> I think this PR introduced an API break between 3.42 and 3.44.
> Before 3.44, QgsTinInterpolator.Linear should be used and after QgsTinInterpolator.TinInterpolation.Linear.
> No monkeypatching (it was removed by PR)
>
> Same for QgsInterpolator.ValueAttribute and QgsInterpolator.ValueSource.Attribute but QgsInterpolator.ValueSource.ValueAttribute is OK.
>
> Am I doing something wrong ?
Nope, it was an accidental bug. Fix is at
https://github.com/qgis/QGIS/pull/62718
Nyall
More information about the QGIS-Developer
mailing list