From f0c9a1b37addb223f5fa116997a98664a3dcb436 Mon Sep 17 00:00:00 2001 From: Aliakasndr Dziarkach <18146690+AliaksandrDziarkach@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:28:50 +0300 Subject: [PATCH] Update indigo to 1.38.0 --- rst/download/bingo.rst | 3 +- rst/download/bingo/bingo-1.38.0.rst | 49 ++++++++++++ rst/download/indigo.rst | 3 +- rst/download/indigo/indigo-1.38.0.rst | 98 +++++++++++++++++++++++ rst/indigo/release-notes/index.rst | 1 + rst/indigo/release-notes/indigo-1.38.0.md | 28 +++++++ rst/newsfeed.rst | 25 ++++++ 7 files changed, 205 insertions(+), 2 deletions(-) create mode 100644 rst/download/bingo/bingo-1.38.0.rst create mode 100644 rst/download/indigo/indigo-1.38.0.rst create mode 100644 rst/indigo/release-notes/indigo-1.38.0.md diff --git a/rst/download/bingo.rst b/rst/download/bingo.rst index 75c9c92..dfa0033 100644 --- a/rst/download/bingo.rst +++ b/rst/download/bingo.rst @@ -15,7 +15,7 @@ Latest release .. toctree:: :maxdepth: 1 - bingo/bingo-1.37.0.rst + bingo/bingo-1.38.0.rst Older releases @@ -24,6 +24,7 @@ Older releases .. toctree:: :maxdepth: 1 + bingo/bingo-1.37.0.rst bingo/bingo-1.36.0.rst bingo/bingo-1.35.0.rst bingo/bingo-1.34.0.rst diff --git a/rst/download/bingo/bingo-1.38.0.rst b/rst/download/bingo/bingo-1.38.0.rst new file mode 100644 index 0000000..b4cca5d --- /dev/null +++ b/rst/download/bingo/bingo-1.38.0.rst @@ -0,0 +1,49 @@ +Bingo 1.38.0 +------------ + +The changelog is available `on this page <../../indigo/release-notes/indigo-1.38.0.html>`__ + +.. list-table:: + :header-rows: 1 + :stub-columns: 1 + :widths: 28 24 24 24 + + * - + - |image0| Linux + - |image1| Windows + - |image2| Mac OS + * - Oracle + - `64-bit `__ + - `64-bit `__ + - binaries upon request. + * - PostgreSQL 17 + - `64-bit `__ + - \- + - `64-bit `__ + * - PostgreSQL 16 + - `64-bit `__ + - `64-bit `__ + - `64-bit `__ + * - PostgreSQL 15 + - `64-bit `__ + - `64-bit `__ + - `64-bit `__ + * - PostgreSQL 14 + - `64-bit `__ + - `64-bit `__ + - `64-bit `__ + * - PostgreSQL 13 + - `64-bit `__ + - `64-bit `__ + - `64-bit `__ + * - Microsoft SQL Server + - \- + - `64-bit `__ + - \- + +`Source code on GitHub `__ + + +.. |image0| image:: ../../assets/Linux.png +.. |image1| image:: ../../assets/Windows.png +.. |image2| image:: ../../assets/AppleSZ.png diff --git a/rst/download/indigo.rst b/rst/download/indigo.rst index 7458548..b5d99cf 100644 --- a/rst/download/indigo.rst +++ b/rst/download/indigo.rst @@ -15,7 +15,7 @@ Latest release .. toctree:: :maxdepth: 1 - indigo/indigo-1.37.0.rst + indigo/indigo-1.38.0.rst Older releases -------------- @@ -23,6 +23,7 @@ Older releases .. toctree:: :maxdepth: 1 + indigo/indigo-1.37.0.rst indigo/indigo-1.36.0.rst indigo/indigo-1.35.0.rst indigo/indigo-1.34.0.rst diff --git a/rst/download/indigo/indigo-1.38.0.rst b/rst/download/indigo/indigo-1.38.0.rst new file mode 100644 index 0000000..712308a --- /dev/null +++ b/rst/download/indigo/indigo-1.38.0.rst @@ -0,0 +1,98 @@ + +.. toctree:: + :hidden: + :includehidden: + + ../../indigo/release-notes/index.rst + + +Indigo 1.38.0 +------------- + +Language Bindings +~~~~~~~~~~~~~~~~~ + +.. list-table:: + :header-rows: 0 + :stub-columns: 1 + + * - |p-icon| Python + - `indigo-python.zip `__ + * - |j-icon| Java + - `indigo-java.zip `__ + * - |c-icon| .NET + - `indigo-dotnet.zip `__ + * - |n-icon| Native Libraries in one archive + - `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 `__ + - `indigo-libs-windows-x86_64.zip `__ + - `indigo-libs-macos-x86_64.zip `__ + * - + - + - `indigo-libs-windows-mingw-x86_64.zip `__ + - + * - |n-icon| Native Libraries ARM64 + - `indigo-libs-linux-aarch64.zip `__ + - \- + - `indigo-libs-macos-aarch64.zip `__ + * - |n-icon| Native Libraries i386 + - \- + - `indigo-libs-windows-i386.zip `__ + - \- + * - |n-icon| Utilities x64 + - `indigo-utils-linux-x86_64.zip `__ + - `indigo-utils-windows-x86_64.zip `__ + - `indigo-utils-macos-x86_64.zip `__ + +Source code +~~~~~~~~~~~ + +`Source code zip `__ + +`Repository on GitHub `__ + + +NuGet Repository +~~~~~~~~~~~~~~~~ + +Indigo .NET packages available at `Nuget `__ + +Just add ``Indigo.Net`` as a dependency into the project. + +PyPi package +~~~~~~~~~~~~ + +Indigo Python SDK can be found at `PyPi `__ + +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 diff --git a/rst/indigo/release-notes/index.rst b/rst/indigo/release-notes/index.rst index 91cdddf..5130a28 100644 --- a/rst/indigo/release-notes/index.rst +++ b/rst/indigo/release-notes/index.rst @@ -7,6 +7,7 @@ Contents: .. toctree:: :maxdepth: 2 + indigo-1.38.0 indigo-1.37.0 indigo-1.36.0 indigo-1.35.0 diff --git a/rst/indigo/release-notes/indigo-1.38.0.md b/rst/indigo/release-notes/indigo-1.38.0.md new file mode 100644 index 0000000..3c809f1 --- /dev/null +++ b/rst/indigo/release-notes/indigo-1.38.0.md @@ -0,0 +1,28 @@ +# Indigo 1.38.0 +Released 2026-02-20 + +## Features +* [3227](https://github.com/epam/Indigo/issues/3227) Introducing Copolymer S-group type +* [3272](https://github.com/epam/Indigo/issues/3272) SDF files for library/monomer information +* [3196](https://github.com/epam/Indigo/issues/3196) Support formation of circular structures in flex mode - PoC + +## Bugfixes and improvements +* [3239](https://github.com/epam/Indigo/issues/3239) System doesn't save monomer expand/collapse state in Mol v3000 for user created monomers (they always come in collapsed state) +* [3261](https://github.com/epam/Indigo/issues/3261) indigoSaveCdxml doesn't support reaction molecules +* [3269](https://github.com/epam/Indigo/issues/3269) System ignored HELM alias for bases on monomer load to Library +* [3256](https://github.com/epam/Indigo/issues/3256) Metals loaded from cdxml are always represented with hydrogens +* [3237](https://github.com/epam/Indigo/issues/3237) Stackoverflow iterate components +* [3277](https://github.com/epam/Indigo/issues/3277) System adds broken Preset to the library (part2) +* [3278](https://github.com/epam/Indigo/issues/3278) System doesn't allow to add monomers with the same structure but different names (part2) +* [3286](https://github.com/epam/Indigo/issues/3286) CHEMBUGS-64 Automapping fails to guard against contradictory reaction center annotation, corrupts future structure export data +* [3297](https://github.com/epam/Indigo/issues/3297) Random '$$$$V2.0' empty return from conversion to HELM +* [3293](https://github.com/epam/Indigo/issues/3293) Library update works wrong if we use empty SDF file +* [3292](https://github.com/epam/Indigo/issues/3292) Save to SDF v2000 works wrong for created monomers +* [3291](https://github.com/epam/Indigo/issues/3291) Layout works wrong +* [3267](https://github.com/epam/Indigo/issues/3267) Export to sugar monomer to AxoLabs error message is wrong +* [3265](https://github.com/epam/Indigo/issues/3265) System should be able to load unknown monomer on any position +* [3338](https://github.com/epam/Indigo/issues/3338) System losts stereo bonds on monomer load to Library +* [3247](https://github.com/epam/Indigo/issues/3247) SVG/PNG: Export of any atom with Isotope (atomic mass) value set doesn't work + + +**Full Changelog**: https://github.com/epam/Indigo/compare/indigo-1.37.0-rc.1...indigo-1.38.0 \ No newline at end of file diff --git a/rst/newsfeed.rst b/rst/newsfeed.rst index 77d8616..5831f71 100644 --- a/rst/newsfeed.rst +++ b/rst/newsfeed.rst @@ -7,6 +7,31 @@ News newsfeed release-notes/index +Indigo and Bingo 1.38.0 released +-------------------------------- + +*20 February 2026* + +We are happy to announce that a new version 1.38.0 of Indigo toolkit and Bingo is released. + +* |indigo_1_38_0_notes| + +* |indigo_1_38_0_downloads| + +* |bingo_1_38_0_downloads| + +.. |indigo_1_38_0_notes| raw:: html + + Release Notes + +.. |indigo_1_38_0_downloads| raw:: html + + Indigo Downloads + +.. |bingo_1_38_0_downloads| raw:: html + + Bingo Downloads + Indigo and Bingo 1.37.0 released --------------------------------