-
Notifications
You must be signed in to change notification settings - Fork 82
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
Misc/project structure #176
Conversation
|
||
c(x,y) = norm(x) + norm(y) + pairwise(x,y) | ||
c(x,y) = norm(x) + norm(y) + pairwise(x,y) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this won't look good with maths
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think it renders ok-ish, maybe we can just replace norm(x)
with ||x||
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #176 +/- ##
==========================================
- Coverage 84.21% 82.12% -2.09%
==========================================
Files 51 51
Lines 5118 5187 +69
Branches 521 527 +6
==========================================
- Hits 4310 4260 -50
- Misses 657 781 +124
+ Partials 151 146 -5
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this macro PR Michal. I think we're ready for v.0.3.0!
Thanks, will let the tests pass and merge. For |
* Reorganize repo structure * Update PC docs * Update imports, fix some types * Fix more types, pet-peeves * Fix tests * Update cost funcs and potentials * Fix LR initializer * Fix k-means initializer * Move `utils` * Update imports in notebooks * Update geometry docs * Update initializers * Update math docs * Update problem docstrings * Update `solvers` docstrings * Update `tools` docstrings * Remove remaining `core` mentions from docstrings * Start updating documentation * Fix typing * Update solvers docs * Add initializers * Update docs * Fix MetaOT links * Fix bibliography links * Fix more links in the notebooks * Follow line length in README.md * Update `tests` structure * Update badges * Add TODOs, fix citation in `index.rst`, move `implicit_diff` * Fix implicit_diff, TODOs in costs * Use `jax.lax.cond` in `UnbalancedBures` * Fix `UnbalancedBures` * Update CI versions * Fix UnbalancedBures's norm
TODOs:
examples/
UnbalancedBures
closes #168