Skip to content

Releases: a-luna/vigorish

v0.7.0

08 Jul 14:59
84bd023
Compare
Choose a tag to compare

New Features/Enhancements

Bug Fixes

  • player-team assoc data is not updated correctly @a-luna (#870)
  • xpath to parse team ids in bbref boxscore html @a-luna (#869)
  • url batch settings enabled after disabling via menu @a-luna (#867)
  • add two pitch types which were previously unknown @a-luna (#864)

Maintenance

v0.6.5

08 Oct 01:00
6cede5c
Compare
Choose a tag to compare

New Features/Enhancements

  • feature: add players who debuted in current season to db backup @a-luna (#852)

Bug Fixes

  • fix: update tests after db backup/restore changes @a-luna (#854)
  • fix: db backup creates csv files with only one row @a-luna (#853)
  • fix: team bat order stats query returns nothing @a-luna (#851)

Maintenance

  • bump version number and update dependencies @a-luna (#855)

v0.6.4

30 Sep 20:47
9ca0d7f
Compare
Choose a tag to compare

Bug Fixes

Maintenance

v0.6.3

30 Sep 14:53
6db5dc7
Compare
Choose a tag to compare

Bug Fixes

Maintenance

v0.6.2

30 Sep 02:37
96c7c91
Compare
Choose a tag to compare

New Features/Enhancements

  • add bat order and def pos metrics to bat stats @a-luna (#838)

Bug Fixes

Maintenance

v0.6.1

24 Sep 03:54
0695fa4
Compare
Choose a tag to compare

New Features/Enhancements

  • add method to convert pfx object to dict @a-luna (#835)

Maintenance

v0.6.0

23 Sep 05:54
eedd6a4
Compare
Choose a tag to compare

New Features/Enhancements

  • create custom json enc/decoder for common types @a-luna (#829)
  • update to use rewritten metrics @a-luna (#828)
  • rewrite pitch and bat stats to eliminate views @a-luna (#827)
  • rewrite pfx metrics to eliminate views @a-luna (#826)

Bug Fixes

Maintenance

v0.5.4

08 Aug 00:12
0031458
Compare
Choose a tag to compare

New Features/Enhancements

Maintenance

  • update requirements minor refactorings @a-luna (#823)

v0.5.3

30 Jul 18:05
54fbbb7
Compare
Choose a tag to compare

New Features/Enhancements

  • feature: add player team metrics to player data @a-luna (#816)
  • track various metrics in player_team_assoc table @a-luna (#815)

Maintenance

v0.5.2

27 Jul 09:55
a204058
Compare
Choose a tag to compare

New Features/Enhancements

  • remove pitchfx views, create pfx metrics system @a-luna (#804)
  • feature: add file hashing functions @a-luna (#809)
  • enhancement: track player role in team assoc table @a-luna (#806)
  • feature: implement batter percentiles @a-luna (#805)

Bug Fixes

  • fix: unused import in player data @a-luna (#814)
  • fix: failing test case due to db table not found @a-luna (#810)
  • fix: run command should display live output @a-luna (#808)

Maintenance