Skip to content

Commit 0cdfc4b

Browse files
committed
allow double precision Traveltime and slowness; fix pyproject.toml
1 parent 8503642 commit 0cdfc4b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+130
-95
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<br>
4444

4545
# 下载 Downloads
46-
**建议在[Release](https://github.com/Dengda98/PyFMM/releases)中下载最新稳定版本**,不推荐clone,不推荐直接下载主分支。
46+
代码主页更新频繁,**建议在[Release](https://github.com/Dengda98/PyFMM/releases)中下载最新稳定版本**,不推荐clone,不推荐直接下载主分支。
4747

4848
<br>
4949

docs/compile.sh

100755100644
File mode changed.

docs/doxyfile_h

100755100644
File mode changed.

docs/requirements.txt

100755100644
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ recommonmark==0.7
44
sphinx==7.4.7
55
sphinx-rtd-theme==2.0.0
66
sphinx-copybutton==0.5
7-
sphinx_markdown_tables
8-
sphinxcontrib-mermaid
9-
sphinxcontrib-htmlhelp
10-
sphinxcontrib-jsmath
7+
sphinx_markdown_tables==0.0.17
8+
sphinxcontrib-mermaid==0.9.2
9+
sphinxcontrib-htmlhelp==2.1
10+
sphinxcontrib-jsmath==1.0
1111
nbsphinx==0.9
1212
graphviz==0.20
13-
setuptools-scm # 自动从git tag中构建版本
14-
git+https://github.com/Dengda98/PyFMM.git # 包本身
13+
setuptools-scm==8.1 # 自动从git tag中构建版本
14+
-v .

docs/source/API/C_extension/include/const.rst

100755100644
File mode changed.

docs/source/API/C_extension/include/coord.rst

100755100644
File mode changed.

docs/source/API/C_extension/include/diff.rst

100755100644
File mode changed.

docs/source/API/C_extension/include/fmm.rst

100755100644
File mode changed.

docs/source/API/C_extension/include/heapsort.rst

100755100644
File mode changed.

docs/source/API/C_extension/include/index.rst

100755100644
File mode changed.

0 commit comments

Comments
 (0)