Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Releases: sepandhaghighi/penney

Version 0.5

26 Sep 18:00

Choose a tag to compare

Added

  • SECURITY.md

Changed

  • Logo updated
  • Python typing features added to all modules
  • det function renamed to calculate_determinant
  • line function renamed to print_line
  • description function renamed to print_description
  • left_justify function renamed to justify_left
  • justify function renamed to justify_text
  • seq_generator function renamed to generate_sequence
  • C_calc function renamed to calculate_C
  • prob_calc function renamed to calculate_probability
  • print_prob function renamed to print_probability
  • game function renamed to run_game
  • check_seq function renamed to validate_sequence
  • get_seq function renamed to get_sequences
  • get_len function renamed to get_length
  • check_name function renamed to validate_name
  • print_seq function renamed to print_sequence
  • computer_seq_gen function renamed to generate_computer_sequence
  • player_filter function renamed to filter_players
  • menu function renamed to menu_handler
  • print_probability function bug fixed
  • get_names function bug fixed
  • Test system modified
  • Build script updated
  • CLI mode updated
  • Notebook.ipynb updated
  • codecov removed from dev-requirements.txt
  • Python 3.5 support dropped
  • Python 3.6 support dropped
  • Python 3.10 added to test.yml
  • Python 3.11 added to test.yml
  • Python 3.12 added to test.yml
  • Python 3.13 added to test.yml
  • README.md modified
  • String templates modified

Version 0.4

19 May 12:15
3f2c299

Choose a tag to compare

  • requirements-splitter.py added
  • print_seq function added
  • Test system modified #23
  • game function modified

Version 0.3

16 Apr 15:09
82014dc

Choose a tag to compare

  • README.md modified
  • Minor issues fixed #11
  • print_result function tie condition bug fixed #12

Version 0.2

08 Apr 17:52
241efe6

Choose a tag to compare

  • det function added
  • prob_calc function added
  • print_prob function added
  • C_calc function added
  • Notebook.ipynb file added
  • build_unix.sh file added
  • Github action added
  • README.md modified
  • version_check.py updated

Version 0.1

21 Mar 18:15

Choose a tag to compare

  • Player mode added
  • Computer mode added
  • Exe version added
  • Test system added