Skip to content

Latest commit

 

History

History
209 lines (107 loc) · 12.3 KB

File metadata and controls

209 lines (107 loc) · 12.3 KB

Changelog

0.9.2 (2021-10-05)

Bug Fixes

0.9.1 (2021-10-05)

Bug Fixes

  • functools.cached property needs to be backported for 3.7 (c4fb1b2)
  • ru,c bond threshold (eaa9f58)

0.9.0 (2021-09-02)

Features

  • initial implementation of database lookup (#147) (2a57f1f)
  • large speedup of LRU cache lookup contributed by @ltalirz (#160)

0.8.2 (2021-07-20)

Bug Fixes

0.8.1 (2021-07-20)

Bug Fixes

0.8.0 (2021-07-20)

Features

Bug Fixes

  • do not pin pymatgen (e2ff197)
  • failing tests for descriptions (25ce4e7)
  • include yml files in MANIFEST (a0cb305)
  • loosen version limit om pymatgen (981f7df)
  • oversensitive checks (#138) (499aa9f)
  • oversensitive floating atom check (#140) (86d3f2d)
  • remove unused cycle basis calculation (c3abcc2)
  • remove unused cycle basis calculation (c22cb35)
  • use set of wyckoff letters (fe6e6b9)

Documentation

0.7.1 (2021-03-26)

Documentation

0.7.0 (2021-03-24)

Features

Documentation

0.6.0 (2021-03-24)

Features

Bug Fixes

  • including requirements.txt in MANIFEST.in (#109) (a960d56)

Documentation

  • adding background to the docs (5af916b)

0.5.1 (2021-03-20)

Bug Fixes

  • dealing with partial occupancy (#97) (98e8357)
  • graph hash and scaffold hash are now separate properties (#90) (bd76a63)
  • is_metal choked on D, was not consistent with CSD (#99) (a01519a)

0.5.0 (2021-03-17)

Features

  • extend check for undercoordinated metals, closes #67 (#70) (ceae03b)

Bug Fixes

0.4.0 (2020-12-14)

Features

  • added option to return the Weisfeiler-Lehman hash of the structure graph (#58) (74463bb)
  • implement check for low metal coordination (#53) (c1676f6)
  • implemented charge check (#52) (cd0dbce)

Bug Fixes

Documentation

  • updated features in readme (3a4be5e)

0.3.1 (2020-12-10)

Documentation

  • added installation notes and basic user guide (4a34d8b)

0.3.0 (2020-12-07)

Features

  • expected values and descriptions for checks (#42) (4f2c33e)

0.2.2 (2020-12-03)

Documentation

0.2.1 (2020-12-03)

Documentation

  • updated installation section in readme (443f1b2)
  • updated the features in readme (de653dc)

0.2.0 (2020-12-03)

Features

  • heuristics for missing H on C and N (#33) (db14cbb)

0.1.0 (2020-12-02)

Features

  • added overlap check and property for c/h/overvalent c (bcf2670), closes #2
  • basic CLI implemented (d2273fd)
  • implemented check for lone atoms and molecules (fc98d4d)
  • initial commit (474dab0)

Bug Fixes

  • dropping windows support (5d5e605)
  • has_carbon in descriptor (7bba959)
  • installing pytest-cov on github actions. (ab15d4a)
  • subgraph check for newer networkx versions (85532da)

Documentation