Auto GitFlow - develop → MAPL-v3 - [Feature] Two-way python bridge with limited MAPL support in Python (#4369)#4463
Closed
github-actions[bot] wants to merge 1 commit intorelease/MAPL-v3from
Closed
Auto GitFlow - develop → MAPL-v3 - [Feature] Two-way python bridge with limited MAPL support in Python (#4369)#4463github-actions[bot] wants to merge 1 commit intorelease/MAPL-v3from
github-actions[bot] wants to merge 1 commit intorelease/MAPL-v3from
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>
Member
|
Superseded by #4466 |
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.
📝 Automatic PR:
develop→release/MAPL-v3Description
[Feature] Two-way python bridge with limited MAPL support in Python (#4369)
Python bridge original code + README
Exposing
MAPL.python_bridgeto largerMAPL+ forward APIFix bad import when opt-out of the bridge + clean up
Update CHANGELOG
Defend
ieeechecks 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
associatedcheck leading to buffer beingNoneDocstrings
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
GetResourcetoMAPLPyExpose basic grid infos
Add hook for RUN with
INTERNALstateExpose
named_run_with_internalto public APIFixing implicit
stdlib.himport for uptight apple-clangRename files move under the
PythondirectoryRename MAPL_PythonBridge -> PythonBridge
Co-authored-by: Tom Clune thomas.l.clune@nasa.gov
📁 Modified files