Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notes for Julia wrapper #215

Merged
merged 4 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>`_.
Loading