[FEAT] Split the huge "bregman.py" module
rflamary opened this issue ยท 1 comments
rflamary commented
๐ Feature
We need to split the dreaded bregman.py file in a proper module like we did for ot.gromov
the way I see that we can have
bregman/
__init__.py
_sinkhorn.py
_empirical.py
_barycenter.py
_convolutional.py
_screenkhorn.py
This is mostly some maintenance with moving stuff and checking that all tests pass so I'm looking for a volunteers. This will help for future maintnance but we need to be carefull to put the good contriutor in the good sub module (their contribution should be in CONTRIBUTORS.md)
Motivation
Pitch
Alternatives
Additional context
cedricvincentcuaz commented
I can go for it ๐