Skip to content

Commit

Permalink
Merge branch 'master' of github.com:smuecke/qubolite
Browse files Browse the repository at this point in the history
  • Loading branch information
smuecke committed Jul 13, 2023
2 parents f3c7bf8 + 3e8d87a commit f75ccae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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

Expand All @@ -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

0 comments on commit f75ccae

Please sign in to comment.