From eb8c8a1ebfd6339007fac0d10580c57ce5db7d82 Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavalias-github@xavier.robin.name> Date: Mon, 15 May 2023 09:10:57 +0200 Subject: [PATCH] doc: comment on OST 2.5 changes --- core/init/__init__.py.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/init/__init__.py.in b/core/init/__init__.py.in index 47141c5c..d99f5556 100644 --- a/core/init/__init__.py.in +++ b/core/init/__init__.py.in @@ -28,6 +28,9 @@ import ost from ost import conop from ost import io +# It is no longer needed to set the default compound lib with OST >= 2.5. +# This function is kept as is for backward compatibility with earlier OST +# versions. Consider updating in a future release. def SetCompoundsChemlib(path_to_chemlib=@OST_COMPOUNDS_CHEMLIB_PATH@): """SetCompoundsChemlib(path_to_chemlib) Load a compounds library. Does not return anything, the library is just -- GitLab