From e538e88129af549d74215dd24ea5e0ffb43b3b43 Mon Sep 17 00:00:00 2001 From: smuecke Date: Thu, 13 Jul 2023 16:08:40 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 498680f..f9f029f 100644 --- a/README.md +++ b/README.md @@ -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 From 3e8d87a667e337226df539f6e0c5a638e9d4dee0 Mon Sep 17 00:00:00 2001 From: smuecke Date: Thu, 13 Jul 2023 16:11:09 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f029f..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