-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
132 changed files
with
2,729 additions
and
2,314 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,7 +161,7 @@ cython_debug/ | |
|
||
# generated documentation | ||
docs/html | ||
docs/_autosummary | ||
**/_autosummary | ||
|
||
# macos | ||
**/.DS_Store |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ help: | |
clean: | ||
@rm -rf $(BUILDDIR)/ | ||
@rm -rf $(SOURCEDIR)/_autosummary | ||
@rm -rf $(SOURCEDIR)/**/_autosummary |
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 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.