Skip to content

v2.14.1.0

Latest

Choose a tag to compare

@philippeVerney philippeVerney released this 26 Feb 16:37

Development

  • Add support of common v2.3 ColumnBasedTable
  • Add support for split nodes
  • Clarify stratigraphic column and rank interpretation docs
  • Enforce HDF proxy compatibility with different RESQML versions in a same repository

Bug fix

  • Fix RESQML2.2 PolylineSetRep closed attribute export
  • Fix getting RESQML2.2 PolylineSetRep count of polyline when closed attribute is a BooleanXmlArray
  • Fix checking RESQML2.2 PolylineSetRep closed attribute
  • Fix integer clamping by casting to int64_t before std::clamp
  • Fix EPC content types and schema versions
  • Fix asking if a partial GeneticBoundaryFeature is an horizon

SWIG

  • [Python] Add unstructured grid example and fix array casting
  • [Python] Fix LONG64 usage
  • [Python] Manylinux wheel is now build on cibuildwheel v3.2.1

Build

  • Introduces a basic dependabot.yml to enable automated updates GitHub Actions dependencies on a weekly schedule.
  • Add permissions to GitHub Actions workflow to improve security
  • Remove obsolete Dockerfiles for multiple platforms
  • Bump date.h to v3.0.4
  • Bump to gsoap 2.8.140
  • Update HDF5 to v2.0.0 and Boost versions to 1.90 in CI
  • Remove webassembly support candidate
  • Build HDF5 from source in wheels to avoid vulnerablity
  • Install include files even in case of SWIG usage
  • Define zlib to v1.3.1 in GitHub Actions windows workflow