Recent Releases of Nashpy

Nashpy - v0.0.41

What's Changed

  • Add memray to tox.ini. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/219
  • typo by @emielsteegh in https://github.com/drvinceknight/Nashpy/pull/225
  • Add exercises to text book and clean up pdf output. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/226

New Contributors

  • @emielsteegh made their first contribution in https://github.com/drvinceknight/Nashpy/pull/225

Full Changelog: https://github.com/drvinceknight/Nashpy/compare/v0.0.40...v0.0.41

Scientific Software - Peer-reviewed - Python
Published by drvinceknight almost 2 years ago

Nashpy - v0.0.40

What's Changed

  • Write documentation for minimax theorem by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/218

Full Changelog: https://github.com/drvinceknight/Nashpy/compare/v0.0.39...v0.0.40

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 2 years ago

Nashpy - v0.0.39

What's Changed

  • edit home-page element by @firefly-cpp in https://github.com/drvinceknight/Nashpy/pull/216
  • Implement lp formulation of minimax theorem by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/217

Full Changelog: https://github.com/drvinceknight/Nashpy/compare/v0.0.38...v0.0.39

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 2 years ago

Nashpy - v0.0.38

What's Changed

  • Update rtd config file. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/208
  • Added a degenerate game that breaks lemke howson lex algorithm by @tokheim in https://github.com/drvinceknight/Nashpy/pull/207
  • Lemke refactor by @tokheim in https://github.com/drvinceknight/Nashpy/pull/209
  • Add an error to stochastic fictitious play. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/215

New Contributors

  • @tokheim made their first contribution in https://github.com/drvinceknight/Nashpy/pull/207

Full Changelog: https://github.com/drvinceknight/Nashpy/compare/v0.0.36...v0.0.38

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 2 years ago

Nashpy - v0.0.37

What's Changed

  • Fixes urls to "Theory docs" in the README by @Nikoleta-v3 in https://github.com/drvinceknight/Nashpy/pull/200
  • Add class of 2023 as contributors. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/201
  • Fix minor typos in text book on best responses. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/204
  • Add moran process on graphs by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/205

New Contributors

  • @Nikoleta-v3 made their first contribution in https://github.com/drvinceknight/Nashpy/pull/200

Full Changelog: https://github.com/drvinceknight/Nashpy/compare/v0.0.36...v0.0.37

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 2 years ago

Nashpy - v0.0.36

What's Changed

  • Fix documentation urls in README by @theref in https://github.com/drvinceknight/Nashpy/pull/188
  • Add robert-szeto to list of contributors by @robert-szeto in https://github.com/drvinceknight/Nashpy/pull/189
  • Add arwheel to the list of contributors by @arwheel in https://github.com/drvinceknight/Nashpy/pull/190
  • Correct the numerical error in the RPS example. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/191
  • Fix best response example. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/193
  • Update minor errors. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/194
  • Correct the max size of k. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/196
  • Remove Alex and mypy from CI. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/197
  • Fix minor typos in docs. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/199

New Contributors

  • @theref made their first contribution in https://github.com/drvinceknight/Nashpy/pull/188
  • @robert-szeto made their first contribution in https://github.com/drvinceknight/Nashpy/pull/189
  • @arwheel made their first contribution in https://github.com/drvinceknight/Nashpy/pull/190

Full Changelog: https://github.com/drvinceknight/Nashpy/compare/v0.0.35...v0.0.36

Scientific Software - Peer-reviewed - Python
Published by drvinceknight almost 3 years ago

Nashpy - v0.0.35

What's Changed

  • Add documentation on emergence of cooperation. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/187

Full Changelog: https://github.com/drvinceknight/Nashpy/compare/v0.0.34...v0.0.35

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 3 years ago

Nashpy - v0.0.34

What's Changed

  • Add the math flag in the Nashpy docs. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/183
  • Add feature list to README. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/184
  • Reformat markdown files with mdformat. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/185
  • Write discussion docs for moran process by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/186

Full Changelog: https://github.com/drvinceknight/Nashpy/compare/v0.0.33...v0.0.34

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 3 years ago

Nashpy - v0.0.33

What's Changed

  • Rewrite replicator dynamics discussion by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/181
  • Add replicator-mutation equation. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/182

