-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
25 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,7 @@ Opvious SDK | |
=========== | ||
|
||
A Python SDK for solving linear, mixed-integer, and quadratic optimization | ||
models | ||
|
||
.. note:: | ||
Opvious is currently in beta. You can preview the SDK's functionality on small | ||
datasets without registering but you will need an API key to solve larger | ||
instances. You can request to join `here <https://www.opvious.io/signup>`_ or | ||
by contacting us at [email protected]. | ||
models with the `Opvious platform`_ | ||
|
||
|
||
Highlights | ||
|
@@ -39,10 +33,9 @@ First install the SDK, for example using `pip`: | |
be omitted for compatibility with `Pyodide`_ environments, for example in | ||
`JupyterLite`_ kernels. | ||
|
||
If you are a beta member (see above), we recommend you generate an API access | ||
token in the `Optimization Hub`_ and set it as `OPVIOUS_TOKEN` environment | ||
variable. This optional step allows you to optimize larger datasets and | ||
increases rate limits. | ||
We recommend you generate an `API access token`_ and set it as `OPVIOUS_TOKEN` | ||
environment variable. This optional step allows you to optimize larger datasets | ||
and increases rate limits. | ||
|
||
You are now ready to hop on over to the :ref:`Overview` section! | ||
|
||
|
@@ -69,7 +62,8 @@ External resources | |
+ `PyPI entry`_ | ||
|
||
|
||
.. _Optimization Hub: https://hub.beta.opvious.io/ | ||
.. _Opvious platform: https://www.opvious.io | ||
.. _API access token: https://hub.cloud.opvious.io/authorizations | ||
.. _pandas: https://pandas.pydata.org | ||
.. _Pyodide: https://pyodide.org | ||
.. _JupyterLite: https://jupyterlite.readthedocs.io | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "opvious" | ||
version = "0.17.0rc2" | ||
version = "0.17.0rc3" | ||
description = "Opvious Python SDK" | ||
authors = ["Opvious Engineering <[email protected]>"] | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters