-
Notifications
You must be signed in to change notification settings - Fork 663
List of extensions
kain88-de edited this page Jan 17, 2016
·
10 revisions
MDAnalysis uses lots of extensions, below is a list of them and their readiness for Python 3
Extension | Description | Language | Python 3 ready? | Solved in |
---|---|---|---|---|
coordinates._dcd | DCD format reader | CPython | No (Cpython api changed) | |
coordinates.dcdtimeseries | Timeseries for DCD | Cpython | No (as above) | |
lib._distances | Distance calculations | C / Cython | Yes? | |
lib._distances_openmp | Parallel of above | C / Cython | Yes? | |
lib.parallel.distances | More parallel distances | Cython | Yes?? | |
lib.qcprot | RMSD via QCP | Cython | Yes? | |
lib._transformations | Coordinate transformations | C/CPython | Probably (#401) | |
lib.KDTree._KDTree | KDTree for distance searches | CPP/SWIG | No (#383) | 395 |
coordinates.xdrfile | Gromacs format reader | C/Swig | No (#211) | 441 |