Skip to content

Commit

Permalink
Merge pull request #7 from gaelforget/OptimalTransport
Browse files Browse the repository at this point in the history
Optimal transport
  • Loading branch information
gaelforget authored Jun 27, 2022
2 parents bb9f43e + 39fbcd4 commit 5a1fa42
Show file tree
Hide file tree
Showing 7 changed files with 2,113 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "OceanDistributions"
uuid = "aa3b323a-0e68-4b14-b952-9911d94e084a"
authors = ["gaelforget <[email protected]>"]
version = "0.1.2"
version = "0.1.3"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

[compat]
CSV = "0.5, 0.6, 0.7, 0.8, 0.9"
CSV = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
DataFrames = "1"
julia = "1"
141 changes: 141 additions & 0 deletions examples/OptimalTransport/M.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 5a1fa42

Please sign in to comment.