Skip to content

Commit

Permalink
restructuring files (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski authored Sep 16, 2022
1 parent b5303fb commit 38bbef0
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 286 deletions.
3 changes: 2 additions & 1 deletion src/jacobi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Fast numerical derivatives for analytic functions with arbitrary round-off error."""

from .core import jacobi, propagate
from ._propagate import propagate
from ._jacobi import jacobi
from ._version import version as __version__ # noqa

__all__ = ["jacobi", "propagate"]
Loading

0 comments on commit 38bbef0

Please sign in to comment.