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

Version 0.5

Latest

Choose a tag to compare

@sepandhaghighi sepandhaghighi released this 26 Sep 18:00

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