Skip to content

Releases: WMD-group/SMACT

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.

Improvements to code following JOSS review process

10 Jun 08:47
Compare
Choose a tag to compare

This release follows peer review of the package in the Journal of Open Source Software (see the full open review process here).

Most important changes include:

  • Updating the README to make it more user-friendly, especially for those new to the field.
  • Consolidating and improving the examples.
  • Updating the docs and fixing typos.
  • Renaming the smact_test function to smact_filter.

Bug fix in oxidation states module

26 Mar 15:38
Compare
Choose a tag to compare

A bug in the oxidation states module has been fixed for this release. The pair_probability and compound_probability functions now work as expected.