Add bindings to ReflectionProfile methods#79
Conversation
This reverts commit 7253d99.
|
Hi @ezatterin - thanks for the changes and the fix. Could you add a unit test (for good measure) with the new functions ? I think the PR also needs a |
|
yes, thanks @ezatterin and @vincefn . The news will turn into the changelog at the next release. |
* GetProfile now accepts numpy arrays as the `x` argument
|
Finally made it 🚀 I had to add an additional wrapper to use the |
|
Thanks @ezatterin We will review. I added this to the |
Summary of changes:
allow to build the library via
pip install .outside of a conda env usingsysconfigto find the location of the shared libs.added python bindings for the
ReflectionProfilepublic methods:Tested on Ubuntu 24.04 and Windows 11.