From 76e317588abf58e1d680ac74c04b91f698c58994 Mon Sep 17 00:00:00 2001 From: Dimitri Bonanni-Surprenant Date: Tue, 6 Jun 2023 09:08:24 -0400 Subject: [PATCH 1/5] Bump version number up. --- Cargo.toml | 4 ++-- pfapack-sys | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2664ab4..65706dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "pfapack" -version = "0.1.0" +version = "0.2.0" edition = "2021" -license-file = "LapackLicense" +license-file = "LICENSE" description = "Rust interface for the pfapack library, a Fortran library to compute Pfaffians." repository = "https://github.com/Duumbo/pfapack-rs/tree/main" readme = "README.md" diff --git a/pfapack-sys b/pfapack-sys index f7eb1af..a237bd3 160000 --- a/pfapack-sys +++ b/pfapack-sys @@ -1 +1 @@ -Subproject commit f7eb1af7daeb70bb6bac2a92210fc13f6ab39bc3 +Subproject commit a237bd39c4daf4f4b4765260e99530274c8d660e From c9021cde29d3690316f82785ae90b9225462fec3 Mon Sep 17 00:00:00 2001 From: BCarnaval Date: Tue, 6 Jun 2023 09:17:46 -0400 Subject: [PATCH 2/5] Renamed license --- LapackLicense => LICENSE | 0 README.md | 1 + pfapack-sys | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename LapackLicense => LICENSE (100%) diff --git a/LapackLicense b/LICENSE similarity index 100% rename from LapackLicense rename to LICENSE diff --git a/README.md b/README.md index 3ab0229..ae9603e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # pfapack-rs + Rust port of the Fortran library pfapack (arXiv:1102.3440) diff --git a/pfapack-sys b/pfapack-sys index f7eb1af..a237bd3 160000 --- a/pfapack-sys +++ b/pfapack-sys @@ -1 +1 @@ -Subproject commit f7eb1af7daeb70bb6bac2a92210fc13f6ab39bc3 +Subproject commit a237bd39c4daf4f4b4765260e99530274c8d660e From 1617d1365fac1294f7b6f900582bc764916b5bdd Mon Sep 17 00:00:00 2001 From: Dimitri Bonanni-Surprenant Date: Tue, 6 Jun 2023 09:08:24 -0400 Subject: [PATCH 3/5] Bump version number up. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2664ab4..65706dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "pfapack" -version = "0.1.0" +version = "0.2.0" edition = "2021" -license-file = "LapackLicense" +license-file = "LICENSE" description = "Rust interface for the pfapack library, a Fortran library to compute Pfaffians." repository = "https://github.com/Duumbo/pfapack-rs/tree/main" readme = "README.md" From a721ece714bce1b7799a025932c611062df1abbf Mon Sep 17 00:00:00 2001 From: BCarnaval Date: Tue, 6 Jun 2023 09:32:05 -0400 Subject: [PATCH 4/5] Update readme (test badges) --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index ae9603e..d50d5a1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,35 @@ # pfapack-rs +
+ +# pfapack-rs + Rust port of the Fortran library pfapack (arXiv:1102.3440) + +![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white) + +![Build](https://img.shields.io/github/actions/workflow/status/Duumbo/pfapack-rs/rust.yml?style=for-the-badge) ![LICENSE](https://img.shields.io/github/license/Duumbo/pfapack-rs?style=for-the-badge) ![release](https://img.shields.io/github/v/tag/Duumbo/pfapack-rs?style=for-the-badge) + +
+ +## Table of contents + +[Requirements](#requirements) + +[Installation](#installation) + +[Usage](#usage) + +[TODO](#todo) + +## Requirements + +## Installation + +## Usage + +## TODO + +- [ ] Complete the `README.md` +- [ ] Finish testing +- [x] Document code base From ea705f1edef966cf5b59ccf13a01a3505ba24e0a Mon Sep 17 00:00:00 2001 From: Antoine de Lagrave <61712824+BCarnaval@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:46:15 +0000 Subject: [PATCH 5/5] modified README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d50d5a1..806f924 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Rust port of the Fortran library pfapack (arXiv:1102.3440) ![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white) -![Build](https://img.shields.io/github/actions/workflow/status/Duumbo/pfapack-rs/rust.yml?style=for-the-badge) ![LICENSE](https://img.shields.io/github/license/Duumbo/pfapack-rs?style=for-the-badge) ![release](https://img.shields.io/github/v/tag/Duumbo/pfapack-rs?style=for-the-badge) +![Build](https://img.shields.io/github/actions/workflow/status/Duumbo/pfapack-rs/rust.yml?color=%23a3d1af&style=for-the-badge) ![release](https://img.shields.io/github/v/tag/Duumbo/pfapack-rs?style=for-the-badge) +![PULLREQUESTS](https://img.shields.io/github/issues-pr-closed/Duumbo/pfapack-rs?color=blue&style=for-the-badge) ![CRATES](https://img.shields.io/crates/v/pfapack?style=for-the-badge)