From 9cdfa9d7cf8f5623cad4a1ef820cda662355e370 Mon Sep 17 00:00:00 2001 From: Saullo G P Castro Date: Tue, 26 Jul 2022 08:13:03 +0200 Subject: [PATCH] MAINT: updated latest version and SGP Castro name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a041972..7c6fd7a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The current version of the code can be downloaded from [github repository](https://github.com/stevengj/cubature), and the latest "official" version can be obtained from: -* [cubature v1.0.3](https://github.com/stevengj/cubature/releases/tag/v1.0.3) +* [cubature v1.0.4](https://github.com/stevengj/cubature/releases/tag/v1.0.4) Either way, you get a directory containing stand-alone `hcubature.c` and `pcubature.c` files (along with a couple of private header files) that you can compile and @@ -93,7 +93,7 @@ be downloaded here: A [Julia](http://julialang.org/) interface can be obtained from [Cubature.jl](https://github.com/stevengj/Cubature.jl). A Python [cubature.py interface](https://github.com/saullocastro/cubature) -written by Saullo Castro is also available. +written by Saullo G. P. Castro is also available. Usage -----