Release of 1.1.0 version of points-table-simulator package
NishanthMuruganantham
released this
25 Apr 06:59
·
6 commits
to main
since this release
Release Notes - [Version 1.1.0]
What's Changed
- Readme file has been updated
- Importing the major classes in the init file to make the module import simpler
- Corrected the exception message and added column name as attribute for
InvalidColumnNamesError
exception - Added
team_name
andtable_position
as attributes forNoQualifyingScenariosError
exception - Added
column_name
as attribute forInvalidScheduleDataError
exception - Added a private function
_check_the_given_scenario_for_favourable_outcome
to thePointsTableSimulator
class which contains the logic of finding the favorable scenario - Added the
tournament_completion_percentage
as an attribute toTournamentCompletionBelowCutoffError
exception
Features
- Added an attribute
available_teams_in_fixture
to thePointsTableSimulator
class which gives all available teams from given schedule - Added
remaining_matches
as an attribute to thePointsTableSimulator
class which gives the remaining matches in the given schedule in the form of tuples