a1bd2ce28e2791ee0282e90838cd3de9298a6957,setup.py,,,#,3
Before Change from distutils.core import setup
with open ("README.rst" ) as f:
readme = f.read()
setup(
name="PyPortfolioOpt" ,
version="0.1" ,
description="PyPortfolioOpt: Efficient Frontier, Black Litterman, Monte Carlo optimisation methods" ,
After Change
keywords="portfolio finance optimization quant trading investing" ,
install_requires=["numpy" , "pandas" , "pytest" , "scikit-learn" , "scipy" ],
project_urls=(
{
"Issues?" : "https://github.com/robertmartin8/PyPortfolioOpt/issues" ,
"Personal website" : "https://reasonabledeviations.science" ,
} ,
),
)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances Project Name: robertmartin8/PyPortfolioOpt
Commit Name: a1bd2ce28e2791ee0282e90838cd3de9298a6957
Time: 2018-06-03
Author: martin.robertandrew@gmail.com
File Name: setup.py
Class Name:
Method Name:
Project Name: zalandoresearch/flair
Commit Name: 808296cffef61203cf067b07c7076982aa6e18a9
Time: 2018-12-03
Author: tabergma@gmail.com
File Name: flair/__init__.py
Class Name:
Method Name:
Project Name: pantsbuild/pants
Commit Name: ed2b7179100e2d1b8a14e96429989136d5449d87
Time: 2019-07-12
Author: 1862202+wiwa@users.noreply.github.com
File Name: tests/python/pants_test/backend/jvm/tasks/test_scalafix.py
Class Name: ScalaFixIntegrationTest
Method Name: test_scalafix_disabled