[announcement] import bempp_cl.api

Hello everyone,

I’ve just merged a PR that renames the Python module in bempp-cl from bempp to bempp_cl. The reason for this is so that bempp-cl can be more easily used alongside (the still very experimental) bempp-rs.

If you’re using bempp-cl, you’ll need to replace all instances of bempp.api with bempp_cl.api (eg import bempp.api becomes import bempp_cl.api) next time you update your Bempp version.