GGA Sofware Services

Indigo Changelog

Indigo 1.1-beta8

We have released our first version of InChI plugin that allows to load InChI strings and generate InChI and InChIKey for molecules (this version discards stereoinformation, but we are working on it). The plugin is statically linked with the official InChI library and can be loaded on demand, as it is done with IndigoRenderer plugin.

Usage example :

IndigoInchi inchi = new IndigoInchi(indigo);
IndigoObject molecule = indigo.loadMolecule("InChI=1S/C3H9NO/c1-3(5)2-4/h3,5H,2,4H2,1H3");
String inchi_string = indigo.getInchi(molecule);

New methods and functionallity:

Fixed:

Indigo 1.1-beta7

Changelog:

Indigo 1.1-beta6

New functionality:

Changelog:

Indigo 1.1-beta5

New functionality:

Note: this new methods have preliminary interface, and interface may be changed in the next version.

Fixed:

Indigo 1.1-beta4

New functionality:

Fixed:

Indigo 1.1-alpha3

New functionality since Indigo-1.0.0 stable version:

Fixed: