Algebraic Dynamics Monge Kantorovich solver for solution of Optimal Transport on Graphs. It contains (part of) the work described in Fast Iterative Solution of the Optimal Transport Problem on Graphs. Consider citying this paper if you find the code inside this repository useful.
Free software: MIT license
Installation
pip install admk
You can also install the in-development version with:
pip install https://github.com/enricofacca/admk/archive/main.zip
Documentation
Development
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows |
set PYTEST_ADDOPTS=--cov-append tox |
|---|---|
Other |
PYTEST_ADDOPTS=--cov-append tox |
Changelog
0.1.1 (2022-06-10)
Working code.
0.1.0 (2022-06-10)
Working code.
0.0.0 (2022-01-12)
First release on PyPI.
Release files for admk 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| admk-0.1.1.tar.gz | 63.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| admk-0.1.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 75.0 kB
Release files / admk-0.1.1.tar.gz
| Download URL | admk-0.1.1.tar.gz |
|---|---|
| Size | 63.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6a297bb20f4a56daf850be0a7053d61bdecbca6a27a0c0762d85894b36c1791d
|
|
BLAKE2b-256 checksum How to use checksums |
25cded7e62a7b951502f75fc40f88db95f28b3ab1abb0fae8c3b279f2331581d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.14.0 pkginfo/1.8.2 requests/2.23.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.10
|
Release files / admk-0.1.1-py2.py3-none-any.whl
| Download URL | admk-0.1.1-py2.py3-none-any.whl |
|---|---|
| Size | 11.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
4e16f0b8f5ce6f64c275d2429e8d191323701f520ca3f1b95f25dbabfe61e4e3
|
|
BLAKE2b-256 checksum How to use checksums |
9ba851496c2e86348b82ac29a365a82ca8ef2bc69b81e86152902e0f225b2ee1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.14.0 pkginfo/1.8.2 requests/2.23.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.10
|