Tags: PoseLib/PoseLib
Tags
Updated Python packaging + CI (#146) This PR introduces various improvements to the python packaging, and adds CI for building cross-platform wheels. Some new features are: * Automated python stub generation through `pybind11-stubgen`, which helps with type-hints etc. * `cibuildwheel` CI for automated building of wheels * Automated testing through an updated version of `posebench` * A bunch of minor fixes with the build process * Some minor fixes to the `python` bindings themselves.