mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
replace oldnumeric imports
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "rdmolops.h"
|
||||
#include <RDBoost/python.h>
|
||||
|
||||
#include "numpy/oldnumeric.h"
|
||||
#include <numpy/arrayobject.h>
|
||||
|
||||
#include <RDGeneral/types.h>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user