From a8e05d1495f7682387f775591a6ac70f7389cd7f Mon Sep 17 00:00:00 2001 From: Robin De Schepper Date: Mon, 13 Sep 2021 18:26:42 +0200 Subject: [PATCH] Warned about the removal of `nest.hl_api` --- doc/userdoc/release_notes/v3.1/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/userdoc/release_notes/v3.1/index.rst b/doc/userdoc/release_notes/v3.1/index.rst index e859b79752..08344fa46e 100644 --- a/doc/userdoc/release_notes/v3.1/index.rst +++ b/doc/userdoc/release_notes/v3.1/index.rst @@ -64,3 +64,6 @@ Deprecation information * Model ``pp_pop_psc_delta`` has been deprecated since 2016 and will be removed in NEST 3.2. Please use model :doc:`gif_pop_psc_exp ` instead. +* The `nest.hl_api` namespace contained the same members as `nest` + and is being removed in NEST 3.2. All imports from `nest.hl_api` + can be replaced by imports from `nest`.