Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKohan committed Apr 10, 2021
1 parent 2521850 commit a0c6e43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 12 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@ name = "NormalHermiteSplines"
uuid = "67f7b941-d455-546b-99f0-07b665bf0aaf"
keywords = ["interpolation", "splines", "hermite-splines", "normal-splines", "approximation", "rkhs"]
authors = ["Igor Kohanovsky <[email protected]>"]
version = "0.5.2"
version = "0.6.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"

[compat]
julia = "1.5"
2 changes: 0 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ makedocs(

deploydocs(
repo = "github.com/IgorKohan/NormalHermiteSplines.jl.git",
devurl = "v0.5.2",
versions = ["stable" => "v^", "v#.#.#"],
)

0 comments on commit a0c6e43

Please sign in to comment.