pref_voting 1.16.32__py3-none-any.whl → 1.17.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pref_voting/__init__.py +1 -1
- {pref_voting-1.16.32.dist-info → pref_voting-1.17.1.dist-info}/METADATA +1 -1
- {pref_voting-1.16.32.dist-info → pref_voting-1.17.1.dist-info}/RECORD +5 -5
- {pref_voting-1.16.32.dist-info → pref_voting-1.17.1.dist-info}/WHEEL +0 -0
- {pref_voting-1.16.32.dist-info → pref_voting-1.17.1.dist-info}/licenses/LICENSE.txt +0 -0
pref_voting/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '1.
|
1
|
+
__version__ = '1.17.1'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pref_voting
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.17.1
|
4
4
|
Summary: pref_voting is a Python package that contains tools to reason about elections and margin graphs, and implementations of voting methods.
|
5
5
|
License: MIT
|
6
6
|
License-File: LICENSE.txt
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pref_voting/__init__.py,sha256
|
1
|
+
pref_voting/__init__.py,sha256=89nBqIh38Ngg_NbAy6gQPiec_0UERVsBY2sbVqreGgA,23
|
2
2
|
pref_voting/analysis.py,sha256=2YEWqTR6phI3sMIWh-tsm0QOmOgTszBwwUFrXvszrbg,21025
|
3
3
|
pref_voting/axiom.py,sha256=aTON7iEnJywuMHwlNXsF-1KYVccMnylrzfnk52kJX6g,1270
|
4
4
|
pref_voting/axiom_helpers.py,sha256=3APt16me9ZhA8K-GI0PYf9x_Cwe4N4Is1fyG8_jDA1o,3904
|
@@ -86,7 +86,7 @@ pref_voting/voting_method_properties.py,sha256=xwYaiIXTS5JdqFP9LNqcpB7ANfA58vdxY
|
|
86
86
|
pref_voting/voting_methods.py,sha256=6dSuOoz8gMFlN6oN20p-C-iEnpQD_bZevVUGVZ1qntU,299
|
87
87
|
pref_voting/voting_methods_registry.py,sha256=AoLxRDajlaJdnXKjpYlpnlEKWxCL4FBOyh40p_x-RBQ,5028
|
88
88
|
pref_voting/weighted_majority_graphs.py,sha256=J_OoHcMSjvV97i-3VQ88oBUHgLWJa59mT8feh_gseHk,59095
|
89
|
-
pref_voting-1.
|
90
|
-
pref_voting-1.
|
91
|
-
pref_voting-1.
|
92
|
-
pref_voting-1.
|
89
|
+
pref_voting-1.17.1.dist-info/METADATA,sha256=i4Vgo5pZyM6XP387LU-odanYV-QxyEWpbYlOEmUgI3g,8145
|
90
|
+
pref_voting-1.17.1.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
|
91
|
+
pref_voting-1.17.1.dist-info/licenses/LICENSE.txt,sha256=HrDgoFIL8aUJAoU2P4CmPR7XKaGq2Mq3arCYa2Jbjiw,1085
|
92
|
+
pref_voting-1.17.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|