New Contributors

  • @volume-on-max made their first contribution in https://github.com/drvinceknight/Nashpy/pull/180

Full Changelog: https://github.com/drvinceknight/Nashpy/compare/v0.0.32...v0.0.33

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 3 years ago

Nashpy - v0.0.32

What's Changed

  • Add py3.10 to GA test suite. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/165
  • Fix numpy lower bound. by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/179

Full Changelog: https://github.com/drvinceknight/Nashpy/compare/v0.0.31...v0.0.32

Scientific Software - Peer-reviewed - Python
Published by drvinceknight almost 4 years ago

Nashpy - v0.0.31

Add moran process with mutation.

What's Changed

  • Add mutation to moran process by @drvinceknight in https://github.com/drvinceknight/Nashpy/pull/176

Full Changelog: https://github.com/drvinceknight/Nashpy/compare/v0.0.30...v0.0.31

Scientific Software - Peer-reviewed - Python
Published by drvinceknight almost 4 years ago

Nashpy - v0.0.30

Fix an error in the docs for the repeated games.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight almost 4 years ago

Nashpy - v0.0.29

Add ability to create new games as repeated games.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight almost 4 years ago

Nashpy - v0.0.28

Modify fixation probability api.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight about 4 years ago

Nashpy - v0.0.27

Add fixation probability calculation.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight about 4 years ago

Nashpy - v0.0.26

Add Moran process

Scientific Software - Peer-reviewed - Python
Published by drvinceknight about 4 years ago

Nashpy - v0.0.25

Fix a bug in the documentation.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 4 years ago

Nashpy - v0.0.24

v0.0.24

Add best response check functionality, a large amount of documentation and some CI improvements.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 4 years ago

Nashpy -

A number of build improvements and fixes.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 4 years ago

Nashpy -

Add asymmetric replicator dynamics

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 4 years ago

Nashpy - v0.0.21

Add stochastic fictitious play.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 4 years ago

Nashpy - v0.0.20

Scientific Software - Peer-reviewed - Python
Published by drvinceknight almost 5 years ago

Nashpy - v0.0.19

Add fictitious play learning algorithm and support for py3.7

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 6 years ago

Nashpy - v0.0.18

v0.0.18

Minor edits and final version of JOSS paper.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight about 7 years ago

Nashpy - v0.0.17

v0.0.17

Minor edit to documentation.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 7 years ago

Nashpy - v0.0.16

v0.0.16

Minor edit to documentation.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 7 years ago

Nashpy - v0.0.15

v0.015

Add support for degenerate games in support enumeration.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 7 years ago

Nashpy - v0.0.14

v0.0.14

Change module name to nashpy. Now for consistency have:

$ pip install nashpy

and

>>> import nashpy

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 7 years ago

Nashpy - v0.0.13

Add a warning for nonsensical output from lemke-howson.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight almost 8 years ago

Nashpy - v0.0.12

v0.0.12

Add another game theoretic library to documentation.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight about 8 years ago

Nashpy - v0.0.11

Very minor documentation fix.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 8 years ago

Nashpy - v0.0.10

v0.0.10

Add enumeration method for the Lemke Howson algorithm as well as a more extensive reference document.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 8 years ago

Nashpy - v0.0.9

v0.0.9

Add implementation of the Lemke Howson algorithm

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 8 years ago

Nashpy - v0.0.8

v0.0.8

Add discussion section to documentation

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 8 years ago

Nashpy - v0.0.7

v0.0.7

Documentation

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 8 years ago

Nashpy - v0.0.6

v0.0.6

Add vertex enumeration algorithm.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 8 years ago

Nashpy - v0.05

v0.0.5

Add ability to calculate utilities against a given pair of strategies.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight over 8 years ago

Nashpy - v0.0.4

v0.0.4

Unpin numpy version number for easier installation.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight almost 9 years ago

Nashpy - v0.0.3

Various packaging and testing improvements and a CITATION.md file.

Scientific Software - Peer-reviewed - Python
Published by drvinceknight about 9 years ago

Nashpy - v0.0.2

Scientific Software - Peer-reviewed - Python
Published by drvinceknight about 9 years ago

Nashpy - v0.0.1

First release!

Scientific Software - Peer-reviewed - Python
Published by drvinceknight about 9 years ago