Skip to content

Commit eb42179

Browse files
13 second load time reduction by removing unnecessary dependency
1 parent 231c656 commit eb42179

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name = "SparseDiffTools"
22
uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
33
authors = ["Pankaj Mishra <[email protected]>", "Chris Rackauckas <[email protected]>"]
4-
version = "0.9.2"
4+
version = "0.10.0"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
88
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
9-
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
10-
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
119
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
1210
DiffEqDiffTools = "01453d9d-ee7c-5054-8395-0335cb756afa"
1311
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

src/SparseDiffTools.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module SparseDiffTools
22

3-
using BandedMatrices
4-
using BlockBandedMatrices
53
using DiffEqDiffTools
64
using ForwardDiff
75
using LightGraphs
@@ -12,7 +10,6 @@ using Adapt
1210
using LinearAlgebra
1311
using SparseArrays, ArrayInterface
1412

15-
using BlockBandedMatrices: blocksize, nblocks
1613
using ForwardDiff: Dual, jacobian, partials, DEFAULT_CHUNK_THRESHOLD
1714
using DataStructures: DisjointSets, find_root, union!
1815

0 commit comments

Comments
 (0)