diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b7fae1af..d34a7ca9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,16 @@ v2.3.x """""" +v2.3.1: Julia wrapper +--------------------- + +**2024-06-25** + +- @ruboerner created a Julia wrapper for empymod! Added a note in this regard + to the README and the installation instructions. +- Small maintenance things and doc improvements. + + v2.3.0: libdlf and scooby ------------------------- diff --git a/README.rst b/README.rst index 2c9f5578..830fde0a 100644 --- a/README.rst +++ b/README.rst @@ -32,3 +32,9 @@ Open-source full 3D electromagnetic modeller for 1D VTI media Available through ``conda`` and ``pip``; consult the `documentation `_ for detailed installation instructions. + +**Wrappers** + +- A Julia wrapper for empymod was created by `@ruboerner + `_ and is available from + https://github.com/ruboerner/EmpymodWrapper.jl. diff --git a/docs/manual/installation.rst b/docs/manual/installation.rst index 197e2b13..00b8a7db 100644 --- a/docs/manual/installation.rst +++ b/docs/manual/installation.rst @@ -39,3 +39,8 @@ folder ``path-to-your-conda-env/conda-meta/``. Until v2 empymod did not use Numba but instead optionally NumExpr. Use **v1.10.x** if you cannot use Numba or want to use NumExpr. However, no new features will land in v1, only bugfixes. + +.. admonition:: Julia wrapper + + A Julia wrapper for empymod was created by @ruboerner and is available from + `github.com/ruboerner/EmpymodWrapper.jl `_.