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

[MRG] Bregman backend #280

Merged
merged 27 commits into from
Oct 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6f54612
Bregman
ncassereau Sep 6, 2021
2c5525c
Resolve conflicts
ncassereau Sep 10, 2021
e15337a
Bug solve
ncassereau Sep 10, 2021
807e520
Bregman updated for JAX compatibility
ncassereau Sep 13, 2021
5b83709
Merge branch 'master' into bregman_backend
rflamary Sep 29, 2021
1fb7e79
Merge branch 'master' into bregman_backend
ncassereau Sep 30, 2021
f559bef
Tests coherence between backend improved
ncassereau Oct 13, 2021
7694f7b
No longer enforcing 64 bits operations on Jax except for tests
ncassereau Oct 13, 2021
2e7a828
Now using mixtures, to make backend dependent tests with less code
ncassereau Oct 13, 2021
6798a2e
Better test skipping code
ncassereau Oct 14, 2021
b79766f
Pep8 + test optimizations
ncassereau Oct 14, 2021
5f577e3
redundancy removed
ncassereau Oct 14, 2021
fd59355
Docs
ncassereau Oct 15, 2021
05c6341
Typo corrected
ncassereau Oct 15, 2021
f4d9500
Typo
ncassereau Oct 15, 2021
9726cc7
Typo
ncassereau Oct 15, 2021
62d7774
Docs
ncassereau Oct 15, 2021
5c13f49
Docs
ncassereau Oct 18, 2021
d7c76ba
pep8
ncassereau Oct 18, 2021
121371a
Backend docs
ncassereau Oct 18, 2021
33e15da
Prettier docs
ncassereau Oct 18, 2021
5391f81
Mistake corrected
ncassereau Oct 18, 2021
08724e0
Merge branch 'master' into bregman_backend
rflamary Oct 22, 2021
5085dc5
small changes
ncassereau Oct 25, 2021
0374eea
Merge branch 'bregman_backend' of https://github.com/ncassereau-idris…
ncassereau Oct 25, 2021
d4eae01
Better wording
ncassereau Oct 25, 2021
0ad21b1
Merge branch 'master' into bregman_backend
rflamary Oct 25, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/all.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ API and modules
:template: module.rst

lp
backend
bregman
smooth
gromov
Expand Down
Loading