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

New package: KronLinInv v0.1.0 #1804

Merged
merged 1 commit into from Jul 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions K/KronLinInv/Compat.toml
@@ -0,0 +1,3 @@
[0]
Documenter = "0.22"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably don't need Documenter as a dependency.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, will fix that, thanks.

julia = "1"
4 changes: 4 additions & 0 deletions K/KronLinInv/Deps.toml
@@ -0,0 +1,4 @@
[0]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3 changes: 3 additions & 0 deletions K/KronLinInv/Package.toml
@@ -0,0 +1,3 @@
name = "KronLinInv"
uuid = "cc83e5c8-98fc-11e9-313e-e750fdcd15c8"
repo = "https://github.com/inverseproblem/KronLinInv.jl.git"
2 changes: 2 additions & 0 deletions K/KronLinInv/Versions.toml
@@ -0,0 +1,2 @@
["0.1.0"]
git-tree-sha1 = "57144e04ef44108d5e952ec0055a7060852bc947"
1 change: 1 addition & 0 deletions Registry.toml
Expand Up @@ -2318,6 +2318,7 @@ cc2ba9b6-d476-5e6d-8eaf-a92d5412d41d = { name = "MLDataUtils", path = "M/MLDataU
cc46b21f-1b17-51c2-b642-af74c3d3a8be = { name = "PowerDynamics", path = "P/PowerDynamics" }
cc48e778-429c-5593-b60f-2bcf41d5649c = { name = "VerTeX", path = "V/VerTeX" }
cc78a3dd-804f-52f0-8d12-0c5273493045 = { name = "Cartesian", path = "C/Cartesian" }
cc83e5c8-98fc-11e9-313e-e750fdcd15c8 = { name = "KronLinInv", path = "K/KronLinInv" }
cc8bc4a8-27d6-5769-a93b-9d913e69aa62 = { name = "Widgets", path = "W/Widgets" }
cc9b1b2d-f4cf-5aeb-b1c9-57f66198f3ff = { name = "ReduceAlgebra", path = "R/ReduceAlgebra" }
cca4922a-eeba-5ef2-956c-35affdce983e = { name = "PowerLaws", path = "P/PowerLaws" }
Expand Down