Skip to content

Releases: WMD-group/SMACT

v2.5.0

22 Dec 19:41
f075afe
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #86
  • @dependabot made their first contribution in #81

Full Changelog: v2.4.2...v2.5.0

v2.4.2

14 Dec 10:02
e3346be
Compare
Choose a tag to compare

What's Changed

  • Oxidation states docs by @AntObi in #70
  • Examples have been updated to run using python3 by @AntObi in #69
  • Oxidation states model example updates by @AntObi in #68
  • Dopant prediction docs by @AntObi in #71
  • Add pre-commit hooks and formatting to CI by @dandavies99 in #72
  • Ran pre-commit on all files by @AntObi in #73
  • Updated pre-commit hooks (now includes jupyter) by @AntObi in #77

Full Changelog: v2.4.1...v2.4.2

v2.4.1

22 Sep 16:22
9dcbf3b
Compare
Choose a tag to compare

What's Changed

  • Oxidation states from Wikipedia by @AntObi in #63

Full Changelog: v2.4.0...v2.4.1

Dopant prediction module and test suite updates

20 Sep 15:20
724b357
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.3.1...v2.4.0

Average radii added to the Species class

07 Jul 17:44
f41229c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.3.1

v2.3.3

07 Jul 16:47
d8b0ee1
Compare
Choose a tag to compare

What's Changed

  • Update screening.py by @AntObi in #52
  • added average radii to the Species class by @AntObi in #53
  • Species.average_shannon_radius and Species.average_ionic_radius are the new properties available to the Species class

Full Changelog: v2.3.2...v2.3.3

Switchable oxidation states in screening.smact_filter

09 Jun 17:03
0922615
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

Bugfix in data_loader.py

04 Nov 17:40
Compare
Choose a tag to compare
  • Fixed a bug in data_loader.py so now ICSD oxidation states are available from the Element class.
  • Updated README in examples folder to include description about structure prediction examples

Structure prediction updates and pymatgen compatibility

06 Oct 18:14
eea50a6
Compare
Choose a tag to compare

What's Changed

  • Updated oxidation states module and structure prediction module to be compatible with pymatgen v2022.0 and higher
  • Binary and ternary ionic substitution functions added to structure prediction module
  • Extended radii dataset added
  • Updated requirements
  • Example notebooks for structure prediction module included

Full Changelog: v2.0.2...v2.3

Structure prediction module and license change

06 Nov 08:38
Compare
Choose a tag to compare

We have moved to the widely used and unrestrictive MIT license.

This release also includes the new structure prediction module. This is a minimalist and lightweight framework for predicting new compounds based on species similarity. The implementation is inspired by this work and we are looking to include other species similarity metrics in the future.