You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds Python bindings to Caliper with pybind11 (#573)
* Implements Python bindings for Caliper
* Improves the exported type enums
* Adds examples of the Python API
* Fixes default parameter for cali_attr_properties
* Removes default arugments for Attribute and Annotation in place of multiple constructors
* Adds unit tests for Python bindings
* Adds docstrings to Python bindings
* Moves Python bindings to src/interface and adds logic to help with unit testing
* Updates GH Actions runner to install Pybind11 correctly
* Removes Variant from Python bindings
* Removes redundant install of Pybind11 with apt
* Enables bitwise arithmetic in bindings for cali_attr_properties
set(PYCALIPER_SYSCONFIG_SCHEME "posix_user"CACHESTRING"Scheme used for searching for pycaliper's install path. Valid options can be determined with 'sysconfig.get_scheme_names()'")
0 commit comments