Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:

- name: Install dependencies
run: |
brew uninstall cmake
brew tap-new libomp/cask
brew extract --version=14.0.6 libomp libomp/cask
brew install libomp@14.0.6
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sept 1, 2025: version 1.2.1

* MaxFlow: performance bug fix for results in HPEC'25 paper.

July 25, 2025: version 1.2.0

* v2.1 C API: using the new GrB_get/set methods in the C API;
Expand Down
Loading
Loading