Skip to content

Commit

Permalink
13 second load time reduction by removing unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 3, 2019
1 parent 231c656 commit eb42179
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name = "SparseDiffTools"
uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
authors = ["Pankaj Mishra <[email protected]>", "Chris Rackauckas <[email protected]>"]
version = "0.9.2"
version = "0.10.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DiffEqDiffTools = "01453d9d-ee7c-5054-8395-0335cb756afa"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand Down
3 changes: 0 additions & 3 deletions src/SparseDiffTools.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module SparseDiffTools

using BandedMatrices
using BlockBandedMatrices
using DiffEqDiffTools
using ForwardDiff
using LightGraphs
Expand All @@ -12,7 +10,6 @@ using Adapt
using LinearAlgebra
using SparseArrays, ArrayInterface

using BlockBandedMatrices: blocksize, nblocks
using ForwardDiff: Dual, jacobian, partials, DEFAULT_CHUNK_THRESHOLD
using DataStructures: DisjointSets, find_root, union!

Expand Down

1 comment on commit eb42179

@grahamas
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you soooo much

Please sign in to comment.