File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # This CITATION.cff file was generated with cffinit.
2+ # Visit https://bit.ly/cffinit to generate yours today!
3+
4+ cff-version : 1.2.0
5+ title : SparseMatrixColorings.jl
6+ message : >-
7+ If you use this software, please cite it using the
8+ metadata from this file.
9+ type : software
10+ authors :
11+ - given-names : Guillaume
12+ family-names : Dalle
13+ orcid : ' https://orcid.org/0000-0003-4866-1687'
14+ - given-names : Alexis
15+ family-names : Montoison
16+ orcid : ' https://orcid.org/0000-0002-3403-5450'
17+ identifiers :
18+ - type : doi
19+ value : 10.5281/zenodo.11314275
20+ description : Zenodo
21+ repository-code : ' https://github.com/gdalle/SparseMatrixColorings.jl'
22+ abstract : >-
23+ Coloring algorithms for sparse Jacobian and Hessian
24+ matrices
25+ keywords :
26+ - graph coloring
27+ - sparse matrices
28+ - automatic differentiation
29+ - julia programming language
30+ license : MIT
Original file line number Diff line number Diff line change 11name = " SparseMatrixColorings"
22uuid = " 0a514795-09f3-496d-8182-132a7b665d35"
33authors = [" Guillaume Dalle" , " Alexis Montoison" ]
4- version = " 0.4.11 "
4+ version = " 0.4.12 "
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ Some parts of the articles (like definitions) are thus copied verbatim in the do
3535
3636## Citing
3737
38- Please cite this software using the Zenodo DOI of the version you used .
39- The link < https://zenodo.org/doi/10.5281/zenodo.11314275 > resolves to the latest version.
38+ Please cite this software using the provided ` CITATION.cff ` file .
39+ The link < https://zenodo.org/doi/10.5281/zenodo.11314275 > resolves to the latest version on Zenodo .
You can’t perform that action at this time.
0 commit comments