Skip to content

v0.0.4

Compare
Choose a tag to compare
@kjappelbaum kjappelbaum released this 12 Dec 17:11
· 22 commits to main since this release

What's Changed

New features

This version comes with two new featurizers. First, a "meta"-featurizer that can apply any featurizer on both hosts and guests and then concatenates the results. Second, a flavor of atom-property labeled radial distribution functions that are centered on the guest atoms. That is, instead of considering the correlations between all atoms it considers only the correlations between the guest atoms and all framework atoms within a cutoff radius.

Additionally, this release brings the first interface to an experimental dataset. We include the thermal stability dataset curated by the Kulik group.

Chores

  • Use literal syntax instead of function calls to create data structure by @deepsource-autofix in #409
  • Replace range(len(...)) with enumerate(...) by @deepsource-autofix in #410
  • Use correct syntax for grouping parallel tests
  • Start fixing typing issues

Full Changelog: v0.0.3...v0.0.4