From 8a580284692a30a13060b5d92b3bde558e5ec4ab Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 5 Sep 2019 09:59:17 -0500 Subject: [PATCH] Mention openmc.capi -> openmc.lib name change in release notes --- docs/source/releasenotes/0.11.0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/releasenotes/0.11.0.rst b/docs/source/releasenotes/0.11.0.rst index bf4719374a..170630ea72 100644 --- a/docs/source/releasenotes/0.11.0.rst +++ b/docs/source/releasenotes/0.11.0.rst @@ -81,6 +81,8 @@ Python API Changes :func:`openmc.model.rectangular_prism`. - The ``get_hexagonal_prism`` function has been renamed :func:`openmc.model.hexagonal_prism`. +- Python bindings to the C/C++ API have been move from ``openmc.capi`` to + :mod:`openmc.lib`. --------- Bug Fixes