Skip to content

Commit

Permalink
Merge pull request #9 from Duumbo/dev-prerelease
Browse files Browse the repository at this point in the history
Ready for release!
  • Loading branch information
Duumbo authored Jun 6, 2023
2 parents 733f320 + ea705f1 commit 25bc2e5
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
File renamed without changes.
34 changes: 34 additions & 0 deletions README.md
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
2 changes: 1 addition & 1 deletion pfapack-sys

0 comments on commit 25bc2e5

Please sign in to comment.