294ae8801abbc7bf8ab5106f66d2c4ff721bb710,setup.py,,,#,4

Before Change


RELEASED = False

if RELEASED:
    VERSION = "0.0.1"
    LONG_DESCRIPTION = "A utility library and training bench for Pytorch."
    setup_info = dict(
        name="inferno",
        version=VERSION,
        author="Nasim Rahaman",
        author_email="nasim.rahaman@iwr.uni-heidelberg.de",
        url="https://github.com/nasimrahaman/inferno",
        description="Pytorch Training Bench",
        long_description=LONG_DESCRIPTION,
        license="Apache License 2.0",
        packages=find_packages(exclude=("tests",)),
        install_requires=[
            "torch"
        ]
    )
    setup(**setup_info)
else:
    message = "The packaging is not quite ready yet. If you still wish to use inferno on Linux\n" \
              "or OSX, please navigate to the directory where this file is placed and run this\n" \

After Change


with open("README.rst") as readme_file:
    readme = readme_file.read()

with open("HISTORY.rst") as history_file:
    history = history_file.read()

requirements = [
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: inferno-pytorch/inferno
Commit Name: 294ae8801abbc7bf8ab5106f66d2c4ff721bb710
Time: 2017-08-21
Author: thorsten.beier@iwr.uni-heidelberg.de
File Name: setup.py
Class Name:
Method Name:


Project Name: arraiy/torchgeometry
Commit Name: dcd394f4a5bddb1fc97ae4a7224e00147fc110a3
Time: 2020-01-15
Author: diegovd0296@gmail.com
File Name: examples/data_augmentation.py
Class Name: DummyDataset
Method Name: __getitem__


Project Name: arraiy/torchgeometry
Commit Name: 73317ca61e33b42353fc4b3010f586124954ca18
Time: 2019-12-19
Author: diegovd0296@gmail.com
File Name: examples/data_augmentation.py
Class Name: DummyDataset
Method Name: __getitem__