panelist¶
The following sections list out the changes that were made to the functions
migrated from libwwdtm to class methods under the wwdtm module
wwdtm.panelist.
core → PanelistAppearances¶
The following functions under the wwdtm.panelist.core module have
been changed to become methods under
wwdtm.panelist.PanelistAppearances:
retrieve_appearances_by_id()retrieve_appearances_by_slug()
core → PanelistScores¶
The following functions under the wwdtm.panelist.core module have
been changed to become methods under wwdtm.panelist.PanelistScores:
retrieve_scores_by_id()(New):
retrieve_scores_by_slug()This was missing in
libwwdtmbut has been implemented inwwdtm
core → PanelistStatistics¶
The following functions under the wwdtm.panelist.core module have
been changed to become methods under
wwdtm.panelist.PanelistStatistics:
retrieve_bluffs_by_id()retrieve_bluffs_by_slug()retrieve_rank_info_by_id()(New):
retrieve_rank_info_by_slug()This was missing in
libwwdtmbut has been implemented inwwdtm
retrieve_statistics_by_id()retrieve_statistics_by_slug()
details → Panelist¶
The following functions under the wwdtm.panelist.details module
have been changed to become methods under wwdtm.panelist.Panelist:
retrieve_by_id()Renamed to
retrieve_details_by_id()
retrieve_by_slug()Renamed to
retrieve_details_by_slug()
retrieve_all()Renamed to
retrieve_all_details()
info → Panelist¶
The following functions under the wwdtm.panelist.info module have
been changed to become methods under wwdtm.panelist.Panelist:
retrieve_all()retrieve_all_ids()retrieve_by_id()retrieve_by_slug()
info → PanelistAppearances¶
The following functions under the wwdtm.panelist.info module have
been changed to become methods under
wwdtm.panelist.PanelistAppearances:
retrieve_yearly_appearances_by_id()retrieve_yearly_appearances_by_slug()
info → PanelistScores¶
The following functions under the wwdtm.panelist.info module have
been changed to become methods under wwdtm.panelist.PanelistScores:
retrieve_scores_grouped_list_by_id()retrieve_scores_grouped_list_by_slug()retrieve_scores_grouped_ordered_pair_by_id()retrieve_scores_grouped_ordered_pair_by_slug()retrieve_scores_list_by_id()retrieve_scores_list_by_slug()retrieve_scores_ordered_pair_by_id()retrieve_scores_ordered_pair_by_slug()
utility → PanelistUtility¶
The following function under the wwdtm.panelist.utility module have
been changed to become methods under wwdtm.panelist.PanelistUtility:
convert_id_to_slug()convert_slug_to_id()id_exists()slug_exists()
Deprecated Functions¶
The following functions have been deprecated and were not migrated over from
the libwwdtm to wwdtm:
utility.validate_id()Use
wwdtm.panelist.PanelistUtility.id_exists()instead
utility.validate_slug()Use
wwdtm.panelist.PanelistUtility.slug_exists()instead