Skip to content

Commit

Permalink
Merge pull request #1289 from nilgoyette/readme_features
Browse files Browse the repository at this point in the history
Add both approx features
  • Loading branch information
Nil Goyette committed Jun 2, 2023
2 parents bad802d + d98cfb3 commit 9dc4247
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Expand Up @@ -83,6 +83,14 @@ your `Cargo.toml`.
- Enables parallel iterators, parallelized methods and ``par_azip!``.
- Implies std

- ``approx``

- Implementations of traits from version 0.4 of the [`approx`] crate.

- ``approx-0_5``

- Implementations of traits from version 0.5 of the [`approx`] crate.

- ``blas``

- Enable transparent BLAS support for matrix multiplication.
Expand Down

0 comments on commit 9dc4247

Please sign in to comment.