Skip to content

Commit

Permalink
Add Interpolations, FileIO, and ComponentArrays (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant authored Feb 20, 2024
1 parent 54992de commit e35ad12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "80a705981e172b80c857f920a1dfb98a11fbcc4d"
project_hash = "e34330800b38c9e3a716e6dfd869f609f47971b8"

[[deps.ACSets]]
deps = ["AlgebraicInterfaces", "Base64", "CompTime", "DataStructures", "JSON3", "MLStyle", "OrderedCollections", "Permutations", "Pkg", "PrettyTables", "Random", "Reexport", "SHA", "StaticArrays", "StructEquality", "Tables"]
Expand Down Expand Up @@ -443,9 +443,9 @@ version = "1.0.5+1"

[[deps.ComponentArrays]]
deps = ["ArrayInterface", "ChainRulesCore", "ForwardDiff", "Functors", "LinearAlgebra", "PackageExtensionCompat", "StaticArrayInterface", "StaticArraysCore"]
git-tree-sha1 = "871ddbe6da7d257a2fe983d427c1e8a37f8caaf8"
git-tree-sha1 = "6e56489ecac859931b991c82dbcfcf65fb07f626"
uuid = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
version = "0.15.8"
version = "0.15.9"

[deps.ComponentArrays.extensions]
ComponentArraysAdaptExt = "Adapt"
Expand Down
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
version = "5.0.0"
version = "5.1.0"

[deps]
ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
AlgebraicRewriting = "725a01d3-f174-5bbd-84e1-b9417bad95d9"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
CombinatorialSpaces = "b1c52339-7909-45ad-8b6a-6e388f7c67f2"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Decapodes = "679ab3ea-c928-4fe6-8d59-fd451142d391"
DependencyWalker = "7db386b5-e858-4964-8eb4-2fa66f8df882"
DiagrammaticEquations = "6f00c28b-6bed-4403-80fa-30e0dc12f317"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
DisplayAs = "0b91fe84-8a4c-11e9-3e1d-67c38462b6d6"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GATlab = "f0ffcf3b-d13a-433e-917c-cc44ccf5ead2"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
Expand Down

0 comments on commit e35ad12

Please sign in to comment.