Skip to content

Commit

Permalink
Add notes for Julia wrapper (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jun 25, 2024
1 parent 1b739e1 commit 0df1389
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------

Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ Open-source full 3D electromagnetic modeller for 1D VTI media

Available through ``conda`` and ``pip``; consult the `documentation
<https://empymod.emsig.xyz>`_ for detailed installation instructions.

**Wrappers**

- A Julia wrapper for empymod was created by `@ruboerner
<https://github.com/ruboerner>`_ and is available from
https://github.com/ruboerner/EmpymodWrapper.jl.
5 changes: 5 additions & 0 deletions docs/manual/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ruboerner/EmpymodWrapper.jl>`_.

0 comments on commit 0df1389

Please sign in to comment.