Skip to content

Commit

Permalink
Access diffeqzoo.__version__ (#130)
Browse files Browse the repository at this point in the history
* Access diffeqzoo.__version__

* Change relative to absolute import in diffeqzoo.__init__
  • Loading branch information
pnkraemer committed Dec 28, 2023
1 parent 3247562 commit affa84c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diffeqzoo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""Differential equation problem zoo."""
import warnings as _warnings # don't expose warnings in the namespace

from diffeqzoo._version import version as __version__


class backend:
"""Backend implementation of NumPy-like functions via either numpy or jax.
Expand Down

0 comments on commit affa84c

Please sign in to comment.