-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from Duumbo/dev-prerelease
Ready for release!
- Loading branch information
Showing
4 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,36 @@ | ||
# pfapack-rs | ||
|
||
<div align="center"> | ||
|
||
# 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?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) | ||
|
||
</div> | ||
|
||
## 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 |
Submodule pfapack-sys
updated
from f7eb1a to a237bd