Skip to content

Releases: EBjerrum/scikit-mol

+AvalonFP

06 May 05:35
01e8848
Compare
Choose a tag to compare

New transformer class, AvalonFingerprintTransformer.

v0.2.0

30 Apr 08:52
eb19359
Compare
Choose a tag to compare

Renaming of modules and classes for consistency

Module and Class renaming for better consistency.
This will break imports in existing scripts, but better now than later.

Fingerprints are now in the fingerprints module rather than in the transformers module
(all are transformers, so this is more descriptive)

Fingerprint consistently spelled out in the class names, e.g. not FP, but Fingerprint

Descriptors in the descriptors module

Smiles2Mol is now in a new module called conversions

Also:
New transformer available: MHFingerprintTransformer

Parallel transformations

04 Mar 09:52
Compare
Choose a tag to compare

Documentation

09 Dec 17:40
558ac27
Compare
Choose a tag to compare

Merged the documentation branch to the main, and re-releasing tagged version.

What's Changed

Full Changelog: v0.0.4...v0.1.1

Updated documentation notebooks

09 Dec 17:37
f132abd
Compare
Choose a tag to compare

Updated notebooks and Readme's, as well as various bug fixes.

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.1.0

Integration testing

30 Nov 14:36
f132abd
Compare
Choose a tag to compare

Integration testing and minor bug fixes. There is now a test dataset available for basic testing available for pytest via the fixture SLC6A4_subset. The samples are selected to give a higher validation/test performance despite the small size, and are thus artificially inflated and should not be used for regular QSAR work.

bugfixes and tests

29 Oct 13:51
Compare
Choose a tag to compare

More complete coverage of tests and some bugfixes in the transformers

Tested and updated classes

17 Oct 19:13
Compare
Choose a tag to compare

Unittests coverage is now decent, and the dynamics around decs_list is now implemented correctly, so that parameters can be set after instantiation of the object and the desciptor_calculator function list be updates

v0.0.1: Update README.md

16 Oct 18:52
0ae2638
Compare
Choose a tag to compare

First release of the draft code. Not all transformers fully tested.