Skip to content

Releases: lamalab-org/mofchecker

mofchecker v0.5.1

21 Mar 08:39
707bc83

Choose a tag to compare

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)

mofchecker v0.5.0

17 Mar 18:50
61dc6c1

Choose a tag to compare

Features

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

Bug Fixes

mofchecker v0.4.0

14 Dec 11:05
980bcf1

Choose a tag to compare

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)

mofchecker v0.3.1

10 Dec 07:12
85479a2

Choose a tag to compare

Documentation

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

mofchecker v0.3.0

07 Dec 18:34
ada317b

Choose a tag to compare

Features

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

mofchecker v0.2.2

03 Dec 16:34
40d0aa0

Choose a tag to compare

Documentation

mofchecker v0.2.1

03 Dec 11:27
d0efb31

Choose a tag to compare

Documentation

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

mofchecker v0.2.0

03 Dec 09:31
86af4c7

Choose a tag to compare

Features

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

mofchecker v0.1.0

02 Dec 10:47
4267a8c

Choose a tag to compare

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