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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Feature
easier python installation (now possible with pip install ...)
PROPOSAL is now on pypi. If you only want to use it from python, do pip install [--user] proposal
PROPOSAL as an external library so other cmake projects can find_package(PROPOSAL)
Refactor
using cmake3 features
Vendor gtest, pybind11 and log4cplus to get the external dependencies git clone --recursive ... or by downloading a release tarball that includes these dependencies. See below.
rename pyPROPOSAL -> proposal
Tests
self-hosted TestFiles instead of git lfs (due to the limited bandwidth)