adf9b590dfbd49788ad7c835321039e8636f2c55,setup.py,,,#,8
Before Change
"theanolm.layers", "theanolm.optimizers", "theanolm.stoppers",
"theanolm.trainers", "wordclasses"],
scripts=scripts,
data_files=[("architectures", architectures)],
install_requires=["numpy", "scipy", "theano", "h5py"])
After Change
license="Apache License, Version 2.0",
keywords=keywords,
classifiers=classifiers,
packages=find_packages(),
package_data={"theanolm": ["architectures/*.arch"]},
scripts=scripts,
install_requires=["numpy", "scipy", "theano", "h5py"])
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: senarvi/theanolm
Commit Name: adf9b590dfbd49788ad7c835321039e8636f2c55
Time: 2016-04-14
Author: seppo.git@marjaniemi.com
File Name: setup.py
Class Name:
Method Name:
Project Name: pytorch/fairseq
Commit Name: 56f9ec3c389a52a5786afd8152c4328d5ebea32a
Time: 2018-03-01
Author: jamesreed@fb.com
File Name: setup.py
Class Name:
Method Name: