diff --git a/Project.toml b/Project.toml index bea7790..970181d 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "FractionalCalculus" uuid = "638fb199-4bb2-4014-80c8-6dc0d90f156b" license = "MIT" authors = ["Qingyu Qu "] -version = "0.1.4" +version = "0.1.5" [deps] InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f" diff --git a/README.md b/README.md index 4e0891d..d3041ba 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,14 @@ Current Algorithms | | ├── Caputo_Direct_First_Diff_Known | | ├── Caputo_Direct_First_Second_Diff_Known | | ├── Caputo_Piecewise -| | └── Caputo_Diethelm +| | ├── Caputo_Diethelm +| | └── Caputo_High_Precision | | │ ├── Grünwald Letnikov | | ├── GL_Direct | | ├── GL_Multiplicative_Additive -| | └── GL_Lagrange_Three_Point_Interp +| | ├── GL_Lagrange_Three_Point_Interp +| | └── GL_High_Precision | | | ├── Riemann Liouville | | ├── RLDiff_Approx