CrystalInfoFramework v0.7.0
- FilePaths has been removed. To open a CIF-formatted string, use new method
cif_from_string(string)
. Legacy code usingp"filename"
or passing aFilePath.Path
to the Cif constructor should still work. - The
DataContainer
submodule has been rearchitected and is still in flux. - Mac OS 14 users may have trouble. Please raise an issue if this is the case. MacOS 13 is fine.
Closed issues:
- Possible error with
fix_url
when path contains a space (#11)