Handmerge develop into MAPL3 2026-Feb-26#4466
Merged
mathomp4 merged 3 commits intorelease/MAPL-v3from Feb 26, 2026
Merged
Conversation
…4369) * Python bridge original code + README * Exposing `MAPL.python_bridge` to larger `MAPL` + forward API * Fix bad import when opt-out of the bridge + clean up * Update CHANGELOG * Defend `ieee` checks against odd compiler faults. Restrict it to known SIGFPE issue on numpy import * Evolve API to get a 1 call to MAPL_GetPointer within Python * Add `associated` check leading to buffer being `None` Docstrings * Export init/finalize user code hooks Replace GridComp by MaplComp * Fix ABC use for user code base class Add a larger bypass IEEE importer with other packages used in DSL * Fix MAPLPy user API memory retrieval * Expose `GetResource` to `MAPLPy` * Expose basic grid infos * Add hook for RUN with `INTERNAL` state * Expose `named_run_with_internal` to public API * Fixing implicit `stdlib.h` import for uptight apple-clang * Rename files & move under the `Python` directory * Rename MAPL_PythonBridge -> PythonBridge --------- Co-authored-by: Tom Clune <thomas.l.clune@nasa.gov>
# Conflicts: # CMakeLists.txt # MAPL/CMakeLists.txt
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.
Supersedes #4463
This is a handmerge of develop into MAPL3. There were conflicts in the "automerge" from #4369 from @FlorianDeconinck
This is just to make sure CI is happy after I solved the conflicts.