Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Symbolics.jl from MTK docs #827

Merged
merged 23 commits into from Feb 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c1af5a9
Remove Symbolics.jl from MTK docs
ChrisRackauckas Feb 27, 2021
feadfe7
greatly extend the first page
ChrisRackauckas Feb 27, 2021
e0b02d0
Revamp the first page, removing the CAS
ChrisRackauckas Feb 27, 2021
89beb2a
major doc update
ChrisRackauckas Feb 27, 2021
a337514
update the system pages
ChrisRackauckas Feb 27, 2021
230d44f
put alias_elimination everywhere
ChrisRackauckas Feb 27, 2021
f86cc6a
start composition discussion
ChrisRackauckas Feb 27, 2021
e4b255f
Merge branch 'master' into symbolics
ChrisRackauckas Feb 27, 2021
5b57398
start attempting to write composition page
ChrisRackauckas Feb 28, 2021
fc815cb
Move StructuralTransformations to MTK
YingboMa Feb 28, 2021
76cc57a
Add structural_simplify
YingboMa Feb 28, 2021
2bc1930
Use structural_simplify in reduction tests
YingboMa Feb 28, 2021
16cabcd
Remove redundant tests
YingboMa Feb 28, 2021
118de1a
Doc string fro structural_simplify
YingboMa Feb 28, 2021
dec1893
New minor version
YingboMa Feb 28, 2021
09ed5bc
finish composition docs
ChrisRackauckas Feb 28, 2021
2893973
add more transformations to the documentation
ChrisRackauckas Feb 28, 2021
5c130fb
Fix test
YingboMa Feb 28, 2021
00ea6ba
add comparison page and internals
ChrisRackauckas Feb 28, 2021
ca55c44
Add BenchmarkTools in [extras]
YingboMa Feb 28, 2021
4e0f8c0
make docs build again!
ChrisRackauckas Feb 28, 2021
0e3f838
Merge remote-tracking branch 'origin/myb/st' into symbolics
ChrisRackauckas Feb 28, 2021
649d6a0
the examples are real now!
ChrisRackauckas Feb 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 26 additions & 0 deletions LICENSE.md
Expand Up @@ -38,3 +38,29 @@ The ModelingToolkit.jl package is licensed under the MIT "Expat" License:
> SOFTWARE.
>
>

The code in `src/structural_transformation/bipartite_tearing/modia_tearing.jl`,
which is from the [Modia.jl](https://github.com/ModiaSim/Modia.jl) project, is
licensed as follows:

MIT License

Copyright (c) 2017-2018 ModiaSim developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 5 additions & 2 deletions Project.toml
@@ -1,7 +1,7 @@
name = "ModelingToolkit"
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
version = "5.8.0"
version = "5.9.0"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand All @@ -21,6 +21,7 @@ LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Expand Down Expand Up @@ -51,6 +52,7 @@ Latexify = "0.11, 0.12, 0.13, 0.14"
LightGraphs = "1.3"
MacroTools = "0.5"
NaNMath = "0.3"
NonlinearSolve = "0.3.8"
RecursiveArrayTools = "2.3"
Reexport = "0.2, 1"
Requires = "1.0"
Expand All @@ -67,6 +69,7 @@ Unitful = "1.1"
julia = "1.2"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GalacticOptim = "a75be94c-b780-496d-a8a9-0878b188d577"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
Expand All @@ -78,4 +81,4 @@ StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["ForwardDiff", "GalacticOptim", "NonlinearSolve", "OrdinaryDiffEq", "Optim", "Random", "SteadyStateDiffEq", "Test", "StochasticDiffEq"]
test = ["BenchmarkTools", "ForwardDiff", "GalacticOptim", "NonlinearSolve", "OrdinaryDiffEq", "Optim", "Random", "SteadyStateDiffEq", "Test", "StochasticDiffEq"]
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -99,7 +99,7 @@ p = [lorenz1.σ => 10.0,

tspan = (0.0,100.0)
prob = ODEProblem(connected,u0,tspan,p)
sol = solve(prob,Rodas5())
sol = solve(prob,Rodas4())

using Plots; plot(sol,vars=(a,lorenz1.x,lorenz2.z))
```
Expand Down
20 changes: 10 additions & 10 deletions docs/make.jl
Expand Up @@ -11,16 +11,19 @@ makedocs(
pages=[
"Home" => "index.md",
"Tutorials" => Any[
"tutorials/symbolic_functions.md",
"tutorials/ode_modeling.md",
"tutorials/higher_order.md",
"tutorials/nonlinear.md",
"tutorials/modelingtoolkitize.md",
"tutorials/auto_parallel.md",
"tutorials/converting_to_C.md"
],
"Systems" => Any[
"systems/AbstractSystem.md",
"Basics" => Any[
"basics/AbstractSystem.md",
"basics/ContextualVariables.md",
"basics/Composition.md",
"basics/Validation.md",
"basics/DependencyGraphs.md"
],
"Systems Types" => Any[
"systems/ODESystem.md",
"systems/SDESystem.md",
"systems/JumpSystem.md",
Expand All @@ -29,12 +32,9 @@ makedocs(
"systems/ControlSystem.md",
"systems/ReactionSystem.md",
"systems/PDESystem.md",
"systems/DependencyGraphs.md"
],
"Comparison Against SymPy" => "comparison.md",
"highlevel.md",
"build_function.md",
"IR.md"
"comparison.md",
"internals.md",
]
)

Expand Down
143 changes: 0 additions & 143 deletions docs/src/IR.md

This file was deleted.