Skip to content

Commit 82eabfe

Browse files
Merge pull request #38 from nickrobinson251/npr/update-from-fdm
Advise updating from FDM.jl
2 parents 25491ae + bb7861e commit 82eabfe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
FiniteDifferences.jl estimates derivatives with [finite differences](https://en.wikipedia.org/wiki/Finite_difference).
99

10-
See also [FiniteDifferences](https://github.com/wesselb/fdm).
10+
See also the Python package [FDM](https://github.com/wesselb/fdm).
1111

1212
## Examples
1313

@@ -52,3 +52,7 @@ f (generic function with 1 method)
5252
julia> central_fdm(5, 1)(ε -> f([1, 1, 1] + ε * [1, 2, 3]), 0) - 6
5353
-2.922107000813412e-13
5454
```
55+
56+
## FDM.jl
57+
58+
This package was formerly called FDM.jl. We recommend users of FDM.jl [update to FiniteDifferences.jl](https://github.com/JuliaDiff/FiniteDifferences.jl/issues/37).

0 commit comments

Comments
 (0)