Three main changes:
- Added two functions
get_pbp_data_with_lineups_single_season
andget_pbp_data_with_lineups_multiple_seasons
for fetching PBP data enriched with team lineups for all games in as single season and in a range of seasons respectively. - Fixed a bug in lineup estimation, when the same player is subbed in and out.
- Fixed pandas futurewarning.