* Implements --label option for python profiler - removes '-a', '-f', and '-l' options in favor of '--label args file line' for consistency with omnitrace exe * cmake formatting * Bump version to 1.1.0
* Support multiple Python versions in single build * RPATH + Split up config into config and runtime * pybind11 submodule * Docker build updates
* silence SFINAE disabled for fork_gotcha * Python updates - Options for --{module,function}-include - libpyomnitrace is_initialized and is_finalized - source instrumentation auto init - atexit finalization - improved python testing * Documentation Update * Fix to 'cmake -E cat' not available < cmake v3.18 * Fix for inverse tests * Update cancelling.yml