GraphBLAS / graphblas-api-c

Other
7 stars 3 forks source link

Release of v2.1 C API pdf #81

Closed DrTimothyAldenDavis closed 6 months ago

DrTimothyAldenDavis commented 6 months ago

When will the v2.1 C API pdf be posted as an official release? The main page of the github repo still shows the v2.0 C API pdf as the official release.

DrTimothyAldenDavis commented 6 months ago

I ask because I want to release GraphBLAS 9.0.0 very soon, and I want to include an exact copy of the released PDF.

tgmattso commented 6 months ago

I have placed a copy of the final 2.1 specification’s PDF on the www.graphblas.org http://www.graphblas.org/ web site. I have not announced the new spec yet on the graphBLAS forum mail list, but I will do so soon.

So go ahead and release graphBLAS 9.0.0

—Tim

On Dec 29, 2023, at 2:07 PM, Tim Davis @.***> wrote:

I ask because I want to release GraphBLAS 9.0.0 very soon, and I want to include an exact copy of the released PDF.

— Reply to this email directly, view it on GitHub https://github.com/GraphBLAS/graphblas-api-c/issues/81#issuecomment-1872364734, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATVME66XXRJZSK7NRW4WM3YL45KNAVCNFSM6AAAAABBG2LCGSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSGM3DINZTGQ. You are receiving this because you are subscribed to this thread.

DrTimothyAldenDavis commented 6 months ago

https://github.com/DrTimothyAldenDavis/GraphBLAS/releases/tag/v9.0.0.beta7

DrTimothyAldenDavis commented 6 months ago

See also a beta release of SuiteSparse 7.5.0 ( https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.5.0.beta1 ) which contains GraphBLAS 9.0.0 (beta7) and the new stable LAGraph v1.1.0.

GraphBLAS 9.0.0.beta7 fully supports the new v2.1 C API. LAGraph v1.1.0 can use GraphBLAS 7.x and later, since it doesn't use the new GrB get/set of the v2.1 C API. LAGraph v1.2 (planned) will require the v2.1 C API and v9.0.0 or later of SuiteSparse:GraphBLAS (if using that implementation).