{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":71472695,"defaultBranch":"master","name":"POT","ownerLogin":"PythonOT","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-10-20T14:42:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/63845245?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714112734.0","currentOid":""},"activityList":{"items":[{"before":"aa4f370c603c27778e8a2edd38ed3591e0ed4396","after":"f8f298d0b826a0532d65e716ef040719d62f0caa","ref":"refs/heads/master","pushedAt":"2024-06-22T18:56:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Update _gw.py (#637)\n\ndoc typos\r\n\r\nCo-authored-by: Cédric Vincent-Cuaz ","shortMessageHtmlLink":"Update _gw.py (#637)"}},{"before":"14c08ba4859650146e8b621560c43ff777daa895","after":"aa4f370c603c27778e8a2edd38ed3591e0ed4396","ref":"refs/heads/master","pushedAt":"2024-06-21T15:57:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"Add optional install options with pip (#627)\n\n* add extra optional dependency options\r\n\r\n* check for dependencies, more informative errors: da, dr\r\n\r\n* update RELEASES.md\r\n\r\n* update README.md\r\n\r\n* Update setup.py\r\n\r\nCo-authored-by: Rémi Flamary \r\n\r\n* change filename to requirements_all in all files\r\n\r\n* woops some of those were for docs\r\n\r\n---------\r\n\r\nCo-authored-by: Rémi Flamary ","shortMessageHtmlLink":"Add optional install options with pip (#627)"}},{"before":"628a089da619a0af9f71f78faf762e344075a487","after":"14c08ba4859650146e8b621560c43ff777daa895","ref":"refs/heads/master","pushedAt":"2024-06-21T09:55:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"[MRG] Fix Gradient scaling in Partial GW solver (#602)\n\n* new file: ot/partial_gw.py\r\n\r\n* remove partial_gw.py to update existing file partial.py\r\n\r\n* fix pep8\r\n\r\n---------\r\n\r\nCo-authored-by: Rémi Flamary \r\nCo-authored-by: Cédric Vincent-Cuaz ","shortMessageHtmlLink":"[MRG] Fix Gradient scaling in Partial GW solver (#602)"}},{"before":"1f7d5476c48e04de32b6ec2a4ac94a72ba0ac2de","after":"628a089da619a0af9f71f78faf762e344075a487","ref":"refs/heads/master","pushedAt":"2024-06-21T07:25:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"[CI] Add x86 based macOS to testing (#636)\n\n* Use the 'macos-latest' runs-on option which now defaults to 'macos-14' which are\r\n Apple silicon runners.\r\n - c.f. https://github.com/actions/runner-images/blob/d31241d2c8c646cd0ba18579836636e62c38f1c9/images/macos/macos-14-arm64-Readme.md\r\n* Keep a 'macos-13' runner to continue to test x86 based macOS for the latest\r\n Python version.\r\n - c.f. https://github.com/actions/runner-images/blob/d31241d2c8c646cd0ba18579836636e62c38f1c9/images/macos/macos-13-Readme.md","shortMessageHtmlLink":"[CI] Add x86 based macOS to testing (#636)"}},{"before":"246de6bc97a8fb6bb884ea5ebbc0a9e409db73d4","after":"1f7d5476c48e04de32b6ec2a4ac94a72ba0ac2de","ref":"refs/heads/master","pushedAt":"2024-06-20T13:07:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"[MRG] correct bugs with gw barycenter on 1 input (#628)\n\n* correct bugs with gw barycenter on 1 input\r\n\r\n* merge\r\n\r\n---------\r\n\r\nCo-authored-by: Rémi Flamary ","shortMessageHtmlLink":"[MRG] correct bugs with gw barycenter on 1 input (#628)"}},{"before":"36b4c0ac397f5391d1eefc92446ebc217c0467e0","after":"246de6bc97a8fb6bb884ea5ebbc0a9e409db73d4","ref":"refs/heads/master","pushedAt":"2024-06-20T06:53:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"[BLD] Update requires-python metadata to Python 3.7 (#630)\n\n* [BLD] Update requires-python metadata to Python 3.7\r\n\r\n* Update requires-python metadata through setuptools's python_requires\r\n to reflect that only Python 3.7+ is distributed on PyPI and only\r\n Python 3.8+ is tested in CI and so Python 3.6 is not supported.\r\n - c.f. https://peps.python.org/pep-0621/#requires-python\r\n - The use of requires-python is to provide guards to keep older\r\n CPython versions from installing releases that could contain\r\n unrunnable code.\r\n* Python 3.6 is also EOL\r\n\r\n┌───────┬────────────┬─────────┬────────────────┬────────────┬────────────┐\r\n│ cycle │ release │ latest │ latest release │ support │ eol │\r\n├───────┼────────────┼─────────┼────────────────┼────────────┼────────────┤\r\n│ 3.12 │ 2023-10-02 │ 3.12.4 │ 2024-06-06 │ 2025-04-02 │ 2028-10-31 │\r\n│ 3.11 │ 2022-10-24 │ 3.11.9 │ 2024-04-02 │ 2024-04-01 │ 2027-10-31 │\r\n│ 3.10 │ 2021-10-04 │ 3.10.14 │ 2024-03-19 │ 2023-04-05 │ 2026-10-31 │\r\n│ 3.9 │ 2020-10-05 │ 3.9.19 │ 2024-03-19 │ 2022-05-17 │ 2025-10-31 │\r\n│ 3.8 │ 2019-10-14 │ 3.8.19 │ 2024-03-19 │ 2021-05-03 │ 2024-10-31 │\r\n│ 3.7 │ 2018-06-26 │ 3.7.17 │ 2023-06-05 │ 2020-06-27 │ 2023-06-27 │\r\n│ 3.6 │ 2016-12-22 │ 3.6.15 │ 2021-09-03 │ 2018-12-24 │ 2021-12-23 │\r\n│ 3.5 │ 2015-09-12 │ 3.5.10 │ 2020-09-05 │ False │ 2020-09-30 │\r\n│ 3.4 │ 2014-03-15 │ 3.4.10 │ 2019-03-18 │ False │ 2019-03-18 │\r\n│ 3.3 │ 2012-09-29 │ 3.3.7 │ 2017-09-19 │ False │ 2017-09-29 │\r\n│ 3.2 │ 2011-02-20 │ 3.2.6 │ 2014-10-12 │ False │ 2016-02-20 │\r\n│ 3.1 │ 2009-06-26 │ 3.1.5 │ 2012-04-06 │ False │ 2012-04-09 │\r\n│ 3.0 │ 2008-12-03 │ 3.0.1 │ 2009-02-12 │ False │ 2009-06-27 │\r\n│ 2.7 │ 2010-07-03 │ 2.7.18 │ 2020-04-19 │ False │ 2020-01-01 │\r\n│ 2.6 │ 2008-10-01 │ 2.6.9 │ 2013-10-29 │ False │ 2013-10-29 │\r\n└───────┴────────────┴─────────┴────────────────┴────────────┴────────────┘\r\n\r\n* [DOC] Add Python 3.11 and Python 3.12 PyPI classifier metadata.\r\n\r\n* Add Python 3.11 and Python 3.12 as PyPI trove classifiers.","shortMessageHtmlLink":"[BLD] Update requires-python metadata to Python 3.7 (#630)"}},{"before":"61d751b0bac9625e5ceb7e3a320f6cf2b6800052","after":"36b4c0ac397f5391d1eefc92446ebc217c0467e0","ref":"refs/heads/master","pushedAt":"2024-06-19T16:44:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"[CI] Remove redundant CIBW_BEFORE_BUILD (#631)\n\n* The build system should define all required build components and\r\n make them available at wheel build time. As this pip install step\r\n is not required, remove CIBW_BEFORE_BUILD.\r\n\r\n From the docs https://cibuildwheel.pypa.io/en/stable/options/#before-build\r\n\r\n > If dependencies are required to build your wheel (for example if you\r\n > include a header from a Python module), instead of using this command,\r\n > we recommend adding requirements to a pyproject.toml file's\r\n > build-system.requires array instead.","shortMessageHtmlLink":"[CI] Remove redundant CIBW_BEFORE_BUILD (#631)"}},{"before":"cba9c7b7d27b59edf49979c746e480dbce787bc0","after":"61d751b0bac9625e5ceb7e3a320f6cf2b6800052","ref":"refs/heads/master","pushedAt":"2024-06-19T07:38:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"[BLD] Add support for NumPy 2.0 wheels (#629)\n\n* build: Add support for NumPy 2.0 wheels [build wheels]\r\n\r\n* Add numpy>=2.0.0 to build-system requires to build NumPy 1.x and 2.x compatible\r\n wheels.\r\n - c.f. https://numpy.org/doc/stable/dev/depending_on_numpy.html#numpy-2-0-specific-advice\r\n - As NumPy 2.0 is Python 3.9+, also need to conditionally support 'oldest-supported-numpy'\r\n for Python 3.8.\r\n* Remove wheel from build-system requires as it is never required and injected\r\n automatically by setuptools only when needed.\r\n - c.f. https://learn.scientific-python.org/development/guides/packaging-classic/\r\n\r\n* build: Remove setup_requires metadata\r\n\r\n* Remove setup_requires as it is deprecated and should defer to PEP 517/518.\r\n - c.f. https://learn.scientific-python.org/development/guides/packaging-classic/#pep-517518-support-high-priority\r\n\r\n* fix: Use np.inf to avoid AttributeError\r\n\r\n* Avoids:\r\n\r\n AttributeError: `np.infty` was removed in the NumPy 2.0 release.\r\n Use `np.inf` instead.\r\n\r\n AttributeError: `np.Inf` was removed in the NumPy 2.0 release.\r\n Use `np.inf` instead.\r\n\r\n* docs: Add NumPy 2.0 support to release notes","shortMessageHtmlLink":"[BLD] Add support for NumPy 2.0 wheels (#629)"}},{"before":"2472dd462a86153da5e3864be1c102ac4046455b","after":"cba9c7b7d27b59edf49979c746e480dbce787bc0","ref":"refs/heads/master","pushedAt":"2024-05-29T23:09:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"[WIP] quantized gromov wasserstein solver (#603)\n\n* first commit : quantized gromov wasserstein solver\r\n\r\n* start setting up tests\r\n\r\n* fix build OT for all backends - nb: concatenation procedure is less efficient for numpy and torch\r\n\r\n* dealing with edge cases\r\n\r\n* fix pep8\r\n\r\n* updates + start setting exemple\r\n\r\n* updates + start setting exemple\r\n\r\n* updating code + exemple + test + docs\r\n\r\n* fix sklearn imports\r\n\r\n* fix\r\n\r\n* setting up new API for qGW\r\n\r\n* fix pep8\r\n\r\n* tests\r\n\r\n* update qFGW plots\r\n\r\n* update qFGW plots\r\n\r\n* up tests\r\n\r\n* update example\r\n\r\n* merge master\r\n\r\n* complete tests\r\n\r\n---------\r\n\r\nCo-authored-by: Rémi Flamary ","shortMessageHtmlLink":"[WIP] quantized gromov wasserstein solver (#603)"}},{"before":"e01c4e6ac68f2ad476d29f236d9607ea5d058362","after":"2472dd462a86153da5e3864be1c102ac4046455b","ref":"refs/heads/master","pushedAt":"2024-05-29T13:22:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Implementation of Low Rank Gromov-Wasserstein (#614)\n\n* new file for lr sinkhorn\r\n\r\n* lr sinkhorn, solve_sample, OTResultLazy\r\n\r\n* add test functions + small modif lr_sin/solve_sample\r\n\r\n* add import to __init__\r\n\r\n* modify low rank, remove solve_sample,OTResultLazy\r\n\r\n* new file for lr sinkhorn\r\n\r\n* lr sinkhorn, solve_sample, OTResultLazy\r\n\r\n* add test functions + small modif lr_sin/solve_sample\r\n\r\n* add import to __init__\r\n\r\n* remove test solve_sample\r\n\r\n* add value, value_linear, lazy_plan\r\n\r\n* add comments to lr algorithm\r\n\r\n* modify test functions + add comments to lowrank\r\n\r\n* modify __init__ with lowrank\r\n\r\n* debug lowrank + test\r\n\r\n* debug test function low_rank\r\n\r\n* error test\r\n\r\n* final debug of lowrank + add new test functions\r\n\r\n* Debug tests + add lowrank to solve_sample\r\n\r\n* fix torch backend for lowrank\r\n\r\n* fix jax backend and skip tf\r\n\r\n* fix pep 8 tests\r\n\r\n* add lowrank init + test functions\r\n\r\n* Add init strategies in lowrank + example (PythonOT#588)\r\n\r\n* modified lowrank\r\n\r\n* changes from code review\r\n\r\n* fix error test pep8\r\n\r\n* fix linux-minimal-deps + code review\r\n\r\n* Implementation of LR GW + add method in __init__\r\n\r\n* add LR gw paper in README.md\r\n\r\n* add tests for low rank GW\r\n\r\n* add examples for Low Rank GW\r\n\r\n* fix __init__\r\n\r\n* change atol of lr backends\r\n\r\n* fix pep8 errors\r\n\r\n* modif for code review","shortMessageHtmlLink":"Implementation of Low Rank Gromov-Wasserstein (#614)"}},{"before":"81d76316eca975f0f9f1d4ade167021764405cef","after":"e01c4e6ac68f2ad476d29f236d9607ea5d058362","ref":"refs/heads/master","pushedAt":"2024-05-27T19:58:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"Update build_tests.yml (#621)\n\n* Update build_tests.yml\r\n\r\n* Update build_tests.yml\r\n\r\n* Update build_tests.yml\r\n\r\n* Update build_tests.yml\r\n\r\n* Update build_tests.yml\r\n\r\n* Update build_tests.yml\r\n\r\n* Update build_tests.yml\r\n\r\n* update all versions of checkout and setup-python\r\n\r\n* Update build_wheels.yml\r\n\r\n* update versions for all builds\r\n\r\n* Update build_doc.yml\r\n\r\n* Update plot_UOT_barycenter_1D.py with deprecated version of pylab\r\n\r\n* Update plot_barycenter_1D.py\r\n\r\n---------\r\n\r\nCo-authored-by: Cédric Vincent-Cuaz ","shortMessageHtmlLink":"Update build_tests.yml (#621)"}},{"before":"c590c5ac6f51829016ec14ffee7b68dbc618a77f","after":"07acdf7c6b479dd397b2312a5aeff463e8fea05d","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T17:50:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Update plot_barycenter_1D.py","shortMessageHtmlLink":"Update plot_barycenter_1D.py"}},{"before":"1e7451ae8928fd487bb6627820755405b318ed80","after":"c590c5ac6f51829016ec14ffee7b68dbc618a77f","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T16:22:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Update plot_UOT_barycenter_1D.py with deprecated version of pylab","shortMessageHtmlLink":"Update plot_UOT_barycenter_1D.py with deprecated version of pylab"}},{"before":"f8247338323133537c7fbe6646957e089363a96d","after":"1e7451ae8928fd487bb6627820755405b318ed80","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T15:36:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Update build_doc.yml","shortMessageHtmlLink":"Update build_doc.yml"}},{"before":"3716eba43a2a7339ed16437e1d61218803efad53","after":"f8247338323133537c7fbe6646957e089363a96d","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T15:26:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"update versions for all builds","shortMessageHtmlLink":"update versions for all builds"}},{"before":"f63050393c05795ef5c0c3b6dd014fcdc661e1b3","after":"3716eba43a2a7339ed16437e1d61218803efad53","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T14:53:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Update build_wheels.yml","shortMessageHtmlLink":"Update build_wheels.yml"}},{"before":"8d47948dcf3ef9b97dc8c87845c167455baa24d9","after":"f63050393c05795ef5c0c3b6dd014fcdc661e1b3","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T14:51:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"update all versions of checkout and setup-python","shortMessageHtmlLink":"update all versions of checkout and setup-python"}},{"before":"510b7afb6ec9ef62dc0e66b52b414976f7b94084","after":"8d47948dcf3ef9b97dc8c87845c167455baa24d9","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T13:24:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Update build_tests.yml","shortMessageHtmlLink":"Update build_tests.yml"}},{"before":"00002e8d2d61e24ab16e3d5456dfa29c7fe5cc3e","after":"510b7afb6ec9ef62dc0e66b52b414976f7b94084","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T13:13:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Update build_tests.yml","shortMessageHtmlLink":"Update build_tests.yml"}},{"before":"c3afb7693d63db7ac12ed8b3783382f0b6bd2ee7","after":"00002e8d2d61e24ab16e3d5456dfa29c7fe5cc3e","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T13:09:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Update build_tests.yml","shortMessageHtmlLink":"Update build_tests.yml"}},{"before":"19026338169cb2153cd63817009e044bd0c478e4","after":"c3afb7693d63db7ac12ed8b3783382f0b6bd2ee7","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T13:07:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Update build_tests.yml","shortMessageHtmlLink":"Update build_tests.yml"}},{"before":"424232a1c6fe9f4cfdcc207337c5269e71ef358b","after":"19026338169cb2153cd63817009e044bd0c478e4","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T12:56:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Update build_tests.yml","shortMessageHtmlLink":"Update build_tests.yml"}},{"before":"d8d9fa24331e596b642ed598d3985db36bdb867b","after":"424232a1c6fe9f4cfdcc207337c5269e71ef358b","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-05-27T12:52:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cedricvincentcuaz","name":"Cédric Vincent-Cuaz","path":"/cedricvincentcuaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45211014?s=80&v=4"},"commit":{"message":"Update build_tests.yml","shortMessageHtmlLink":"Update build_tests.yml"}},{"before":null,"after":"d8d9fa24331e596b642ed598d3985db36bdb867b","ref":"refs/heads/update_macosx_win_python_version_311","pushedAt":"2024-04-26T06:25:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"Update build_tests.yml","shortMessageHtmlLink":"Update build_tests.yml"}},{"before":"e75c9af61fa15f519c1d95f4d5b2115a3c808c13","after":"81d76316eca975f0f9f1d4ade167021764405cef","ref":"refs/heads/master","pushedAt":"2024-04-26T06:22:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"[MRG] More general solvers for ``ot.solve`and examples of different variants. (#620)\n\n* add exaple and allow for functional regularizers\r\n\r\n* fix test since ow all is implemented\r\n\r\n* manuel regularizer available for exact and unbalanecd ot\r\n\r\n* exmaple with banaced manuel regularizer\r\n\r\n* upate documenation\r\n\r\n* pep8\r\n\r\n* clenaup envelope instedaof implicit\r\n\r\n* big release file update","shortMessageHtmlLink":"[MRG] More general solvers for `ot.solveand examples of different v…"}},{"before":"7c2337c74cdb8226dab287c253894cdca83fa145","after":"348e6841b20d5ab72718db776a6d6f10de4eed4a","ref":"refs/heads/exmaples_all_plans","pushedAt":"2024-04-23T07:49:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"big release file update","shortMessageHtmlLink":"big release file update"}},{"before":"fe7fe2b0750aaa9f09e07577d3c216906f6ed4a7","after":"7c2337c74cdb8226dab287c253894cdca83fa145","ref":"refs/heads/exmaples_all_plans","pushedAt":"2024-04-18T16:22:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"clenaup envelope instedaof implicit","shortMessageHtmlLink":"clenaup envelope instedaof implicit"}},{"before":"bf04fca37a547357d045db18c4113acf47364ece","after":"fe7fe2b0750aaa9f09e07577d3c216906f6ed4a7","ref":"refs/heads/exmaples_all_plans","pushedAt":"2024-04-18T16:14:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"pep8","shortMessageHtmlLink":"pep8"}},{"before":"e449d6d7a1d2881ad74f880ee515d06be3203745","after":"bf04fca37a547357d045db18c4113acf47364ece","ref":"refs/heads/exmaples_all_plans","pushedAt":"2024-04-18T16:07:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"upate documenation","shortMessageHtmlLink":"upate documenation"}},{"before":"fdbb96d2c1e9ed2327099128edc35b8830091c7a","after":"e449d6d7a1d2881ad74f880ee515d06be3203745","ref":"refs/heads/exmaples_all_plans","pushedAt":"2024-04-18T15:55:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rflamary","name":"Rémi Flamary","path":"/rflamary","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1386873?s=80&v=4"},"commit":{"message":"exmaple with banaced manuel regularizer","shortMessageHtmlLink":"exmaple with banaced manuel regularizer"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEbGr42wA","startCursor":null,"endCursor":null}},"title":"Activity · PythonOT/POT"}