Skip to content

Releases: NishanthMuruganantham/points-table-simulator

Release of 2.0.1 version of points-table-simulator package

19 May 09:53
5d31e97
Compare
Choose a tag to compare

Release Notes - [Version 2.0.1]

What's Changed

  1. Corrected the match lost count in generated points table
  2. Added an exception to handle if all the matches in the given schedule are completed

Release of 2.0.0 version of points-table-simulator package

29 Apr 15:43
059d85a
Compare
Choose a tag to compare

Release Notes - [Version 2.0.0]

What's Changed

  1. number_of_completed_matches has been added as an attribute
  2. remaining_schedule_df has been added as an attribute

Improvisation

  1. performance of the simulate_the_qualification_scenarios function has been improved considerably

Release of 1.1.0 version of points-table-simulator package

25 Apr 06:59
47ff683
Compare
Choose a tag to compare

Release Notes - [Version 1.1.0]

What's Changed

  1. Readme file has been updated
  2. Importing the major classes in the init file to make the module import simpler
  3. Corrected the exception message and added column name as attribute for InvalidColumnNamesError exception
  4. Added team_name and table_position as attributes for NoQualifyingScenariosError exception
  5. Added column_name as attribute for InvalidScheduleDataError exception
  6. Added a private function _check_the_given_scenario_for_favourable_outcome to the PointsTableSimulator class which contains the logic of finding the favorable scenario
  7. Added the tournament_completion_percentage as an attribute to TournamentCompletionBelowCutoffError exception

Features

  1. Added an attribute available_teams_in_fixture to the PointsTableSimulator class which gives all available teams from given schedule
  2. Added remaining_matches as an attribute to the PointsTableSimulator class which gives the remaining matches in the given schedule in the form of tuples

Initial Release of the points-table-simulator package

07 Mar 14:40
4c6f545
Compare
Choose a tag to compare

Release Notes - [Version 1.0.0]

Features

  1. Added Points Table Calculation functionality.
  2. Implemented Qualification Scenarios simulation.

Initial Release

29 Feb 14:08
c14dc88
Compare
Choose a tag to compare

This is the first test release