You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

3
4
4
5
# Reaction Transform descriptors
5
6
Python code to calculate reaction transform descriptors as described in [CHEMRXIV](https://chemrxiv.org/engage/chemrxiv/article-details/649888d41dcbb92a5e8e3475), by [@DocMinus](https://github.com/docminus) and [@DrAlatriste](https://github.com/DrAlatriste). <br>
@@ -42,6 +43,11 @@ Python testing has been added instead of the previous test.py, see the README.md
42
43
<br>
43
44
44
45
### Acknowledgments
45
-
We would like to thank [@eryl](https://github.com/eryl) for suggestions and help regarding multiprocessing. This allowed processing of large datasets within minutes or even seconds on a standard system, versus previously hours.
46
-
47
-
46
+
We would like to thank [@eryl](https://github.com/eryl) for suggestions and help regarding multiprocessing in the original build. This allowed processing of large datasets within minutes or even seconds on a standard system, versus previously hours.<br>
47
+
Currently this has been changed to joblib instead, which seems a bit more stable and faster in this particular context.
48
+
49
+
### Updates
50
+
* setup.py for install as package
51
+
* testing added
52
+
* switch from multiparallel to joblib
53
+
* releases introduced; version number reflects version number of tool.
0 commit comments