|
a |
|
b/CHANGELOG.md |
|
|
1 |
### Development version (Git) |
|
|
2 |
|
|
|
3 |
### Version 0.8 (2021-04-02) |
|
|
4 |
* Multiple bugfixes in oddt.interactions module |
|
|
5 |
* Option to force explicitly charged atoms in interactions via `exact` argument |
|
|
6 |
* Generate bit information for PLEC fingerprints |
|
|
7 |
* Fix calculating similarity of SPLIF fingerprints |
|
|
8 |
* Drop support for Python older than 3.6 |
|
|
9 |
|
|
|
10 |
### Version 0.7 (2019-12-23) |
|
|
11 |
* Support recent RDKit and Openbabel |
|
|
12 |
* Implement PDBfixes (@marta-sd) |
|
|
13 |
* Fixed ECFP bugs |
|
|
14 |
* Last release that supports Python 2.7 |
|
|
15 |
|
|
|
16 |
### Version 0.6 (2018-02-28) |
|
|
17 |
* Virtual Screening module has ben rewritten to use batches of ligands |
|
|
18 |
* Implement scoring functions based on PLEC fingerprints (linear, nn and rf) |
|
|
19 |
* Add `mol.calccharges` method to RDKit backend |
|
|
20 |
* Introduce `resid` and `resnum` uniformly to both toolkits (index and PDB number) |
|
|
21 |
* generators of diverse conformers for OB and RDKit backends |
|
|
22 |
* PLEC fingerprint bug fixes |
|
|
23 |
* testing is now done by Pytest |
|
|
24 |
|
|
|
25 |
|
|
|
26 |
### Version 0.5 (2017-12-14) |
|
|
27 |
* Protein-Ligand Extended Connectivity (PLEC) fingerprint |
|
|
28 |
* PDBQT reader and writer for RDKit + Vina support |
|
|
29 |
* DUD-e database wrappers |
|
|
30 |
* standard deviation (SD) metric used in CASF |
|
|
31 |
* RIE and BEDROC metrics |
|
|
32 |
* minor bug fixes |
|
|
33 |
|
|
|
34 |
|
|
|
35 |
### Version 0.4.1 (2017-08-09) |
|
|
36 |
* Issue warning if maximum allowed neighbor count is reached in `atom_dict` |
|
|
37 |
|
|
|
38 |
|
|
|
39 |
### Version 0.4 (2017-07-17) |
|
|
40 |
* Interaction Fingerprints (IFP and SIFP); |
|
|
41 |
by Michał Kukiełka (@mkukielka) |
|
|
42 |
* Ultrafast Shape Recognition methods (USR, USRCAT, Electroshape); |
|
|
43 |
by Paulina Knut (@pknut) and Kinga Szyman (@kinga322) |
|
|
44 |
* Extended connectivity fingerprints ECFP (internal implementation) |
|
|
45 |
* Python 3.6 support |