Skip to content

openPMD-api: 0.14.3

Axel Huebl requested to merge ax3l/paraview-superbuild:openpmd-0.14.3 into master

I noticed that !907 (merged) did a major version upgrade over two major releases, without running tests that cover API changes. This PR to the superbuild fixes regressions of that major release, please backport it to the current release candidate.

Changelog:

  • Bugfixes in reads
  • handling of low-dimensional data
  • usage of MPark.Variant vs. C++17 <variant> in mixed -std compiles.

https://github.com/openPMD/openPMD-api/blob/0.14.3/CHANGELOG.rst

Note:

  • openPMD-api <=0.12 (pre !907 (merged)) required C++11
  • openPMD-api >=0.13 (after !907 (merged)) requires C++14
  • openPMD-api >=0.15 (next major) will require C++17

Shall/can I express this somewhere in the superbuild?

Another PR to ParaView mainline will address breaking changes from the major update that was already pulled in via !907 (merged) :)

Backport: release

Edited by Utkarsh Ayachit

Merge request reports