Skip to content

Releases: kjappelbaum/mofdscribe

v0.0.8

12 Apr 13:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

19 Dec 07:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

17 Dec 23:26
Compare
Choose a tag to compare

What's Changed

  • fix: print for the RDKitAdaptor Featurizers. by @kjappelbaum in #413
  • make some additional imports optional

Full Changelog: v0.0.5...v0.0.6

v0.0.5

17 Dec 22:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

12 Dec 17:11
Compare
Choose a tag to compare

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

mofdscribe v0.0.3

08 Nov 16:22
Compare
Choose a tag to compare

New features

  • We implement interfaces for custom datasets based on a collection of files and/or a dataframe. As the built-in datasets, those datasets are compatible with mofdscribe features such as Splitters (#396)

Bugfixes

Chores

  • Dropped numpy version pin (#399)
  • Optimized CI using mamba and parallel tests (#393)

mofdscribe v0.0.2

04 Nov 14:02
Compare
Choose a tag to compare

This minor update of mofdscribe comes with a better interface for implementing custom StructureDataset and parallelize property computation in those datasets.

We also no longer drop nan for the QMOFDataset.

v0.0.1 - initial release

30 Aug 06:07
Compare
Choose a tag to compare
Bump version: 0.0.1-dev → 0.0.1