Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat): Linear GENOT #662

Merged
merged 334 commits into from
Aug 21, 2024
Merged

(feat): Linear GENOT #662

merged 334 commits into from
Aug 21, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 15, 2023

  1. fix jaxsampler

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f86eb0e View commit details
    Browse the repository at this point in the history
  2. fix jaxsampler

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ac3c781 View commit details
    Browse the repository at this point in the history
  3. fix jaxsampler

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    385bcfd View commit details
    Browse the repository at this point in the history
  4. fix tests

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    cfebc4d View commit details
    Browse the repository at this point in the history
  5. add plot_convergence

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e056042 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7af86b View commit details
    Browse the repository at this point in the history
  7. fix sinkhorn_divergence

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c8cbe9d View commit details
    Browse the repository at this point in the history
  8. adapt tox.ini file

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ff145d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e241db View commit details
    Browse the repository at this point in the history
  10. remove print statement

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3cc279f View commit details
    Browse the repository at this point in the history
  11. finish merge

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c10c5b6 View commit details
    Browse the repository at this point in the history
  12. adapt callbacks and rename tag cost to cost_matrix (#426)

    * rename tag cost to cost_matrix
    
    * fix renaming
    
    * [CI skip], adapt callback
    
    * incorporate requested changes
    
    * add test for quad custom callback
    
    * adapt kwargs for callback
    
    * fix handle_joint_attr
    
    * incorporate requested changes
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    74adb1e View commit details
    Browse the repository at this point in the history
  13. Feature/correlation test (#423)

    * fix test in FGWProblem
    
    * add correlation test
    
    * add first test for correlation computation
    
    * add more tests
    
    * fix tests
    
    * add tfs to compute_feature_correlation
    
    * add testing for no nans in compute_feature_correlation
    
    * incorporate requested changes
    
    * fix docstring
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a282376 View commit details
    Browse the repository at this point in the history
  14. fix sankey return statement (#428)

    * fix sankey return statement
    
    * adapt test
    
    * adapt return_fig
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7360819 View commit details
    Browse the repository at this point in the history
  15. Bump version: 0.1.0 → 0.1.1

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e08f63f View commit details
    Browse the repository at this point in the history
  16. fix return statements

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    728537c View commit details
    Browse the repository at this point in the history
  17. add save tests

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f2153e9 View commit details
    Browse the repository at this point in the history
  18. fix return type in mpl (#432)

    * fix return type in mpl
    
    * change import acronyms
    
    * fix tests
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4f1d26e View commit details
    Browse the repository at this point in the history
  19. Simplify linear operator (#431)

    * Simplify linear operator
    
    * Simplify `align`, fix test
    michalk8 authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0ffc730 View commit details
    Browse the repository at this point in the history
  20. Explicitly jit the solvers (#433)

    michalk8 authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    cee2466 View commit details
    Browse the repository at this point in the history
  21. Feature/interpolate colors sankey (#434)

    * fix return type in mpl
    
    * change import acronyms
    
    * fix tests
    
    * add interpolation option to sankey
    
    * add test to interpolate color
    
    * define colors for pull/push`
    
    * adapt tests
    
    * introduce axes in mpl.push/pull
    
    * incorporate requested changes
    
    * change default color
    
    * adapt plotting
    
    * introduce scaling
    
    * fix scale
    
    * make start/end categorical in plot
    
    * regenerate images
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6b11188 View commit details
    Browse the repository at this point in the history
  22. Remove FGWSolver (#437)

    * Remove `FGWSolver`
    
    * Fix `tox.ini`
    
    * Fix wrong shape check
    
    * Use pure GW in generic solver
    
    * Update tests
    michalk8 authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e28816f View commit details
    Browse the repository at this point in the history
  23. fix bug in SinkhornProblem (#442)

    * fix bug in SinkhornProblem
    
    * fix tox.ini
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3ff63be View commit details
    Browse the repository at this point in the history
  24. fix pre commits

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    865ad5a View commit details
    Browse the repository at this point in the history
  25. make push/pull always use source/target (#443)

    * make push/pull always use source/target
    
    * fix bug in StarPolicy _apply
    
    * adapt plotting to source/target
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2571935 View commit details
    Browse the repository at this point in the history
  26. fix strip plotting in sankey (#445)

    * fix strip plotting in sankey
    
    * simplify code
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3d22677 View commit details
    Browse the repository at this point in the history
  27. Feature/spearman correlation (#444)

    * add spearman correlation
    
    * add tests
    
    * adapt tests
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b5370e0 View commit details
    Browse the repository at this point in the history
  28. Delete logo.png

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    34ef904 View commit details
    Browse the repository at this point in the history
  29. Feature/plot order (#453)

    * make push/pull plot in good order
    
    * [CI skip], try setting adata.uns color explicitly
    
    * [CI skip], fix copying of adata
    
    * fix pre commits
    
    * fix bug
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9806854 View commit details
    Browse the repository at this point in the history
  30. Expose marginal kwargs for moscot.temporal and check for numeric ty…

    …pe of `temporal_key` (#449)
    
    * make marginal_kwargs explicit in temporal problems
    
    * introduce check for numeric dtype in temporal mixin
    
    * add alternative way for marginal prior
    
    * adapt tolerances in tests
    
    * correct docs
    
    * fix bug
    
    * Fix math rendering
    
    * fix test
    
    
    Co-authored-by: Michal Klein <[email protected]>
    2 people authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    50dbdca View commit details
    Browse the repository at this point in the history
  31. adapt plot_convergence (#454)

    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    46e1c65 View commit details
    Browse the repository at this point in the history
  32. Bug/docs generic analysis mixin (#455)

    * adapt plot_convergence
    
    * remove temporal-alluding docs in generic analysis mixin
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    61f5481 View commit details
    Browse the repository at this point in the history
  33. Docs/improvements (#456)

    * adapt plot_convergence
    
    * remove temporal-alluding docs in generic analysis mixin
    
    * docs suggestions
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    082c879 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a53ef22 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3a9f992 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c323cb5 View commit details
    Browse the repository at this point in the history
  37. Tests/spatiotemporalproblem (#464)

    * add more tests for spatiotemporalProblem
    
    * move some functions from TemporalProblem to TemporalMixin
    
    * add tests LineageProblem
    
    * fix tests
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    edb3c11 View commit details
    Browse the repository at this point in the history
  38. Feature/move taggedarray (#457)

    * adapt plot_convergence
    
    * remove temporal-alluding docs in generic analysis mixin
    
    * docs suggestions
    
    * move tagged array
    
    * move taggedarray back to solvers
    MUCDK authored and lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e3c3911 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    fdc5d54 View commit details
    Browse the repository at this point in the history
  40. fix to scaling in

    lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    859700c View commit details
    Browse the repository at this point in the history
  41. Revert "fix to scaling in"

    This reverts commit 0a6f7db.
    lucaeyring committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    22a48f5 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    dfa2d82 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    4bcd966 View commit details
    Browse the repository at this point in the history
  2. merge into condot branch

    lucaeyring committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    cb7bc2d View commit details
    Browse the repository at this point in the history
  3. merge into condot branch

    lucaeyring committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ddb1772 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. incoporated comments

    lucaeyring committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9636f1c View commit details
    Browse the repository at this point in the history
  2. incoporated comments

    lucaeyring committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f27dab0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. incoporated comments

    lucaeyring committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    816b084 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    1eb60f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from theislab/condot_revamp

    Updated conditional not pipeline
    MUCDK authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    2b6686f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from theislab/conditional_not_precommit

    Added conditional neural ot
    lucaeyring authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9e053ca View commit details
    Browse the repository at this point in the history
  4. [ci skip] start docs

    MUCDK committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    0d96dbe View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. added temporal neural test

    lucaeyring committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    83e6d71 View commit details
    Browse the repository at this point in the history
  2. [ci skip] continue docs

    MUCDK committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    df346d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. continue docs

    MUCDK committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ec0ab31 View commit details
    Browse the repository at this point in the history
  2. continue docs

    MUCDK committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fbd4181 View commit details
    Browse the repository at this point in the history
  3. change validation epsilon

    MUCDK committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    10799ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f94ef9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1421c65 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from theislab/feature/docs

    [ci skip] start docs
    lucaeyring authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b828752 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b584ae View commit details
    Browse the repository at this point in the history
  8. Merge pull request #12 from theislab/temporal_neural_test

    added temporal neural test
    lucaeyring authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d37c7d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. correct typo

    MUCDK committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    dd106af View commit details
    Browse the repository at this point in the history
  2. fix bug

    MUCDK committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    453922c View commit details
    Browse the repository at this point in the history
  3. added neural tests

    lucaeyring committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    298f8fb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    491a9a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6b1f9a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    77fea48 View commit details
    Browse the repository at this point in the history
  2. fixes to main merge

    lucaeyring committed May 1, 2023
    Configuration menu
    Copy the full SHA
    b1316bc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. fix typo

    MUCDK committed May 8, 2023
    Configuration menu
    Copy the full SHA
    1ff844f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ff674 View commit details
    Browse the repository at this point in the history
  3. fix tests

    MUCDK committed May 8, 2023
    Configuration menu
    Copy the full SHA
    518a8e5 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    2a5bcd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6594d43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c43b07 View commit details
    Browse the repository at this point in the history
  4. fix pandas version to <2.0

    MUCDK committed May 25, 2023
    Configuration menu
    Copy the full SHA
    594e2f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebc7877 View commit details
    Browse the repository at this point in the history
  6. merge continue_docs

    MUCDK committed May 25, 2023
    Configuration menu
    Copy the full SHA
    df0b6a8 View commit details
    Browse the repository at this point in the history
  7. continue

    MUCDK committed May 25, 2023
    Configuration menu
    Copy the full SHA
    db7b2c0 View commit details
    Browse the repository at this point in the history
  8. fix

    MUCDK committed May 25, 2023
    Configuration menu
    Copy the full SHA
    3220f9e View commit details
    Browse the repository at this point in the history
  9. continue fixing

    MUCDK committed May 25, 2023
    Configuration menu
    Copy the full SHA
    4fb6e51 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. fix ICNN setup

    MUCDK committed May 29, 2023
    Configuration menu
    Copy the full SHA
    fdf2882 View commit details
    Browse the repository at this point in the history
  2. fix tests

    MUCDK committed May 29, 2023
    Configuration menu
    Copy the full SHA
    35db509 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from theislab/neural_tests_local

    The failing tests will be resolved with the next release of ott-jax, it's already fixed in the main branch.
    MUCDK authored May 29, 2023
    Configuration menu
    Copy the full SHA
    65850ae View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    b7d8a00 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    ea7187e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c9a587 View commit details
    Browse the repository at this point in the history
  3. adapt tests

    MUCDK committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d3a529d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Filled in Monge Gap structure

    gocato committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    aba225d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5005b1 View commit details
    Browse the repository at this point in the history
  3. Ammend PointCloud Import

    gocato committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    2e0fb4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f328056 View commit details
    Browse the repository at this point in the history
  5. Update _utils.py

    Ammend PointCloud import
    gocato authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    4692dc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36b1953 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66e5794 View commit details
    Browse the repository at this point in the history
  8. Solve missing Import

    gocato committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    2ad39a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16a797d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Fix style and comment issues

    gocato committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    7d63082 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. add callback, swap f & g

    lucaeyring committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9aff229 View commit details
    Browse the repository at this point in the history
  2. add callback, swap f & g

    lucaeyring committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8f91e4a View commit details
    Browse the repository at this point in the history
  3. add callback, swap f & g

    lucaeyring committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2d63db7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26 from theislab/feature/add_callback

    Feature/add callback
    MUCDK authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5452485 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #27 from theislab/dev

    Dev
    MUCDK authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6f413a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. intermediate save

    MUCDK committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    43b873d View commit details
    Browse the repository at this point in the history
  2. intermediate save

    MUCDK committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    602b8a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. intermediate save

    MUCDK committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b85c8e0 View commit details
    Browse the repository at this point in the history
  2. intermediate save

    MUCDK committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    de6facc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    a32038c View commit details
    Browse the repository at this point in the history
  2. [ci skip] fix merge conflicts

    MUCDK committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fa9d6cf View commit details
    Browse the repository at this point in the history
  3. resolve conflict

    MUCDK committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    501b018 View commit details
    Browse the repository at this point in the history
  4. remove pairwise policy

    MUCDK committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0419670 View commit details
    Browse the repository at this point in the history
  5. add neural dependencies

    MUCDK committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ce7667a View commit details
    Browse the repository at this point in the history
  6. add neural dependencies

    MUCDK committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f97b08c View commit details
    Browse the repository at this point in the history
  7. add flax

    MUCDK committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    243c73a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix _call_kwargs

    MUCDK committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4516612 View commit details
    Browse the repository at this point in the history
  2. fix marginal kwargs

    MUCDK committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    68e7bf3 View commit details
    Browse the repository at this point in the history
  3. remove monge gap solver

    MUCDK committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    536f681 View commit details
    Browse the repository at this point in the history
  4. clean condneuralsolver

    MUCDK committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3185371 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    582ad43 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    7e3d4f7 View commit details
    Browse the repository at this point in the history
  2. resolve unfreeze/freeze

    MUCDK committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    51915db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47508b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5363d98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dd6b8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21f3309 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. adapt tests

    MUCDK committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3bbb4da View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    2cced99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa49c10 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. [ci skip] add MLP_marginals

    MUCDK committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    16d3204 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    c61633c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. fix _solve in neuraldualsolver

    MUCDK committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2dc6ff3 View commit details
    Browse the repository at this point in the history
  2. incorporate feedback

    MUCDK committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    badd57b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd983fd View commit details
    Browse the repository at this point in the history
  4. unify _split_data

    MUCDK committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b00e2b7 View commit details
    Browse the repository at this point in the history
  5. fix tests

    MUCDK committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    79f050e View commit details
    Browse the repository at this point in the history
  6. fix some precommit hooks

    MUCDK committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5c19f1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e964e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    517db5f View commit details
    Browse the repository at this point in the history
  9. delete old files

    MUCDK committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    742f02c View commit details
    Browse the repository at this point in the history
  10. adapt pyproject.toml

    MUCDK committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d763de4 View commit details
    Browse the repository at this point in the history
  11. adapt pyproject.toml

    MUCDK committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2c64e3b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    73c7830 View commit details
    Browse the repository at this point in the history
  13. [ci skip] adjust _format_params

    MUCDK committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6d40537 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    9483e69 View commit details
    Browse the repository at this point in the history
  2. adapt neuraldualsolver

    MUCDK committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    32300e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b9a59 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. add basic neural test

    MUCDK committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    dd74215 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. [ci skip] intermediate save

    MUCDK committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    dce2b21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2ece68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bd674f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. adapt distributioncontainer

    MUCDK committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    61e3a01 View commit details
    Browse the repository at this point in the history
  2. fix dict bug

    MUCDK committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b949d6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e90934c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    295eb6e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    08fcec2 View commit details
    Browse the repository at this point in the history
  2. adapt neural backend tests

    MUCDK committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    868146a View commit details
    Browse the repository at this point in the history
  3. fix mypy errors

    MUCDK committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    f84bd31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e74e0a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9482ccc View commit details
    Browse the repository at this point in the history
  6. move to to BaseSolverOutput`

    "
    MUCDK committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    182bab7 View commit details
    Browse the repository at this point in the history
  7. adapt transport_matrix docs

    MUCDK committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    166bd49 View commit details
    Browse the repository at this point in the history
  8. adapt transport_matrix docs

    MUCDK committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    fea3ac9 View commit details
    Browse the repository at this point in the history
  9. adapt tests

    MUCDK committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    7669f7b View commit details
    Browse the repository at this point in the history
  10. adapt tests

    MUCDK committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    e53f9c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. update unbalancedness mixin

    MUCDK committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cc6bfb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. use implementation from moscot

    MUCDK committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a438629 View commit details
    Browse the repository at this point in the history
  2. uncomment unused code

    MUCDK committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3f422bf View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    3e9dfc5 View commit details
    Browse the repository at this point in the history
  2. intermediate save

    MUCDK committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f4b7c76 View commit details
    Browse the repository at this point in the history
  3. adapt neuraldualsolver

    MUCDK committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4152baf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06e55c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b46bae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4566eb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    c981af7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8763321 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2312e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    7f09740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c1102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a7a79e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f10be61 View commit details
    Browse the repository at this point in the history
  5. (fix): push/pull api

    ilan-gold committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    03bec6b View commit details
    Browse the repository at this point in the history
  6. (fix): make push test work

    ilan-gold committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a99231a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1f3ea4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3b31d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    06376a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    0f955d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a0718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94441f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2583c56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    591f3b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96bd942 View commit details
    Browse the repository at this point in the history
  7. (chore): more cleanup

    ilan-gold committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    37c3757 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b4afdd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85ac491 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25844d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a0f94a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f017c9e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e85255 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    133ed51 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    556f6ce View commit details
    Browse the repository at this point in the history
  16. (fix): repo name

    ilan-gold committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4bea0d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    e0a5628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d09a9eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ac3d3f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    b2faf8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79e76e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbfd93f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    ff27786 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e90a53 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    1dbd78c View commit details
    Browse the repository at this point in the history
  2. (fix): default args

    ilan-gold committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f64d4ff View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. (fix): add explicit policy

    ilan-gold committed May 16, 2024
    Configuration menu
    Copy the full SHA
    050360c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    556a815 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d18154a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. (chore): notebooks

    ilan-gold committed May 22, 2024
    Configuration menu
    Copy the full SHA
    24ee61e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77cd780 View commit details
    Browse the repository at this point in the history
  3. (chore): remove deps

    ilan-gold committed May 22, 2024
    Configuration menu
    Copy the full SHA
    83f9fb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4ec4f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0145b5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98177c1 View commit details
    Browse the repository at this point in the history
  7. (fix): use ott-jax[neural]

    ilan-gold committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ea3dc93 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. (chore): fix docs

    ilan-gold committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b9b66d5 View commit details
    Browse the repository at this point in the history
  2. (fix): small test fixes

    ilan-gold committed May 24, 2024
    Configuration menu
    Copy the full SHA
    16e45a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cbc912 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb04bef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    884996d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f353fc View commit details
    Browse the repository at this point in the history
  7. (fix): variable is a string

    ilan-gold committed May 24, 2024
    Configuration menu
    Copy the full SHA
    341068c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64f89ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85342f4 View commit details
    Browse the repository at this point in the history
  10. (fix): hidden dims ci

    ilan-gold committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0098193 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. (fix): re-add notebook

    ilan-gold committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6f9890a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    7860056 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    46e5fc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd288c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    822628d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5835390 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d245cb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90e9fc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    e9cd90e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    cf11513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f91c4e View commit details
    Browse the repository at this point in the history
  3. (Fix): docs

    ilan-gold committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ab51550 View commit details
    Browse the repository at this point in the history
  4. (fix): notebooks

    ilan-gold committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2ce5c0b View commit details
    Browse the repository at this point in the history
  5. (fix): docs reference

    ilan-gold committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9b38b65 View commit details
    Browse the repository at this point in the history
  6. (fix): remove attr

    ilan-gold committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    60e074c View commit details
    Browse the repository at this point in the history
  7. (fix): erroneous change

    ilan-gold committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c8a9cbd View commit details
    Browse the repository at this point in the history
  8. (fix): remove empty

    ilan-gold committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b97a2b4 View commit details
    Browse the repository at this point in the history
  9. (fix): notebooks again?

    ilan-gold committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d3b31ec View commit details
    Browse the repository at this point in the history
  10. (chore): ok?

    ilan-gold committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2678705 View commit details
    Browse the repository at this point in the history