Mofdscribe

Latest version: v0.0.8

Safety actively analyzes 624738 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.0.8

What's Changed
* feat: implement "text" featurizer by kjappelbaum in https://github.com/kjappelbaum/mofdscribe/pull/441
* feat: add RCSR code to text description and return numpy array by kjappelbaum in https://github.com/kjappelbaum/mofdscribe/pull/444


**Full Changelog**: https://github.com/kjappelbaum/mofdscribe/compare/v0.0.7...v0.0.8

0.0.7

What's Changed
* make it easier for users to customize logging by kjappelbaum in https://github.com/kjappelbaum/mofdscribe/pull/415


**Full Changelog**: https://github.com/kjappelbaum/mofdscribe/compare/v0.0.6...v0.0.7

0.0.6

What's Changed
* fix: print for the `RDKitAdaptor` Featurizers. by kjappelbaum in https://github.com/kjappelbaum/mofdscribe/pull/413
* make some additional imports optional

**Full Changelog**: https://github.com/kjappelbaum/mofdscribe/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* add an additional example notebook by kjappelbaum in https://github.com/kjappelbaum/mofdscribe/pull/412


**Full Changelog**: https://github.com/kjappelbaum/mofdscribe/compare/v0.0.4...v0.0.5

0.0.4

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.

* implement host-guest featurizer by kjappelbaum in https://github.com/kjappelbaum/mofdscribe/pull/405
* implement guest-centered APRDF by kjappelbaum in https://github.com/kjappelbaum/mofdscribe/pull/405

Additionally, this release brings the first interface to an experimental dataset. We include the thermal stability dataset curated by the Kulik group.
* interface thermal stability dataset from Nandy et al. by kjappelbaum in https://github.com/kjappelbaum/mofdscribe/pull/411

Chores
* Use literal syntax instead of function calls to create data structure by deepsource-autofix in https://github.com/kjappelbaum/mofdscribe/pull/409
* Replace range(len(...)) with enumerate(...) by deepsource-autofix in https://github.com/kjappelbaum/mofdscribe/pull/410
* Use correct syntax for grouping parallel tests
* Start fixing typing issues

**Full Changelog**: https://github.com/kjappelbaum/mofdscribe/compare/v0.0.3...v0.0.4

0.0.3

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

- [pymatgen 2022-11-1](https://pymatgen.org/change_log.html#v2022-11-1) changed to order of args in `Structure.to` which was incompatible with our use (391)

Chores
- Dropped numpy version pin (399)
- Optimized CI using mamba and parallel tests (393)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.