Mention openmc.capi -> openmc.lib name change in release notes

This commit is contained in:
Paul Romano 2019-09-05 09:59:17 -05:00
parent 67de50e4fc
commit 8a58028469

View file

@ -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