Skip to content

Commit f96dd1c

Browse files
committed
[Code] Minor readme update
1 parent 6f9f261 commit f96dd1c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ prototyping algorithms on a local computer for later running on a powerful serve
3030

3131
**PyPI package web page** is following [link](https://pypi.org/project/pycubool/).
3232

33-
### Features
33+
### Features Summary
3434

3535
- Matrix creation (empty, from data, with random data)
3636
- Matrix-matrix operations (multiplication, element-wise addition, kronecker product)
@@ -43,7 +43,13 @@ prototyping algorithms on a local computer for later running on a powerful serve
4343
- C API for performance-critical computations
4444
- Python package for every-day tasks
4545

46-
## Simple example
46+
### Platforms
47+
48+
- Linux based OS (tested on Ubuntu 20.04)
49+
- Windows (coming soon)
50+
- macOS (coming soon)
51+
52+
### Simple example
4753

4854
Create sparse matrices, compute matrix-matrix product and print the result to the output:
4955

@@ -308,7 +314,7 @@ cuBool
308314
title = {cuBool: sparse Boolean linear algebra for Nvidia Cuda},
309315
year = 2020,
310316
url = {https://github.com/JetBrains-Research/cuBool},
311-
note = {Version Alpha}
317+
note = {Version 1.0.0}
312318
}
313319
```
314320

0 commit comments

Comments
 (0)