Athletes-unlimited-py

Latest version: v0.0.8

Safety actively analyzes 723200 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.0.3

- Implemented `get_au_basketball_season_player_stats()`, a function that returns the season stats of players given a valid Athletes Unlimited (AU) basketball season.
- Implemented `get_au_basketball_season_player_stats()`, a function that returns the season stats of teams given a valid AU basketball season.
- Updated package version to `0.0.3`.

0.0.2

- Implemented `get_au_softball_season_player_stats()`, a function that returns the season stats of players given a valid Athletes Unlimited (AU) softball season.
- Implemented `get_au_softball_season_player_stats()`, a function that returns the season stats of teams given a valid AU softball season.
- Implemented `get_aux_softball_season_player_stats()`, a function that returns the season stats of players given a valid AUX softball season.
- Implemented `get_aux_softball_season_player_stats()`, a function that returns the season stats of teams given a valid AUX softball season.
- Fixed a bug in `get_au_softball_season_team_box()` that would cause the function to error out because of a mispelled variable name.
- Fixed a bug in `get_au_softball_season_player_box()` that would cause the function to error out because of an incorect implementation of a loop.
- Fixed a bug in `get_au_softball_season_player_box()` that would fetch play-by-play data data instead of box scores data.
- Fixed a bug in `get_au_softball_season_pbp()` that would cause the function to error out because of an incorect implementation of a loop.
- Fixed a bug in `get_au_softball_season_pbp()` that would fetch box scores data instead of play-by-play data.
- Added multiple sabermetric stats to softball.
- Fixed a bug in `get_au_softball_game_stats()` which would not return the team the player was competing for.
- Fixed a bug in `get_au_softball_game_stats()` which would cause the function to error out due to the way ceritan games record innings pitched for players who have an infinate ERA.
- Fixed a bug in `get_au_softball_season()` that would cause the function to error out unexpectedly due to a scope error in the `season` variable
- Fixed a bug in `get_aux_softball_season_player_box()` and `get_aux_softball_season_team_box()` where the `[sport]` column in the returned pandas DataFrame would indicate the sport as `softball` instead of `aux_softball`.
- Fixed a bug in `get_au_basketball_season_pbp()` that would cause the function to fetch box score stats instead of play-by-play data.
- Updated package version to `0.0.2`.

0.0.1

- Updated `README.md` to show how to install `athletes-unlimited-py` through the `pip` Python package manager.
- Updated package version to `0.0.1`.

0.0.1a5

- Implemented `get_au_volleyball_season()`, to allow a developer and/or function to get the coresponding season for a given AU volleyball season ID.
- Implemented `get_au_volleyball_season_id()` to allow a developer and/or function to get a proper AU season ID for a given AU volleyball season.
- Implemented `get_au_volleyball_game_stats()`, a function that allows one to get the player and/or team box score stats for a game within a Athletes Unlimited (AU) volleyball season.
- Implemented `get_au_volleyball_pbp()`, a function that allows one to get all play-by-play (PBP) data from a given AU volleyball game.
- Implemented `get_au_volleyball_season_player_box()`, a function that works in tandem with `get_au_volleyball_game_stats()` to get all player box stats in a AU volleyball season.
- Implemented `get_au_volleyball_season_team_box()`, a function that works in tandem with `get_au_volleyball_game_stats()` to get all team box stats in a AU volleyball season.
- Implemented `get_au_volleyball_season_pbp()`, a function that works in tandem with `get_au_volleyball_pbp()` to get all PBP data within a given AU volleyball season.
- Fixed numerous bugs within `get_au_basketball_season_player_box()` that would result in an empty pandas DataFrame to be returned.
- Fixed a spelling error in README.md where a line refered to a completely seperate python package, rather than `athletes-unlimited-py`.
- Fixed the link to the Change Log of this package in `pyproject.toml`.
- Updated package version to `0.0.1a5`.

0.0.1a4

- Implemented `get_au_lacrosse_season()`, to allow a developer and/or function to get the coresponding season for a given AU lacrosse season ID.
- Implemented `get_au_lacrosse_season_id()` to allow a developer and/or function to get a proper AU season ID for a given AU lacrosse season.
- Implemented `get_au_lacrosse_game_stats()`, a function that allows one to get the player and/or team box score stats for a game within a Athletes Unlimited (AU) lacrosse season.
- Implemented `get_au_lacrosse_pbp()`, a function that allows one to get all play-by-play (PBP) data from a given AU lacrosse game.
- Implemented `get_au_lacrosse_season_player_box()`, a function that works in tandem with `get_au_lacrosse_game_stats()` to get all player box stats in a AU lacrosse season.
- Implemented `get_au_lacrosse_season_team_box()`, a function that works in tandem with `get_au_lacrosse_game_stats()` to get all team box stats in a AU lacrosse season.
- Implemented `get_au_lacrosse_season_pbp()`, a function that works in tandem with `get_au_lacrosse_pbp()` to get all PBP data within a given AU lacrosse season.
- Updated package version to `0.0.1a4`.

0.0.1a3

- Implemented `get_aux_softball_season_id()` to allow a developer and/or function to get a proper Athletes Unlimited X (AUX) season ID for a given AUX softball season.
- Implemented `get_aux_softball_season_pbp()`, a function that works in tandem with `get_au_softball_pbp()` to get all PBP data within a given AUX softball season.
- Implemented `get_aux_softball_season_player_box()`, a function that works in tandem with `get_au_softball_game_stats()` to get all player box stats in a AUX softball season.
- Implemented `get_aux_softball_season_team_box()`, a function that works in tandem with `get_au_softball_game_stats()` to get all team box stats in a AUX softball season.
- Reworked `get_au_softball_season()` to work with AUX Softball season IDs.
- Reworked `get_au_softball_game_stats()` to take `season_id` as a required input, instead of a `season`.
- Reworked `get_au_softball_pbp()` to take `season_id` as a required input, instead of a `season`.
- Updated package version to `0.0.1a3`.

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.