Skip to content

Commit c27ebd3

Browse files
Merge pull request #79 from SciML/gd/docstring
Remove mention of SparseDiffTools in AbstractColoringAlgorithm
2 parents 25600ca + d74073d commit c27ebd3

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
33
authors = [
44
"Vaibhav Dixit <[email protected]>, Guillaume Dalle and contributors",
55
]
6-
version = "1.7.0"
6+
version = "1.7.1"
77

88
[deps]
99
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

src/sparse.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ hessian_sparsity(f, x, ::NoSparsityDetector) = trues(length(x), length(x))
4747
"""
4848
AbstractColoringAlgorithm
4949
50-
Abstract supertype for Jacobian/Hessian coloring algorithms, defined for example in [SparseDiffTools.jl](https://github.com/JuliaDiff/SparseDiffTools.jl).
50+
Abstract supertype for Jacobian/Hessian coloring algorithms.
5151
5252
# Required methods
5353
@@ -59,11 +59,7 @@ Abstract supertype for Jacobian/Hessian coloring algorithms, defined for example
5959
6060
The terminology and definitions are taken from the following paper:
6161
62-
> "What Color Is Your Jacobian? Graph Coloring for Computing Derivatives"
63-
>
64-
> Assefaw Hadish Gebremedhin, Fredrik Manne, and Alex Pothen (2005)
65-
>
66-
> https://epubs.siam.org/doi/10.1137/S0036144504444711
62+
> [_What Color Is Your Jacobian? Graph Coloring for Computing Derivatives_](https://epubs.siam.org/doi/10.1137/S0036144504444711), Assefaw Hadish Gebremedhin, Fredrik Manne, and Alex Pothen (2005)
6763
"""
6864
abstract type AbstractColoringAlgorithm end
6965

0 commit comments

Comments
 (0)