-
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.
* first stab at unbalanced sinkhorn divergence * fixed point in log domain * increment version number * add docstrings for sinkhorn_divergence_unbalanced * format * clean emacs tmp files * clean emacs tmp files * missing math tag * missing backslash * add sinkhorn_divergence_unbalanced to docs * increase epsilon for gpu sinkhorn tests * format * udpate examples/OneDimension * add StatsPlots deps to examples/OneDimension * change Julia LTS from 1.0 to 1.6 Co-authored-by: Stephen Zhang <[email protected]>
- Loading branch information
Showing
15 changed files
with
381 additions
and
160 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
strategy: | ||
matrix: | ||
version: | ||
- '1.0' | ||
- '1.6' | ||
- '1' | ||
- 'nightly' | ||
os: | ||
|
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 = "OptimalTransport" | ||
uuid = "7e02d93a-ae51-4f58-b602-d97af76e3b33" | ||
authors = ["zsteve <[email protected]>"] | ||
version = "0.3.19" | ||
version = "0.3.20" | ||
|
||
[deps] | ||
ExactOptimalTransport = "24df6009-d856-477c-ac5c-91f668376b31" | ||
|
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.