-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reexport ExactOptimalTransport.jl (#132)
* Reexport ExactOptimalTransport.jl * Update src/OptimalTransport.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Delete wasserstein.jl * Update Manifest.toml files Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e37845e
commit f961027
Showing
18 changed files
with
191 additions
and
1,166 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,33 @@ | ||
name = "OptimalTransport" | ||
uuid = "7e02d93a-ae51-4f58-b602-d97af76e3b33" | ||
authors = ["zsteve <[email protected]>"] | ||
version = "0.3.15" | ||
version = "0.3.16" | ||
|
||
[deps] | ||
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
ExactOptimalTransport = "24df6009-d856-477c-ac5c-91f668376b31" | ||
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688" | ||
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" | ||
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" | ||
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150" | ||
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" | ||
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | ||
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
|
||
[compat] | ||
Distances = "0.9.0, 0.10" | ||
Distributions = "0.24, 0.25" | ||
ExactOptimalTransport = "0.1" | ||
IterativeSolvers = "0.8.4, 0.9" | ||
LogExpFunctions = "0.2, 0.3" | ||
MathOptInterface = "0.9" | ||
NNlib = "0.6, 0.7" | ||
PDMats = "0.10, 0.11" | ||
QuadGK = "2" | ||
StatsBase = "0.33.8" | ||
Reexport = "1" | ||
julia = "1" | ||
|
||
[extras] | ||
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" | ||
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | ||
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" | ||
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49" | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
PythonOT = "3c485715-4278-42b2-9b5f-8f00e43c12ef" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" | ||
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa" | ||
|
||
[targets] | ||
test = ["ForwardDiff", "ReverseDiff", "Pkg", "PythonOT", "Random", "SafeTestsets", "Test", "Tulip", "HCubature"] | ||
test = ["Distances", "ForwardDiff", "ReverseDiff", "Pkg", "PythonOT", "Random", "SafeTestsets", "Test"] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
ExactOptimalTransport = "24df6009-d856-477c-ac5c-91f668376b31" | ||
OptimalTransport = "7e02d93a-ae51-4f58-b602-d97af76e3b33" | ||
|
||
[compat] | ||
ExactOptimalTransport = "0.1" | ||
Documenter = "0.27" | ||
OptimalTransport = "0.3" |
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.
f961027
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
f961027
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/44698
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: