replace oldnumeric imports

This commit is contained in:
Greg Landrum
2015-11-28 02:38:58 +01:00
parent 591b0d732c
commit d07f2ccd05
8 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
#include <boost/python.hpp>
#include <boost/python/numeric.hpp>
#define PY_ARRAY_UNIQUE_SYMBOL RD_array_API
#include "numpy/oldnumeric.h"
#include <numpy/arrayobject.h>
namespace python = boost::python;

View File

@@ -11,7 +11,7 @@
#include <RDBoost/python.h>
#define PY_ARRAY_UNIQUE_SYMBOL Depictor_array_API
#include "numpy/oldnumeric.h"
#include <numpy/arrayobject.h>
#include <RDBoost/Wrap.h>
#include <RDBoost/import_array.h>

View File

@@ -10,7 +10,7 @@
//
#define PY_ARRAY_UNIQUE_SYMBOL rdshapehelpers_array_API
#include <RDBoost/python.h>
#include "numpy/oldnumeric.h"
#include <numpy/arrayobject.h>
#include <GraphMol/ROMol.h>
#include <RDBoost/Wrap.h>
#include <RDBoost/import_array.h>

View File

@@ -12,7 +12,7 @@
#include "rdmolops.h"
#include <RDBoost/python.h>
#include "numpy/oldnumeric.h"
#include <numpy/arrayobject.h>
#include <RDGeneral/types.h>

View File

@@ -9,7 +9,7 @@
//
#define PY_ARRAY_UNIQUE_SYMBOL rdinfotheory_array_API
#include <RDBoost/Wrap.h>
#include "numpy/oldnumeric.h"
#include <numpy/arrayobject.h>
#include <RDBoost/import_array.h>
#include <ML/InfoTheory/InfoBitRanker.h>
#include <ML/InfoTheory/InfoGainFuncs.h>

View File

@@ -13,7 +13,7 @@
#include <RDBoost/python.h>
#include <boost/python/numeric.hpp>
#include "numpy/oldnumeric.h"
#include <numpy/arrayobject.h>
#include <RDBoost/Wrap.h>
#include <SimDivPickers/DistPicker.h>

View File

@@ -13,7 +13,7 @@
#include <RDBoost/python.h>
#include <RDBoost/Wrap.h>
#include <boost/python/numeric.hpp>
#include "numpy/oldnumeric.h"
#include <numpy/arrayobject.h>
#include <map>
#include <DataStructs/BitVects.h>

View File

@@ -10,7 +10,7 @@
//
#define PY_ARRAY_UNIQUE_SYMBOL rdpicker_array_API
#include <RDBoost/Wrap.h>
#include "numpy/oldnumeric.h"
#include <numpy/arrayobject.h>
#include <RDBoost/import_array.h>
namespace python = boost::python;