Skip to content

Commit 4b43001

Browse files
authored
Update version
2 parents 4dde1fa + 80dc619 commit 4b43001

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "implicit_filter"
10-
version = "2.0.0"
10+
version = "1.3.0"
1111

1212
description = "Python package implementing implicit filtering method on any type of mesh."
1313
readme = "readme.md"

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ For optimal performance, usage of an Nvidia GPU is highly recommended. You must
4949
Option A: Automatic (via extras)
5050
Install the package with the tag matching your CUDA version (check via nvidia-smi):
5151

52-
# For CUDA 11.x
52+
### For CUDA 11.x
5353
```bash
5454
python -m pip install "implicit_filter[gpu_c11] @ git+https://github.com/FESOM/implicit_filter.git"
5555
```
5656

57-
# For CUDA 12.x
57+
### For CUDA 12.x
5858
```bash
5959
python -m pip install "implicit_filter[gpu_c12] @ git+https://github.com/FESOM/implicit_filter.git"
6060
```
@@ -67,7 +67,7 @@ pip install cupy-cuda12x # Adjust for your CUDA version
6767
python -m pip install git+https://github.com/FESOM/implicit_filter.git
6868
```
6969

70-
🚀 Quick Start
70+
## 🚀 Quick Start
7171

7272
Here is a complete example of how to load a FESOM mesh, prepare the filter, and apply it to Scalar data (e.g., SSH).
7373

0 commit comments

Comments
 (0)