pmadhikar

Results 3 issues of pmadhikar

Python 3.10 introduced the key parameter to their bisect functions. See for example https://docs.python.org/3/library/bisect.html#bisect.bisect_left This allows one to bisect lists with values that cannot otherwise be compared directly. It would...

This commit changes how pyxtp is built and installed such that it uses the standard python3 packaging system. It does so with the two following steps: 1. Seperate the pybind11...

The pyxtp module is not a python3 package as per normal standards. Instead what happens is that the cmake script manually copies the pyxtp files in to the user python3...