Releases: NishanthMuruganantham/points-table-simulator
Releases · NishanthMuruganantham/points-table-simulator
Release of 2.0.1 version of points-table-simulator package
Release Notes - [Version 2.0.1]
What's Changed
- Corrected the match lost count in generated points table
- 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
Release Notes - [Version 2.0.0]
What's Changed
number_of_completed_matches
has been added as an attributeremaining_schedule_df
has been added as an attribute
Improvisation
- performance of the
simulate_the_qualification_scenarios
function has been improved considerably
Release of 1.1.0 version of points-table-simulator package
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
Initial Release of the points-table-simulator package
Release Notes - [Version 1.0.0]
Features
- Added Points Table Calculation functionality.
- Implemented Qualification Scenarios simulation.
Initial Release
This is the first test release