Closed phlptp closed 1 week ago
will add the C version of this soon to this PR
Fixes #2669
@phlptp are you wanting a review on this?
@phlptp are you wanting a review on this?
Yes, Mainly to make sure it meets your needs regarding #2669
@josephmckinsey, can you get the C-based additions @phlptp just added into PyHELICS for testing? I don't know if we want to use the libclang script or do it manually. Maybe @nightlark has an idea on the best way to do this?
For pyhelics changes: use https://github.com/GMLC-TDC/cheader2json#usage to dump ast.json files for the previous helics release (using the helics.h backup header file) and for the new development version of helics (using the new helics.h backup header file), then use it to do a diff of the ast.json files to get the changes that need to be made to pyhelics.
For pyhelics changes: use https://github.com/GMLC-TDC/cheader2json#usage to dump ast.json files for the previous helics release (using the helics.h backup header file)...
Any update on getting these changes into PyHELICS for testing?
For pyhelics changes: use https://github.com/GMLC-TDC/cheader2json#usage to dump ast.json files for the previous helics release (using the helics.h backup header file)...
Any update on getting these changes into PyHELICS for testing?
I don't think anyone has been working on this.
Summary
If merged this pull request will add mechanics for getting filter properties
Proposed changes