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: 2
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: neurosynth/neurosynth
Commit Name: 6fe19719e8f88169d1b787e9bb33202d23d0b109
Time: 2015-11-08
Author: tyarkoni@gmail.com
File Name: setup.py
Class Name:
Method Name:
Project Name: PetrochukM/PyTorch-NLP
Commit Name: 96c10ca4253231da4317837e4173fedce18c4859
Time: 2018-02-28
Author: petrochukm@gmail.com
File Name: setup.py
Class Name:
Method Name: