Skip to content

Commit

Permalink
readme: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Oct 5, 2023
1 parent 1acf3ed commit 418d5f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Adding support for new solvers is relatively straight-forward.
1. Install the binary dependencies:

- `python >= 3.9`
- `geos`

2. Install from PyPI with:

Expand Down
5 changes: 5 additions & 0 deletions thalassa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Thalassa is a library for visualizing unstructured mesh data with a focus on large scale sea level data
"""
from __future__ import annotations

from .api import open_dataset
Expand All @@ -7,6 +11,7 @@
from .plotting import plot_ts
from .utils import crop


__all__: list[str] = [
"crop",
"normalize",
Expand Down

0 comments on commit 418d5f1

Please sign in to comment.