Skip to content

Commit ffa2125

Browse files
committed
[Project] Minor doc fixes
1 parent 7655d16 commit ffa2125

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

python/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ prototyping algorithms on a local computer for later running on a powerful serve
3131

3232
## Features
3333

34+
- C API for performance-critical computations
35+
- Python package for every-day tasks
36+
- Cuda backend for computations
37+
- Cpu backend for computations
3438
- Matrix creation (empty, from data, with random data)
3539
- Matrix-matrix operations (multiplication, element-wise addition, kronecker product)
3640
- Matrix operations (equality, transpose, reduce to vector, extract sub-matrix)
@@ -120,12 +124,12 @@ Script can be rendered by any [gviz tool](https://dreampuf.github.io/GraphvizOnl
120124
## Citation
121125

122126
```ignorelang
123-
@online{cuBool,
127+
@MISC{cuBool,
124128
author = {Orachyov, Egor and Alimov, Pavel and Grigorev, Semyon},
125129
title = {cuBool: sparse Boolean linear algebra for Nvidia Cuda},
126130
year = 2020,
127131
url = {https://github.com/JetBrains-Research/cuBool},
128-
note = {Version Alpha}
132+
note = {Version 1.0.0}
129133
}
130134
```
131135

0 commit comments

Comments
 (0)