Skip to content

Releases: mpope9/nba-sql

v0.0.12: 2023-24 Season, Upgrade Dependencies, Fix PlayerGeneralTraditionalTotal

05 Nov 20:55
0fc4aa9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11 2023-24 Season Release (And Beyond)

05 Nov 01:12
6285acb
Compare
Choose a tag to compare

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

07 Feb 02:31
Compare
Choose a tag to compare

Bug fixes with the current season mode.

What's Changed

  • Fixing current season, fixing current-season-mode, better mode handeling by @mpope9 in #88

Full Changelog: v0.0.9...v0.0.10

v0.0.9 - 2022-23 Season Release

16 Oct 17:48
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8 - Changing cmdline args.

10 Jan 19:53
54f53bb
Compare
Choose a tag to compare

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.

13 Dec 00:42
63b6d8f
Compare
Choose a tag to compare
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

20 Nov 21:16
Compare
Choose a tag to compare
Pre-release

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

17 Nov 04:16
29955f6
Compare
Choose a tag to compare

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

04 Sep 00:49
7291be4
Compare
Choose a tag to compare

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

03 Sep 16:06
3e12bfc
Compare
Choose a tag to compare

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.