diff --git a/README.md b/README.md index 498680f..6c51ed8 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Still, for instances with more than 30 variables take a long time to solve this ## Documentation -The complete API documentation can be found [here](https://smuecke.github.com/qubolite). +The complete API documentation can be found [here](https://smuecke.github.io/qubolite/api.html). ## Version Log @@ -101,4 +101,4 @@ The complete API documentation can be found [here](https://smuecke.github.com/qu * **0.6.9** new, more memory-efficient save format * **0.6.10** fixed requirements in `setup.py`; fixed size estimation in `qubo.save()` * **0.7** Added more efficient brute-force implementation using C extension; added optional dependencies for calculating bounds and ordering distance -* **0.8** New embeddings, new solving methods; switched to NumPy random generators from `RandomState`; added parameter compression for dynamic range reduction +* **0.8** New embeddings, new solving methods; switched to NumPy random generators from `RandomState`; added parameter compression for dynamic range reduction; Added documentation