- Changed the default tolerance for the Frank–Wolfe gap to 1e-16 - Removed row-stochasticity check after each iteration for extra speed
Fix
- Fixed issue with last iterations in a restart not counting towards iteration budget - Fixed issue with zero iteration budgets when using c='auto'
Documentation
- Improved readability of the example
0.1.1
Feature
- Renamed `ub()` to `upper()`
Fix
- Corrected random number generator state in the search for best $c$ and its effects on the subsequent computations
Documentation
- Added link to the paper - Added "Basics" section - Layout and readability improvements
0.1.0
Feature
- Added searching for best $c$ as default behavior - Added function for random generation of a bi-mapping polytope vertex $\mathbf{R}$ - Added `__version__` variable - Python >= 3.8 is now required
Fix
- Removed convexity-based calculation of $c$ and warm-start sequences of $c$ due to inefficiency
Documentation
- Created "Advanced" section where the logic behind parameter $c$ is explained
0.0.8
Feature
- Added $(f, g)$ to verbose output if returning the mappings
Fix
- Corrected (halved) ub in summary (verbose > 0)
Documentation
- Corrected project homepage - Switched to url for the example illustration