-
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
425fc0e
Reorganize repo structure
7f2fa02
Update PC docs
michalk8 a41ade8
Update imports, fix some types
michalk8 0d30656
Fix more types, pet-peeves
michalk8 da2c97a
Fix tests
michalk8 3718cf7
Merge branch 'main' into misc/project-structure
michalk8 eb384eb
Update cost funcs and potentials
michalk8 5280021
Fix LR initializer
michalk8 a5999b5
Fix k-means initializer
michalk8 35ae68a
Move `utils`
michalk8 c1dfdb4
Update imports in notebooks
michalk8 f213453
Update geometry docs
michalk8 4b560d2
Update initializers
michalk8 75602d2
Update math docs
michalk8 7dcbea6
Update problem docstrings
michalk8 3365f24
Update `solvers` docstrings
michalk8 861bdfa
Update `tools` docstrings
michalk8 4faeca5
Remove remaining `core` mentions from docstrings
michalk8 ba29e10
Start updating documentation
michalk8 2bd6d8b
Fix typing
michalk8 d54074a
Update solvers docs
michalk8 6a15213
Add initializers
michalk8 987ad25
Update docs
michalk8 8e0fcb7
Fix MetaOT links
michalk8 f7b9295
Fix bibliography links
michalk8 8875b2f
Fix more links in the notebooks
michalk8 791bfed
Follow line length in README.md
michalk8 41a7ca7
Update `tests` structure
michalk8 0f1ad3b
Update badges
michalk8 75e358e
Add TODOs, fix citation in `index.rst`, move `implicit_diff`
michalk8 8c1ed2a
Fix implicit_diff, TODOs in costs
michalk8 9186c61
Use `jax.lax.cond` in `UnbalancedBures`
michalk8 f49351c
Fix `UnbalancedBures`
michalk8 687e594
Update CI versions
michalk8 aea8912
Fix UnbalancedBures's norm
michalk8 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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||