Skip to content

Commit 9469e4d

Browse files
authored
Merge branch 'main' into abstractsparse
2 parents e93a786 + f56da29 commit 9469e4d

File tree

11 files changed

+34
-58
lines changed

11 files changed

+34
-58
lines changed

.buildkite/pipeline.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
env:
2+
SECRET_CODECOV_TOKEN: "l7PxpMgxHEiz2l3UDDj5122Xirv5du1QFQiTf09YISC8VOz/nXeQC2yYY6iTMbccQG3xrumfWke9vtLbAc9LPH75kw3zQODuWMbz0eGSf9wtw7foqO6KAo5neMTeZJ0ZFgFMa2Q89T5SNIQsi4b5Zs7BVto6qB9Z/3QEs/BpsR25cYkY4Y6JBU6XuqZ6GRAc6BtlB4OmBEp3BBsXatx6y64zF0qbp4rocmcBQEoeQkcXtxf0dfA0KNAHpweWPrzIAMZ0aUYp6iEikxwLY5TjVFhOIcpVXUlxIdhl2qaaDF6b6WlgGXiGLpBjsLQfvlOgIlXH59Ddg0IVxboF2a37OA==;U2FsdGVkX19MveWMe1aasYZoJwaeiKO5XqwMZ/utOFj7h1CE9UX4nduBMXTyJ77tpNmCBYsQNJ/PadbX2224hQ=="
3+
4+
steps:
5+
- label: "Julia v1"
6+
plugins:
7+
- JuliaCI/julia#v1:
8+
version: "1"
9+
- JuliaCI/julia-test#v1: ~
10+
- JuliaCI/julia-coverage#v1:
11+
codecov: true
12+
agents:
13+
queue: "juliagpu"
14+
cuda: "*"
15+
if: build.message !~ /\[skip tests\]/
16+
timeout_in_minutes: 60
17+
env:
18+
JULIA_SMC_TEST_GROUP: 'GPU'

.github/workflows/Benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: julia-actions/setup-julia@v2
1717
with:
1818
version: "1"
19-
- uses: julia-actions/cache@v2
19+
- uses: julia-actions/cache@v3
2020
- name: Extract Package Name from Project.toml
2121
id: extract-package-name
2222
run: |

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: julia-actions/setup-julia@v2
2424
with:
2525
version: '1'
26-
- uses: julia-actions/cache@v2
26+
- uses: julia-actions/cache@v3
2727
- name: Install dependencies
2828
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2929
- name: Build and deploy

.github/workflows/Test-GPU.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ matrix.version == '1.10' }}
3333
with:
3434
skip: LinearAlgebra, Random, SparseArrays
35-
- uses: julia-actions/cache@v2
35+
- uses: julia-actions/cache@v3
3636
- uses: julia-actions/julia-buildpkg@v1
3737
- uses: julia-actions/julia-runtest@v1
3838
- uses: julia-actions/julia-processcoverage@v1

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ identifiers:
1818
- type: doi
1919
value: 10.5281/zenodo.11314275
2020
description: Zenodo
21-
repository-code: 'https://github.com/gdalle/SparseMatrixColorings.jl'
21+
repository-code: 'https://github.com/JuliaDiff/SparseMatrixColorings.jl'
2222
abstract: >-
2323
Coloring algorithms for sparse Jacobian and Hessian
2424
matrices

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SparseMatrixColorings"
22
uuid = "0a514795-09f3-496d-8182-132a7b665d35"
33
authors = ["Guillaume Dalle", "Alexis Montoison"]
4-
version = "0.4.24"
4+
version = "0.4.25"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# SparseMatrixColorings.jl
22

3-
[![Build Status](https://github.com/gdalle/SparseMatrixColorings.jl/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/gdalle/SparseMatrixColorings.jl/actions/workflows/Test.yml?query=branch%3Amain)
4-
[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://gdalle.github.io/SparseMatrixColorings.jl/stable/)
5-
[![Dev Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://gdalle.github.io/SparseMatrixColorings.jl/dev/)
6-
[![Coverage](https://codecov.io/gh/gdalle/SparseMatrixColorings.jl/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gdalle/SparseMatrixColorings.jl)
3+
[![Build Status](https://github.com/juliadiff/SparseMatrixColorings.jl/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/juliadiff/SparseMatrixColorings.jl/actions/workflows/Test.yml?query=branch%3Amain)
4+
[![GPU build status](https://badge.buildkite.com/7d8ed289d7bdb5a25ae48b2c778a202ce4990b7ee558cdfef8.svg?branch=main)](https://buildkite.com/julialang/sparsematrixcolorings-dot-jl)
5+
[![Coverage](https://codecov.io/gh/juliadiff/SparseMatrixColorings.jl/branch/main/graph/badge.svg)](https://app.codecov.io/gh/juliadiff/SparseMatrixColorings.jl)
6+
7+
[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliadiff.org/SparseMatrixColorings.jl/stable/)
8+
[![Dev Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliadiff.org/SparseMatrixColorings.jl/dev/)
79
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/JuliaDiff/BlueStyle)
810
[![arXiv](https://img.shields.io/badge/arXiv-2505.07308-b31b1b.svg)](https://arxiv.org/abs/2505.07308)
911
[![DOI](https://zenodo.org/badge/801999408.svg)](https://zenodo.org/doi/10.5281/zenodo.11314275)

docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ makedocs(;
2121
)
2222

2323
deploydocs(;
24-
repo="github.com/gdalle/SparseMatrixColorings.jl", push_preview=true, devbranch="main"
24+
repo="github.com/JuliaDiff/SparseMatrixColorings.jl",
25+
push_preview=true,
26+
devbranch="main",
2527
)

test/check.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ end
310310
@test_logs log !substitutable_bidirectional(A, B, [1, 0, 0, 1], [0, 1, 1]; verbose=true)
311311
end
312312

313-
# See https://github.com/gdalle/SparseMatrixColorings.jl/pull/300
313+
# See https://github.com/JuliaDiff/SparseMatrixColorings.jl/pull/300
314314
@testset "Empty matrix" begin
315315
problem = ColoringProblem(; structure=:symmetric, partition=:column)
316316
algo = GreedyColoringAlgorithm(; decompression=:substitution)

0 commit comments

Comments
 (0)