From f64cf80ce3a2ca04d02943332e9cf172e551cc00 Mon Sep 17 00:00:00 2001 From: Daisuke Oyama Date: Tue, 29 Aug 2017 09:40:06 +0900 Subject: [PATCH 1/3] Minor fix in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6230874e..edf7eca8c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ modification, are permitted provided that the following conditions are met: ### Ver. 0.3.4 (23-February-2017) 1. Add support_enumeration, a simple algorithm that computes all mixed-action Nash equilibria of a non-degenerate 2-player game. See [PR #263](https://github.com/QuantEcon/QuantEcon.py/pull/263) 2. Various fixes for issues with numba. See [PR #265](https://github.com/QuantEcon/QuantEcon.py/pull/265), [PR #283](https://github.com/QuantEcon/QuantEcon.py/pull/283) -3.Add lemke_howson algorithm to game_theory module. See [PR #268](https://github.com/QuantEcon/QuantEcon.py/pull/268) +3. Add lemke_howson algorithm to game_theory module. See [PR #268](https://github.com/QuantEcon/QuantEcon.py/pull/268) 4. Add random game generators to game_theory module. See [PR #270](https://github.com/QuantEcon/QuantEcon.py/pull/270) 5. Implement the imitation game algorithm by McLennan and Tourky. See [PR #273](https://github.com/QuantEcon/QuantEcon.py/pull/273) 6. Add brute force for finding pure nash equilibria. See [PR #276](https://github.com/QuantEcon/QuantEcon.py/pull/276) From b7cfbed758e5dc83955855eb10673cc4b10e4953 Mon Sep 17 00:00:00 2001 From: Natasha Date: Tue, 29 Aug 2017 13:43:29 +1000 Subject: [PATCH 2/3] change lead developers link: --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edf7eca8c..f5846aaee 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ See the [library website](http://quantecon.org/python_index.html) for instructio ## Additional Links -1. [Project Coordinators](http://quantecon.org/about) -2. [Lead Developers](http://quantecon.org/about) +1. [Project Coordinators](http://quantecon.org/team) +2. [Lead Developers](http://quantecon.org/team) 3. [QuantEcon Lecture Website](https://lectures.quantecon.org) ### License @@ -83,7 +83,7 @@ modification, are permitted provided that the following conditions are met: ### Ver. 0.3.4 (23-February-2017) 1. Add support_enumeration, a simple algorithm that computes all mixed-action Nash equilibria of a non-degenerate 2-player game. See [PR #263](https://github.com/QuantEcon/QuantEcon.py/pull/263) 2. Various fixes for issues with numba. See [PR #265](https://github.com/QuantEcon/QuantEcon.py/pull/265), [PR #283](https://github.com/QuantEcon/QuantEcon.py/pull/283) -3. Add lemke_howson algorithm to game_theory module. See [PR #268](https://github.com/QuantEcon/QuantEcon.py/pull/268) +3.Add lemke_howson algorithm to game_theory module. See [PR #268](https://github.com/QuantEcon/QuantEcon.py/pull/268) 4. Add random game generators to game_theory module. See [PR #270](https://github.com/QuantEcon/QuantEcon.py/pull/270) 5. Implement the imitation game algorithm by McLennan and Tourky. See [PR #273](https://github.com/QuantEcon/QuantEcon.py/pull/273) 6. Add brute force for finding pure nash equilibria. See [PR #276](https://github.com/QuantEcon/QuantEcon.py/pull/276) From 50d5c2c804c7c9ab984f6bbeff505707cd9034ae Mon Sep 17 00:00:00 2001 From: Natasha Date: Tue, 29 Aug 2017 13:45:24 +1000 Subject: [PATCH 3/3] re-add oyamad's commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5846aaee..8a9b3f0a7 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ modification, are permitted provided that the following conditions are met: ### Ver. 0.3.4 (23-February-2017) 1. Add support_enumeration, a simple algorithm that computes all mixed-action Nash equilibria of a non-degenerate 2-player game. See [PR #263](https://github.com/QuantEcon/QuantEcon.py/pull/263) 2. Various fixes for issues with numba. See [PR #265](https://github.com/QuantEcon/QuantEcon.py/pull/265), [PR #283](https://github.com/QuantEcon/QuantEcon.py/pull/283) -3.Add lemke_howson algorithm to game_theory module. See [PR #268](https://github.com/QuantEcon/QuantEcon.py/pull/268) +3. Add lemke_howson algorithm to game_theory module. See [PR #268](https://github.com/QuantEcon/QuantEcon.py/pull/268) 4. Add random game generators to game_theory module. See [PR #270](https://github.com/QuantEcon/QuantEcon.py/pull/270) 5. Implement the imitation game algorithm by McLennan and Tourky. See [PR #273](https://github.com/QuantEcon/QuantEcon.py/pull/273) 6. Add brute force for finding pure nash equilibria. See [PR #276](https://github.com/QuantEcon/QuantEcon.py/pull/276)