Skip to content

Commit 9da044c

Browse files
zsteveStephen Zhang
andauthored
Unbalanced divergence (#170)
* 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]>
1 parent a82e3fb commit 9da044c

File tree

15 files changed

+381
-160
lines changed

15 files changed

+381
-160
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
version:
23-
- '1.0'
23+
- '1.6'
2424
- '1'
2525
- 'nightly'
2626
os:

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ docs/src/examples/
3333
# Files generated by Jupyter Notebooks
3434
*.ipynb_checkpoints
3535
*.ipynb
36+
37+
# emacs temp files
38+
*~undo-tree~*
39+
\#*\#
40+
.\#*

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimalTransport"
22
uuid = "7e02d93a-ae51-4f58-b602-d97af76e3b33"
33
authors = ["zsteve <[email protected]>"]
4-
version = "0.3.19"
4+
version = "0.3.20"
55

66
[deps]
77
ExactOptimalTransport = "24df6009-d856-477c-ac5c-91f668376b31"

docs/src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ sinkhorn_stabilized_epsscaling
5454
```@docs
5555
sinkhorn_unbalanced
5656
sinkhorn_unbalanced2
57+
sinkhorn_divergence_unbalanced
5758
```
5859

5960
## Quadratically regularised optimal transport

0 commit comments

Comments
 (0)