Releases: jamesrhester/CrystalInfoFramework.jl
Releases · jamesrhester/CrystalInfoFramework.jl
v0.4.7
CrystalInfoFramework v0.4.7
- Added optional specification of directory on which to base relative imports
v0.4.6
CrystalInfoFramework v0.4.6
- Fixed bug in output order
- Offer separate caching of imported dictionaries
v0.4.5
CrystalInfoFramework v0.4.5
- Fixed case-sensitivity bug for save frames/block names
v0.4.4
CrystalInfoFramework v0.4.4
- new
add_definition!
method for dictionaries - allow optional order to be specified for data block output
- add a simple script for system image preparation (in
extras
directory)
v0.4.3
CrystalInfoFramework v0.4.3
get_enum
method for getting all enumerated values from a dictionary- added CIF2 un-prefixing and un-folding on input
v0.4.2
CrystalInfoFramework v0.4.2
- Improvements to dictionary output
- Fix for major slowdown in input parsing
Closed issues:
- Use MacroTools.jl for dREL AST processing (#1)
v0.4.1
CrystalInfoFramework v0.4.1
- CIF output enhanced for dictionaries
- Bug fix for dictionary import
- Preserve header comments
- Upgrade to DataFrames 1.1
v0.4.0
CrystalInfoFramework v0.4.0
- Native parser is now competitive with C cifapi parser after updates to underlying Lerche tool
v0.3.0
CrystalInfoFramework v0.3.0
- Added native parser (about 5x slower). The package is now fully functional out of the box on all OSes. C parser in
libcif
is still used if available. - Improved formatting of CIF output
Cif
creation now requires use of FilePath objects. A string will be interpreted as CIF-formatted data. Old files can be fixed byusing FilePaths
and prefixing all file location string literals with the letterp
.
v0.2.1
CrystalInfoFramework v0.2.1
Fixed case-comparison bugs
Use dictionary title to access dictionary data block