Skip to content

Commit 78e51ee

Browse files
committed
Revise readme and setup script
1 parent 1487db0 commit 78e51ee

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
prefpy
1+
PrefPy
22
======
33

44
Rank aggregation algorithms in the computer science field of computational social choice
@@ -7,8 +7,8 @@ Rank aggregation algorithms in the computer science field of computational socia
77
What's New
88
==========
99

10-
- Generalized method of moments algorithm for mixture of Plackett-Luce models
11-
- Implementation of Mixture Model for Plackett-Luce EMM algorithm by Gormley & Murphy for the "no dampening" case (i.e. the dampening parameters are all fixed at 1)
10+
- Generalized method of moments algorithm for mixtures of Plackett-Luce models
11+
- Implementation of EMM algorithm for mixtures of Plackett-Luce by Gormley & Murphy
1212

1313

1414
Work In Progress
@@ -23,7 +23,9 @@ Work In Progress
2323
Installation
2424
============
2525

26-
Install by running setup.py with Python 3.5 with the command
26+
- Use of MATLAB optimization in this package requires Python 3.4 due to lack of support yet for Python 3.5 by the MATLAB Engine
27+
28+
Install by running setup.py with Python 3.4 (or greater) with the command
2729

2830
python3 setup.py install
2931

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
classifiers=[
88
"Development Status :: 3 - Alpha",
99
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
10+
"Programming Language :: Python :: 3.4",
1011
"Programming Language :: Python :: 3.5",
1112
"Intended Audience :: Science/Research",
1213
"Topic :: Scientific/Engineering"
1314
],
14-
url="http://github.com/zmjjmz/prefpy",
15+
url="http://github.com/xialirong/prefpy",
1516
author="Peter Piech",
1617
license="GPL-3",
17-
packages=["rankpy"],
18+
packages=["prefpy"],
1819
zip_safe=False)

0 commit comments

Comments
 (0)