File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 2222author = 'Wes Holliday and Eric Pacuit'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '1.17.2 '
25+ release = '1.17.4 '
2626html_extra_path = ['../../axiom_tables' ]
2727
2828
Original file line number Diff line number Diff line change @@ -42,6 +42,25 @@ Wesley H. Holliday and Eric Pacuit (2025). pref_voting: The Preferential Voting
4242 doi = {10.21105/joss.07020}
4343 }
4444
45+ Axiom Satisfaction/Violation Database
46+ ------------------------
47+
48+ We maintain a database showing whether various voting methods satisfy or violate various axioms:
49+
50+ * <a href="axiom_violations_dominance_axioms_profile.html">Profile</a>
51+ * <a href="axiom_violations_dominance_axioms_profilewithties.html">Profile with Ties</a>
52+ * <a href="axiom_violations_invariance_axioms_profile.html">Profile</a>
53+ * <a href="axiom_violations_invariance_axioms_profilewithties.html">Profile with Ties</a>
54+ * <a href="axiom_violations_monotonicity_axioms_profile.html">Profile</a>
55+ * <a href="axiom_violations_monotonicity_axioms_profilewithties.html">Profile with Ties</a>
56+ * <a href="axiom_violations_strategic_axioms_profile.html">Profile</a>
57+ * <a href="axiom_violations_strategic_axioms_profilewithties.html">Profile with Ties</a>
58+ * <a href="axiom_violations_variable_candidate_axioms_profile.html">Profile</a>
59+ * <a href="axiom_violations_variable_candidate_axioms_profilewithties.html">Profile with Ties</a>
60+ * <a href="axiom_violations_variable_voter_axioms_profile.html">Profile</a>
61+ * <a href="axiom_violations_variable_voter_axioms_profilewithties.html">Profile with Ties</a>
62+
63+
4564Related resources
4665------------------------
4766
Original file line number Diff line number Diff line change 1- __version__ = '1.17.2 '
1+ __version__ = '1.17.4 '
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " pref_voting"
7- version = " 1.17.2 "
7+ version = " 1.17.4 "
88description = " pref_voting is a Python package that contains tools to reason about elections and margin graphs, and implementations of voting methods."
99authors = [
" Eric Pacuit <[email protected] >" ,
" Wes Holliday <[email protected] >" ]
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments