MolDf v0.7.5
To install this version
pip install moldf -U
New features
- Added
write_jcsvfunction. Any dict of Pandas Frames can be writen to the JCSV format. - Added
read_jcsvfunction. TheJCSVfiles written by the abovewrite_jcsvfunction can be read into dicts of DataFrames. - The above two close #20.
Fixes
get_residue_templatenow returns both (A, B) and (B, A) for A-B bonding information.- For
mmcif, columns of the_atom_sitecategory but not in the provided file are skipped in buildingPDBDataFrame. label_entity_idis char inmmcifspecification.- The newline character in windows os is respected like in CSV and Pandas.