-
Notifications
You must be signed in to change notification settings - Fork 22
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
1 changed file
with
98 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,98 @@ | ||
|
||
.. toctree:: | ||
:hidden: | ||
:includehidden: | ||
|
||
../../indigo/release-notes/index.rst | ||
|
||
|
||
Indigo 1.20.0 | ||
------------- | ||
|
||
Language Bindings | ||
~~~~~~~~~~~~~~~~~ | ||
|
||
.. list-table:: | ||
:header-rows: 0 | ||
:stub-columns: 1 | ||
|
||
* - |p-icon| Python | ||
- `indigo-python.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-python.zip>`__ | ||
* - |j-icon| Java | ||
- `indigo-java.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-java.zip>`__ | ||
* - |c-icon| .NET | ||
- `indigo-dotnet.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-dotnet.zip>`__ | ||
* - |n-icon| Native Libraries in one archive | ||
- `indigo-native-shared-libs.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-native-shared-libs.zip>`__ | ||
|
||
|
||
Platform/CPU Bindings | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
:stub-columns: 1 | ||
|
||
* - | ||
- |image0| Linux | ||
- |image1| Windows | ||
- |image2| Mac OS | ||
* - |n-icon| Native Libraries x64 | ||
- `indigo-libs-linux-x86_64.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-libs-linux-x86_64.zip>`__ | ||
- `indigo-libs-windows-x86_64.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-libs-windows-x86_64.zip>`__ | ||
- `indigo-libs-macos-x86_64.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-libs-macos-x86_64.zip>`__ | ||
* - | ||
- | ||
- `indigo-libs-windows-mingw-x86_64.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-libs-windows-mingw-x86_64.zip>`__ | ||
- | ||
* - |n-icon| Native Libraries ARM64 | ||
- `indigo-libs-linux-aarch64.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-libs-linux-aarch64.zip>`__ | ||
- \- | ||
- `indigo-libs-macos-aarch64.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-libs-macos-aarch64.zip>`__ | ||
* - |n-icon| Native Libraries i386 | ||
- \- | ||
- `indigo-libs-windows-i386.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-libs-windows-i386.zip>`__ | ||
- \- | ||
* - |n-icon| Utilities x64 | ||
- `indigo-utils-linux-x86_64.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-utils-linux-x86_64.zip>`__ | ||
- `indigo-utils-windows-x86_64.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-utils-windows-x86_64.zip>`__ | ||
- `indigo-utils-macos-x86_64.zip <https://lifescience.opensource.epam.com/downloads/indigo-1.20.0/indigo-utils-macos-x86_64.zip>`__ | ||
|
||
Source code | ||
~~~~~~~~~~~ | ||
|
||
`Source code zip <https://github.com/epam/Indigo/archive/indigo-1.20.0.zip>`__ | ||
|
||
`Repository on GitHub <https://github.com/epam/Indigo>`__ | ||
|
||
|
||
NuGet Repository | ||
~~~~~~~~~~~~~~~~ | ||
|
||
Indigo .NET packages available at `Nuget <https://www.nuget.org/packages/Indigo.Net/>`__ | ||
|
||
Just add ``Indigo.Net`` as a dependency into the project. | ||
|
||
PyPi package | ||
~~~~~~~~~~~~ | ||
|
||
Indigo Python SDK can be found at `PyPi <https://pypi.org/project/epam.indigo/>`__ | ||
|
||
One can install the Indigo library using *pip* utility | ||
|
||
|
||
.. code-block:: xml | ||
pip install epam.indigo | ||
.. |image0| image:: ../../assets/Linux.png | ||
.. |image1| image:: ../../assets/Windows.png | ||
.. |image2| image:: ../../assets/AppleSZ.png | ||
.. |image3| image:: ../../assets/globe.png | ||
.. |p-icon| image:: ../../assets/indigo/python-icon.png | ||
.. |j-icon| image:: ../../assets/indigo/java-icon.png | ||
.. |c-icon| image:: ../../assets/indigo/csharp-icon.png | ||
.. |n-icon| image:: ../../assets/indigo/native-icon.png | ||
.. |w-icon| image:: ../../assets/indigo/wasm-icon.png |