-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--------- Co-authored-by: Ronny Bergmann <[email protected]>
- Loading branch information
1 parent
ee354f9
commit ed8fcef
Showing
10 changed files
with
699 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Manopt" | ||
uuid = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5" | ||
authors = ["Ronny Bergmann <[email protected]>"] | ||
version = "0.4.41" | ||
version = "0.4.42" | ||
|
||
[deps] | ||
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" | ||
|
@@ -22,12 +22,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | |
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[weakdeps] | ||
JuMP = "4076af6c-e467-56ae-b986-b466b2749572" | ||
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637" | ||
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255" | ||
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e" | ||
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" | ||
|
||
[extensions] | ||
ManoptJuMPExt = ["JuMP"] | ||
ManoptLRUCacheExt = "LRUCache" | ||
ManoptLineSearchesExt = "LineSearches" | ||
ManoptManifoldsExt = ["Manifolds"] | ||
|
@@ -39,6 +41,7 @@ ColorTypes = "0.9.1, 0.10, 0.11" | |
Colors = "0.11.2, 0.12" | ||
DataStructures = "0.17, 0.18" | ||
Dates = "1.6" | ||
JuMP = "1.15" | ||
LinearAlgebra = "1.6" | ||
LRUCache = "1.4" | ||
ManifoldDiff = "0.3.8" | ||
|
@@ -56,11 +59,12 @@ julia = "1.6" | |
|
||
[extras] | ||
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | ||
JuMP = "4076af6c-e467-56ae-b986-b466b2749572" | ||
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637" | ||
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255" | ||
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e" | ||
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Test", "ForwardDiff", "Manifolds", "Plots", "LineSearches", "LRUCache"] | ||
test = ["Test", "ForwardDiff", "JuMP", "Manifolds", "Plots", "LineSearches", "LRUCache"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
ed8fcef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
ed8fcef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/94824
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: