From 3fc1fba9eac7a5eed4dc278d25c7e4b9cccc1e4a Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Sat, 20 Mar 2021 13:25:23 -0500 Subject: [PATCH 1/3] added finterp Multidimensional Linear Interpolation --- registry.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/registry.toml b/registry.toml index 8490625..31e5704 100644 --- a/registry.toml +++ b/registry.toml @@ -9,6 +9,10 @@ latest.git = "https://github.com/dftd4/dftd4" "0.1.0" = {git="https://github.com/LKedward/fhash", tag="v0.1.0"} "latest" = {git="https://github.com/LKedward/fhash"} +[finterp] +"1.2.0" = {git="https://github.com/jacobwilliams/finterp", tag="1.2.0"} +"latest" = {git="https://github.com/jacobwilliams/finterp"} + [iso_varying_string] "latest" = {git="https://gitlab.com/everythingfunctional/iso_varying_string"} From 5ca679ea1f31e0422577168bb285e51d7dadc6df Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Sat, 20 Mar 2021 13:37:52 -0500 Subject: [PATCH 2/3] updated with tag that has version number in the fpm.toml file --- registry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.toml b/registry.toml index 31e5704..f858a56 100644 --- a/registry.toml +++ b/registry.toml @@ -10,7 +10,7 @@ latest.git = "https://github.com/dftd4/dftd4" "latest" = {git="https://github.com/LKedward/fhash"} [finterp] -"1.2.0" = {git="https://github.com/jacobwilliams/finterp", tag="1.2.0"} +"1.2.1" = {git="https://github.com/jacobwilliams/finterp", tag="1.2.1"} "latest" = {git="https://github.com/jacobwilliams/finterp"} [iso_varying_string] From 46bd4f6405aed6d77558a1c55a90872782e76968 Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Sat, 20 Mar 2021 14:30:56 -0500 Subject: [PATCH 3/3] updated finterp tag --- registry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.toml b/registry.toml index f858a56..2bff420 100644 --- a/registry.toml +++ b/registry.toml @@ -10,7 +10,7 @@ latest.git = "https://github.com/dftd4/dftd4" "latest" = {git="https://github.com/LKedward/fhash"} [finterp] -"1.2.1" = {git="https://github.com/jacobwilliams/finterp", tag="1.2.1"} +"1.2.2" = {git="https://github.com/jacobwilliams/finterp", tag="1.2.2"} "latest" = {git="https://github.com/jacobwilliams/finterp"} [iso_varying_string]