8c0b4eb50ffea6506969d2f66820905e03faea2c,scipy/ndimage/setup.py,,configuration,#Any#Any#,8
Before Change
"src/ni_fourier.c","src/ni_interpolation.c",
"src/ni_measure.c",
"src/ni_morphology.c","src/ni_support.c"],
include_dirs=["src"]+[get_include() ])
// Cython wants the .c and .pyx to have the underscore.
config.add_extension("_ni_label",
After Change
config = Configuration("ndimage", parent_package, top_path)
include_dirs = ["src",
get_include(),
os.path.join(os.path.dirname(__file__), "..", "_lib", "src")]
config.add_extension("_nd_image",
sources=["src/nd_image.c","src/ni_filters.c",
"src/ni_fourier.c","src/ni_interpolation.c",
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances Project Name: scipy/scipy
Commit Name: 8c0b4eb50ffea6506969d2f66820905e03faea2c
Time: 2016-12-18
Author: pav@iki.fi
File Name: scipy/ndimage/setup.py
Class Name:
Method Name: configuration
Project Name: scikit-learn/scikit-learn
Commit Name: 769794249c2e361c15ae15f4de8adcc02976ae74
Time: 2020-02-20
Author: 34657725+jeremiedbb@users.noreply.github.com
File Name: sklearn/cluster/setup.py
Class Name:
Method Name: configuration
Project Name: enthought/chaco
Commit Name: 89d09e5bdcef7b225575988dcbc8732518318c87
Time: 2012-02-07
Author: cfarrow@enthought.com
File Name: setup.py
Class Name:
Method Name:
Project Name: RaRe-Technologies/gensim
Commit Name: 4ea27ba44e2ce56f06c2294d02e59031707e1ca5
Time: 2014-04-19
Author: radimrehurek@seznam.cz
File Name: gensim/models/word2vec.py
Class Name:
Method Name: