You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ GraphBLAS# is a GPGPU-based [GraphBLAS](https://graphblas.org/)-like API impleme
30
30
-[x] COO-COO `map2`
31
31
-[x] COO-COO `map2AtLeastOne`
32
32
-[x] CSR-CSR multiplication
33
+
-[x] CSR-CSR Kronecker product
33
34
-**Vector-Matrix**
34
35
-[x] Dense-CSR multiplication
35
36
-[ ] Sparse-CSR multiplication
@@ -231,6 +232,13 @@ build.cmd
231
232
```
232
233
To find more options look at [MiniScaffold](https://github.com/TheAngryByrd/MiniScaffold). We use it in our project.
233
234
235
+
### Release
236
+
The release process is automated: NuGet packages publishing process is triggered by tag pushing to any branch.
237
+
To release new version one should
238
+
1.[Add release notes to CHANGELOG](https://github.com/TheAngryByrd/MiniScaffold/blob/master/Content/Library/README.md#releasing)
239
+
2. Run ```./build.sh Release [version]``` (on local machine)
240
+
241
+
234
242
## License
235
243
This project licensed under MIT License. License text can be found in the [license file](https://github.com/YaccConstructor/GraphBLAS-sharp/blob/master/LICENSE.md).
0 commit comments