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
Structure.add_identifiers(name="some_name", smiles="some_smiles") (or other identifiers) rather than Structure.add_identifiers({"name": "somename", "smiles": "some_smiles"})
No longer using viewer=grid for single Py3dMol viewers. This gives better performance as per David Koes, the package maintainer.
Removed automatic use of SMILES for view titles. It was an eyesore for longer SMILES.
Updated documentation to make it clear when Bohr/Angstroms where being used. Further standardized on Bohr.
Removed
view.view() no longer uses Structure.ids.smiles as a default title.