Skip to content

Commit

Permalink
New package: Symbolics v0.1.0
Browse files Browse the repository at this point in the history
UUID: 0c5d862f-8b57-4792-8d23-62f2024744c7
Repo: https://github.com/JuliaSymbolics/Symbolics.jl.git
Tree: 7b9da25772fba32359d2d688db840e6ca2c4ad91

Registrator tree SHA: e934b8c55381f28735124f23e8f7e96d09b20416
  • Loading branch information
JuliaRegistrator committed Feb 26, 2021
1 parent 6e67738 commit 51be9e5
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ some amount of consideration when choosing package names.
0c1320c5-0940-5dc6-8c7d-d9650cdddf58 = { name = "SimplePosetAlgorithms", path = "S/SimplePosetAlgorithms" }
0c46a032-eb83-5123-abaf-570d42b7fbaa = { name = "DifferentialEquations", path = "D/DifferentialEquations" }
0c4b0c42-68ec-11ea-3bc9-e7fb6e00ea0f = { name = "SyslogLogging", path = "S/SyslogLogging" }
0c5d862f-8b57-4792-8d23-62f2024744c7 = { name = "Symbolics", path = "S/Symbolics" }
0c68f7d7-f131-5f86-a1c3-88cf8149b2d7 = { name = "GPUArrays", path = "G/GPUArrays" }
0c6c1f6c-65b6-54d6-9cff-6b64003af638 = { name = "FEMMaterials", path = "F/FEMMaterials" }
0c7047ce-818d-11e9-1109-0323cd70e08d = { name = "TSMLextra", path = "T/TSMLextra" }
Expand Down
13 changes: 13 additions & 0 deletions S/Symbolics/Compat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[0]
DiffRules = ["0.1", "1"]
Distributions = "0.23-0.24"
DocStringExtensions = "0.7-0.8"
IfElse = "0.1"
Latexify = "0.11-0.14"
MacroTools = "0.5"
NaNMath = "0.3"
Reexport = "0-1"
SpecialFunctions = ["0.7-0.10", "1"]
SymbolicUtils = "0.8"
TreeViews = "0.3"
julia = "1.2.0-1"
16 changes: 16 additions & 0 deletions S/Symbolics/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[0]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
TreeViews = "a2a6695c-b41b-5b7d-aed9-dbfdeacea5d7"
3 changes: 3 additions & 0 deletions S/Symbolics/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "Symbolics"
uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7"
repo = "https://github.com/JuliaSymbolics/Symbolics.jl.git"
2 changes: 2 additions & 0 deletions S/Symbolics/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.1.0"]
git-tree-sha1 = "7b9da25772fba32359d2d688db840e6ca2c4ad91"

0 comments on commit 51be9e5

Please sign in to comment.