Hello! I'm producing a dataset of molecules and their properties. and want to share it with the community; I'm wary of sharing straight-up pickle files due to how sensitive pickle can be to version mismatch and was considering a feather file of `toBinary()` data. Is this a reasonable approach? I'm trying to prioritize fast, error-free parsing by RDKit (both python and C++), maintenance of properties, and robustness to version skew. Is this a sane thing to do / are there better options?
...E
_______________________________________________ Rdkit-discuss mailing list Rdkit-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rdkit-discuss