Releases: mpope9/nba-sql
Releases · mpope9/nba-sql
v0.0.12: 2023-24 Season, Upgrade Dependencies, Fix PlayerGeneralTraditionalTotal
v0.0.11 2023-24 Season Release (And Beyond)
What's Changed
- Fixing gui printing by @mpope9 in #89
- Dynamic current season based on current month. by @mpope9 in #96
This release makes determining the current season dynamic, which means a seasonal release is no longer required. 🥳
Full Changelog: v0.0.10...v0.0.11
v0.0.10
v0.0.9 - 2022-23 Season Release
v0.0.9 Release
- Fixes a MySQL duplicate key name on reloading the DB
- Fixes duplicate key error on some tables when loading multiple seasons.
- Adds support for the 2022-23 season.
🥳
What's Changed
- Fix of type in README.md by @kabartay in #75
- Fix for issue 78. by @pb-new-username in #79
- Fixing duplicate row error -- PGTT and Player Season by @mpope9 in #81
- Adding 2022-23 season to list by @mpope9 in #82
New Contributors
Full Changelog: v0.0.8...v0.0.9
v0.0.8 - Changing cmdline args.
This changes the cmdline args to default-mode
and current-season-mode
, to match the other's naming convection's.
Partially Supporting Updating the Current Season.
WIP: Mode to update the current season. (#64) * Adding default_mode and current_season_mode switches * live refresh of shot_chart_detail working * current season ignore tables * update current season for player_game_log and game table
v0.0.6 - Windows Alpha6
Included In This Release
- Fixing bug with previous release. Forgot to add the
batch_size
variable when refactoring the argparser code. - Matching alpha version to semantic versioning.
v0.0.5 - Windows Alpha3
This release contains the following changes:
- Supports the 2021-22 season.
- Makes game table support more resilient to API changes.
v0.0.4 - Windows Alpha2
Features
- SQLite support in executable
- Full Postgre support in executable
- Full MySQL support in executable
- Select multiple seasons in executable
- Skip multiple tables in executable
- Add LICENSE - Apache 2
- Add cmdline args for user/pass/database/host
- Better toggling for CLI vs GUI mode.
Enjoy!
v0.0.3 - Alpha Windows Executable - SQLite
This is an alpha version of a Windows executable. Only supports SQLite for now.
Basic usage: Run the .exe provided here, and initiate a SQLite connection using DBeaver. Configure DBeaver to use the directory that the executable lives in. There isn't an option to specify a SQLite output path, yet.