Skip to content

Releases: glotzerlab/parsnip

v0.2.0

19 Feb 21:28
9328f54
Compare
Choose a tag to compare

v0.2.0 - 2025-02-19

Added

  • Support for nonsimple (';'-delimited) data entries.
  • Improved support for entries containing special characters.
  • Ability to query multiple keys or columns simultaneously.
  • Additional tests for AMCSD and zeolite databases.
  • Additional documentation and examples for the new interface

Changed

  • Primary interface is now the CifFile object, which supports all previously implemented features in addition to several new methods.
  • Files are now parsed lazily, and are traversed a single time.

Dependencies

  • Added more-itertools as a dependency for peekable iterators