Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.