8000 [MRG] split ot.bregman by cedricvincentcuaz · Pull Request #569 · PythonOT/POT · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[MRG] split ot.bregman #569

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

Merged
merged 7 commits into from
Nov 10, 2023
Merged

Conversation

cedricvincentcuaz
Copy link
Collaborator
@cedricvincentcuaz cedricvincentcuaz commented Nov 9, 2023

Types of changes

Split ot.bregman.py within a sub-repository ot/bregman/ containing files:

  • ot.bregman.__init__.py
  • ._utils.py : maybe not necessary. For now it is used in _barycenter.py and _dictionary.py. But it might be good for future integration, plus there are a lot of recurrent operations in this repository so it might be useful to factor it in the future.
  • ._barycenter.py
  • ._convolutional.py
  • ._empirical
  • ._screenkhorn
  • ._dictionary

Motivation and context / Related issue

Address request in Issue #567

How has this been tested (if it applies)

PR checklist

  • I have read the CONTRIBUTING document.
  • The documentation is up-to-date with the changes I made (check build artifacts).
  • All tests passed, and additional code has been covered with new tests.
  • I have added the PR and Issue fix to the RELEASES.md file.

Copy link
codecov bot commented Nov 9, 2023

Codecov Report

Merging #569 (b7c93cc) into master (91c67fb) will increase coverage by 0.00%.
The diff coverage is 93.18%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #569   +/-   ##
=======================================
  Coverage   96.51%   96.52%           
=======================================
  Files          67       74    +7     
  Lines       14821    14859   +38     
=======================================
+ Hits        14304    14342   +38     
  Misses        517      517           

@cedricvincentcuaz cedricvincentcuaz removed the request for review from rflamary November 10, 2023 00:39
Copy link
Collaborator
@rflamary rflamary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is great thanks @cedricvincentcuaz

A few more people to add at the top of the files

@rflamary rflamary changed the title [WIP] split ot.bregman [MRG] split ot.bregman Nov 10, 2023
@cedricvincentcuaz cedricvincentcuaz merged commit fcd8f05 into PythonOT:master Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0