Skip to content

Commit f8359ad

Browse files
committed
🚀 Update version to 0.1.4 and correct README badge to reflect the new version.
1 parent 9f47c93 commit f8359ad

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CondaPkg.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ open3d = ">=0.19"
77
trimesh = ">=4.6"
88
rtree = ">=1.4"
99
scipy = ">=1.15"
10+
meshio = ">=5.3"
1011

1112
[pip.deps]
12-
rasterio = "==1.4.1"
13+
rasterio = "==1.4.1"
14+
pysplashsurf = "==0.12.0.1"

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
name = "FastPointQuery"
22
uuid = "b325ad68-3eea-4afa-b43e-4b8e378fd76d"
33
authors = ["Zenan Huo <zenan.huo@outlook.com>"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
88
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
9+
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
10+
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
911
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
1012

1113
[compat]
1214
CondaPkg = "0.2"
1315
PythonCall = "0.9"
16+
PrecompileTools = "1.2"
1417
julia = "1.11"
1518

1619
[extras]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ***FastPointQuery***
22

33
[![CI](https://github.com/LandslideSIM/FastPointQuery.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/LandslideSIM/FastPointQuery.jl/actions/workflows/ci.yml)
4-
[![Version](https://img.shields.io/badge/version-v0.1.3-pink)]()
4+
[![Version](https://img.shields.io/badge/version-v0.1.4-pink)]()
55

66
> This is a dependency package for [MaterialPointGenerator.jl](https://github.com/LandslideSIM/MaterialPointGenerator.jl), for easier Python ENV management.
77

0 commit comments

Comments
 (0)