Skip to content

Releases: lrcfmd/ElMD

0.5.12

14 Mar 13:32
Compare
Choose a tag to compare

Added vector_to_formula for inverse featurizing

0.5.4

24 Aug 23:01
fd79116
Compare
Choose a tag to compare
v0.5.4

Made numba fail gracefully if not present

0.5.3

24 Aug 09:59
05c9dcf
Compare
Choose a tag to compare

Added the fast EMD implementation, accessible through metric="fast". This is based on the method described here: https://arxiv.org/pdf/1804.01947.pdf

0.5

08 Jun 15:46
a4d72b3
Compare
Choose a tag to compare

Merges in the optimimizations made by @dwiddo

Full Featurizer

02 Feb 22:27
Compare
Choose a tag to compare

Adds a full_feature_vector() method to the ElMD() class which returns a complete featurization vector (n=8076) for each composition. Returns the mean, weighted mean, min, max, range, and std. deviation of all available elemental feature lookup tables (excluding permutations of one hot encoded atomic scales).

Fixes pip bugs that occurred in development for versions 0.4.16-18 due to mismatching version numbers in setup.py and init.py

0.4.17

02 Feb 15:43
Compare
Choose a tag to compare

Added full_featurize() to give a complete desciptor utilizing all featurizing dictionaries. Returned features take the weighted mean, mean, min, max, range, std deviation of the featurized elements in each composition

0.4.15

08 Nov 22:45
Compare
Choose a tag to compare
v0.4.15

Reintroduced njit

0.4.7

18 Oct 21:09
67d189c
Compare
Choose a tag to compare
Merge pull request #11 from lrcfmd/clean_emd_func

Clean emd func and ratio vectors for non mod_petti metrics

0.4.2

17 Oct 11:47
c0bebac
Compare
Choose a tag to compare

Added caching when reading elemental dicts from disk to speed up parsing

0.3.19

06 Oct 18:26
2b4f4ff
Compare
Choose a tag to compare
Merge pull request #6 from SurgeArrester/master

Reduced IO operations