OptimalTransport.jl Versions Save

Optimal transport algorithms for Julia

v0.3.19

2 years ago

OptimalTransport v0.3.19

Diff since v0.3.18

Merged pull requests:

  • Add support for NNlib 0.8 (#164) (@devmotion)

v0.3.18

2 years ago

OptimalTransport v0.3.18

Diff since v0.3.17

Closed issues:

  • Citation in Recent Paper (#77)
  • Who is Tim Matsumoto... and we should probably update the README (#94)
  • Separating code in multiple packages (#108)
  • Should we create a separate Examples Repository? (#124)
  • Contribution Workflow (#148)

Merged pull requests:

  • add sinkhorn_divergence to runtests (#146) (@zsteve)
  • Example for 1D case of optimal transport (#147) (@davibarreira)
  • Correcting the 1D example (#150) (@davibarreira)
  • Update dependencies and CI (#158) (@devmotion)

v0.3.17

2 years ago

OptimalTransport v0.3.17

Diff since v0.3.16

Merged pull requests:

  • Add submodule OptimalTransport.Dual and examples for smoothed dual variational problems (#129) (@zsteve)
  • CompatHelper: add new compat entry for LogExpFunctions at version 0.3 for package nmf, (keep existing compat) (#133) (@github-actions[bot])
  • CompatHelper: add new compat entry for OptimalTransport at version 0.3 for package nmf, (keep existing compat) (#134) (@github-actions[bot])
  • CompatHelper: add new compat entry for Literate at version 2 for package nmf, (keep existing compat) (#135) (@github-actions[bot])
  • CompatHelper: add new compat entry for Distances at version 0.10 for package nmf, (keep existing compat) (#136) (@github-actions[bot])
  • CompatHelper: add new compat entry for Optim at version 1 for package nmf, (keep existing compat) (#137) (@github-actions[bot])
  • CompatHelper: add new compat entry for LineSearches at version 7 for package nmf, (keep existing compat) (#138) (@github-actions[bot])
  • CompatHelper: add new compat entry for NMF at version 0.5 for package nmf, (keep existing compat) (#139) (@github-actions[bot])
  • CompatHelper: add new compat entry for NNlib at version 0.7 for package nmf, (keep existing compat) (#140) (@github-actions[bot])
  • CompatHelper: add new compat entry for MLDatasets at version 0.5 for package nmf, (keep existing compat) (#141) (@github-actions[bot])
  • CompatHelper: add new compat entry for StatsBase at version 0.33 for package nmf, (keep existing compat) (#142) (@github-actions[bot])
  • CompatHelper: add new compat entry for ReverseDiff at version 1 for package variational, (keep existing compat) (#143) (@github-actions[bot])
  • add all compathelper changes (#144) (@zsteve)
  • add davibarreira's sinkhorn_divergence with some modifications (#145) (@zsteve)

v0.3.16

2 years ago

OptimalTransport v0.3.16

Diff since v0.3.15

Merged pull requests:

  • fix sinkhorn2 bug for ReverseDiff (#130) (@zsteve)
  • Reexport ExactOptimalTransport.jl (#132) (@devmotion)

v0.3.15

2 years ago

OptimalTransport v0.3.15

Diff since v0.3.14

Merged pull requests:

  • Refactor quadreg (#119) (@zsteve)
  • check ForwardDiff results against analytic formula in tests (#120) (@zsteve)
  • Quad gpu fix (#121) (@zsteve)
  • Example: variational problems using autodiff (#122) (@zsteve)
  • Unify solve! for SinkhornSolver and SinkhornBarycenterSolver (#123) (@zsteve)
  • Improve setup of examples (#125) (@devmotion)
  • Fix CompatHelper (#126) (@devmotion)
  • Update examples and reduce dependencies (#128) (@devmotion)

v0.3.14

2 years ago

OptimalTransport v0.3.14

Diff since v0.3.13

Merged pull requests:

  • sinkhorn_barycenter refactor (#110) (@zsteve)
  • New version (#118) (@zsteve)

v0.3.13

2 years ago

OptimalTransport v0.3.13

Diff since v0.3.12

Closed issues:

  • Convention about using greek letters/unicode or ASCII variable naming (#54)
  • Deprecating and renaming additional functions (#63)
  • CI broken (#113)

Merged pull requests:

  • CompatHelper: bump compat for "LogExpFunctions" to "0.3" (#109) (@github-actions[bot])
  • Use pip (#116) (@devmotion)
  • New release (#117) (@devmotion)

v0.3.12

2 years ago

OptimalTransport v0.3.12

Diff since v0.3.11

Merged pull requests:

  • Finite Discrete Measure (#95) (@davibarreira)
  • Refactor sinkhorn and sinkhorn2 (#100) (@devmotion)
  • Update README.md (#101) (@devmotion)
  • Update Documenter (#103) (@devmotion)
  • Simplify GPU test environment (#106) (@devmotion)

v0.3.11

2 years ago

OptimalTransport v0.3.11

Diff since v0.3.10

Merged pull requests:

  • Simplify tests (#98) (@devmotion)
  • Simplify stabilized Sinkhorn algorithm (#99) (@devmotion)

v0.3.10

2 years ago

OptimalTransport v0.3.10

Diff since v0.3.9

Closed issues:

  • Compatibility Issues (#96)

Merged pull requests:

  • Compat added version 0.24 of Distributions.jl (#97) (@davibarreira)