Skip to content

Commit

Permalink
Merge pull request #176 from JuliaDiffEq/unpack
Browse files Browse the repository at this point in the history
Use UnPack instead of Parameters
  • Loading branch information
ChrisRackauckas committed Mar 6, 2020
2 parents e2b080c + c5e481b commit 3fb6b95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Project.toml
Expand Up @@ -9,22 +9,20 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
DataStructures = "0.17"
DiffEqBase = "6"
DiffEqProblemLibrary = "4.3"
OrdinaryDiffEq = "5.28"
Parameters = "0.10, 0.11, 0.12"
RecursiveArrayTools = "2"
Reexport = "0.2"
Roots = "0.8, 1.0"
Unitful = "0.16"
UnPack = "0.1"
julia = "1"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion src/DelayDiffEq.jl
Expand Up @@ -6,10 +6,10 @@ using Reexport
using DataStructures
using LinearAlgebra
using Logging
using Parameters
using Printf
using RecursiveArrayTools
using Roots
using UnPack

using DiffEqBase: AbstractDDEAlgorithm, AbstractDDEIntegrator, AbstractODEIntegrator, DEIntegrator, AbstractDDEProblem

Expand Down

0 comments on commit 3fb6b95

Please sign in to comment.