Skip to content

Commit

Permalink
Merge pull request #579 from JuliaDiffEq/parameterized
Browse files Browse the repository at this point in the history
Add back ModelingToolkit-based ParameterizedFunctions
  • Loading branch information
ChrisRackauckas authored Mar 20, 2020
2 parents 040a25a + 78f2069 commit b9eeb3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ os:
- linux
- osx
julia:
- 1.2
- 1.3
- nightly
matrix:
Expand Down
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DifferentialEquations"
uuid = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
authors = ["Chris Rackauckas <[email protected]>"]
version = "v6.11.0"
version = "6.11.0"

[deps]
BoundaryValueDiffEq = "764a87c0-6b3e-53db-9096-fe964310641d"
Expand All @@ -16,6 +16,7 @@ DimensionalPlotRecipes = "c619ae07-58cd-5f6d-b883-8f17bd6a98f9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultiScaleArrays = "f9640e96-87f6-5992-9c3b-0743c6a49ffa"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
ParameterizedFunctions = "65888b18-ceab-5e60-b2b9-181511a3b968"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Expand All @@ -35,12 +36,13 @@ DiffEqPhysics = "3.2"
DimensionalPlotRecipes = "1"
MultiScaleArrays = "1.5"
OrdinaryDiffEq = "5.23.0"
ParameterizedFunctions = "5"
RecursiveArrayTools = "2"
Reexport = "0.2"
SteadyStateDiffEq = "1.5"
StochasticDiffEq = "6.13.0"
Sundials = "3.8.1"
julia = "1.2"
julia = "1.3"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environment:
matrix:
- julia_version: 1.2
- julia_version: 1.3
- julia_version: nightly

Expand Down
1 change: 1 addition & 0 deletions src/DifferentialEquations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module DifferentialEquations
@reexport using DiffEqPhysics

@reexport using DimensionalPlotRecipes
@reexport using ParameterizedFunctions

using LinearAlgebra

Expand Down

0 comments on commit b9eeb3e

Please sign in to comment.