OEToolkits 2014.Feb

This release marks a major milestone for OEChem: 10 years as an OpenEye product! In recognition of that, we are releasing OEChem 2.0 to clean up some rough edges and bring in some important new features. We are committed to maintaining a stable OEChem API and thus the vast majority of programs written with previous versions of OEChem should continue to be supported in the OEChem 2.x series. The only “backwards breaking” functional change that everyone will see is something that we feel all users will appreciate:

Warning

‘.smi’ will now output molecules with stereochemistry.

A few of the new major features in OEChem are:

  • OEGenerate2DCoordinates added for 2D coordinate generation and is automatically called when writing .sdf, .mdl, and .cdx files when the associated molecule had no coordinates.

  • Support for .csv, comma-separated values, added as a supported molecule file format.

  • Fast random access to all OEChem file formats through the new OEMolDatabase class.

  • OEAddLicenseFromHttp added to Python, Java, and .NET toolkits to enable fetching license information from a server instead of the standard text file. This is not currently supported in C++.

This release also features the addition of two new toolkits to the distribution:

  • Szmap TK – this provides access to the core functionality used by the SZMAP application and enables the calculation of solvent energies and probabilities at arbitrary points in space. It also provides access to probe geometry for output and display.

  • OEMedChem TK – this is still in the experimental stages and is not yet officially supported; however, it provides many useful and interesting tools that we wanted to make available while we finalize the API and functionality set. As such, the existing API may (and most likely will) change in a future toolkit release.

General notices:

  • Added support for OSX 10.9 Mavericks.

  • The next toolkit release, 2014.Jun, will be the last release to support OSX 10.7.

  • This release will be the last release to support OSX 10.6.

  • The next toolkit release, 2014.Jun, will be the last release to support 64-bit Ubuntu 10.04.

  • GCC 4.8.2 support added for RHEL6. GCC 4.8.1 had a bug that made it impossible to compile OpenEye header files. Please use 4.8.2+.

  • Experimental support for Python 3.3 added.