Skip to content

Commit 867fc61

Browse files
committed
add axioms to pref_voting front page.
1 parent c9d6256 commit 867fc61

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = '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'
2626
html_extra_path = ['../../axiom_tables']
2727

2828

docs/source/index.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
4564
Related resources
4665
------------------------
4766

pref_voting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.17.2'
1+
__version__ = '1.17.4'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pref_voting"
7-
version = "1.17.2"
7+
version = "1.17.4"
88
description = "pref_voting is a Python package that contains tools to reason about elections and margin graphs, and implementations of voting methods."
99
authors = ["Eric Pacuit <[email protected]>", "Wes Holliday <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)