Skip to content

v2.14.1#372

Merged
philippeVerney merged 17 commits intomasterfrom
dev
Feb 23, 2026
Merged

v2.14.1#372
philippeVerney merged 17 commits intomasterfrom
dev

Conversation

@philippeVerney
Copy link
Member

No description provided.

Fix getting RESQML2.2 PolylineSetRep count of polyline when closed attribute is a BooleanXmlArray
Fix checking RESQML2.2 PolylineSetRep closed attribute
Introduced an unstructured grid example in example.py and updated several method calls to use the .cast() method for array arguments to ensure correct type handling. Also made minor updates in fesapi.ipynb for array casting and kernel metadata.
See #367
Casts input values to int64_t before applying std::clamp to ensure correct clamping behavior for signed integer types. This prevents potential issues with type mismatches and ensures values are properly constrained within the limits of the target type.
See Android build in #362
Specified 'contents: read' and 'pull-requests: write' permissions in the workflow to improve security and enable required actions.
Add an export of a time series property in the Python example
Deleted Dockerfiles for AlmaLinux 8, Ubuntu 20.04, and Ubuntu Trusty from the docker directory. These files are no longer maintained.
Improved and expanded documentation for StratigraphicColumn and StratigraphicColumnRankInterpretation classes across RESQML 2.0.1 and 2.2, clarifying ordering criteria, rank detail, and push-back requirements. Updated parameter names for clarity and consistency, and enhanced SWIG interface comments to match. No functional code changes were made.
Upgrades HDF5 and Boost versions in CI workflows.
Refactors HDF5 file access property list creation in HdfProxy.cpp to more cleanly ensure backward compatibility with HDF5 1.8.
Fixes a typo in AbstractHdfProxy.h documentation.
Adjusts CMake logic to better detect parallel HDF5 v2.0 builds.
We have not enough time to develop and maintain it.
Adjust how schemaVersion and EPC content types are generated and fix minor issues across codebase.

- AbstractObject: add documentation for EML schemaVersion handling and compute gsoapProxy2_3->schemaVersion from the XML namespace (last two chars) instead of using getXmlNamespaceVersion().
- EpcDocument: introduce getEpcContentType(...) to produce EPC content-type strings in the form "application/x-<ns>+xml;version=X.Y;type=<tag>" and use it when adding package content types.
- PropertySet: ensure null-check throw is properly braced to avoid control-flow ambiguity.
- GitHub Actions workflow: correct comment typo referencing the fetpapi wheel.

These changes ensure EPC content types follow the expected two-digit dot-delimited version format and clarify schema version behavior for different Energistics schema versions.
In src/common/DataObjectRepository.cpp add the HdfProxy include and a runtime check in addRelationship that throws if a RESQML 2.0 data object is associated with an EML2.3 HdfProxy, instructing to use an EML2.0 HdfProxy instead. IT prevents mixing incompatible RESQML/EML versions.
CI workflow: remove system hdf5-devel install and instead download, configure and build HDF5 2.0.0 from source (cmake configure/build/install) due to distro security/maintenance concerns
Fix few warnings
@philippeVerney philippeVerney merged commit e7e588d into master Feb 23, 2026
6 of 27 checks passed
@philippeVerney philippeVerney deleted the dev branch February 26, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant