From 910b0f234b3124369f1d6e477ca05ec80c6842a4 Mon Sep 17 00:00:00 2001 From: Chengyu HAN Date: Mon, 2 Dec 2024 17:32:10 +0800 Subject: [PATCH 1/2] dep: Update to GSL 2.8 --- Project.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 586f7f2..8437385 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GSL" uuid = "92c85e6c-cbff-5e0c-80f7-495c94daaecd" -version = "1.0.1" +version = "1.1.0" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" @@ -10,7 +10,7 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" [compat] SpecialFunctions = "0.8, 0.9, 0.10, 1" -GSL_jll = "2.6" +GSL_jll = "2.8" REPL = "1.3.0" julia = "1.3.0" diff --git a/README.md b/README.md index 1038b78..20b27df 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ GSL.jl Julia wrapper for the [GNU Scientific Library](https://www.gnu.org/software/gsl/doc/html/index.html) (GSL), for Julia v1.0+. -Currently uses GSL v2.7. +Currently uses GSL v2.8. ## Structure From 579f14cbd91dd00f6c979debff8a3155b6ffe8c0 Mon Sep 17 00:00:00 2001 From: Chengyu HAN Date: Sat, 14 Dec 2024 11:22:23 +0800 Subject: [PATCH 2/2] gitignore Manifest.toml --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3c4e8d3..7a7aa27 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ deps/build.log deps/usr html_node *.html #Ignore HTML documentation + +Manifest.toml