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
If we want to make our xdr and dcd reading and writing libraries cython importable and public as discussed in #3734, the cython classes in the respective .pyx files need to have accompanying .pxd files that expose the implementation.
Describe the solution you'd like
The required pxd files should expose the cython datastructures.
Additional context
I will likely do this in a separate PR#3888 for the libdcd as its changes are targeted at 3.0, while for libmdaxdr this can be done in #3892.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
If we want to make our xdr and dcd reading and writing libraries cython importable and public as discussed in #3734, the cython classes in the respective
.pyx
files need to have accompanying.pxd
files that expose the implementation.Describe the solution you'd like
The required pxd files should expose the cython datastructures.
Additional context
I will likely do this in
a separate PR#3888 for thelibdcd
as its changes are targeted at 3.0, while forlibmdaxdr
this can be done in #3892.The text was updated successfully, but these errors were encountered: