Skip to content

Releases: droher/boxball

v2024.0.0

14 Dec 18:26
3ff33bb
Compare
Choose a tag to compare

Important programming notes

  • I have released a new project, baseball.computer, which is designed as the successor to boxball. It is much easier to use (no Docker required, runs entirely in your browser/program) and includes many more tables, features, and quality controls. The event schema is different, which will be the main migration pain point in migration. I aim to continue Boxball maintenence and updates as long as people are still using it, and I may try to rebase boxball on top of the new project to make maintaining both easier. Please let me know if there are things you can do in Boxball that you can't do yet in baseball.computer by filing an issue on the repo or reaching me at david.roher@baseball.computer.
  • The latest baseballdatabank data is still 2022. I will try to run another update once that is complete.
  • Retrosheet's new game-type info field is not yet in the database. I will also try to update once v0.11.0 of Chadwick, which adds this data, is officially released. (baseball.computer has 2023 season summary data and several game-type classifiers).

This release uses Retrosheet's December 2023 release, with 2023 season data and new 1910s PBP seasons.
Other misc. updates

  • Retrosheet data now based on the structure from the official site
  • Workaround for sourcing Lahman database
  • Increase varchar max sizes for more resilience to data changes
  • Misc. package/image updates

v2023.0.0

30 Dec 19:38
f5a0bd4
Compare
Choose a tag to compare

Updated with the end-of-year 2022 release from Retrosheet.

Full Changelog: v2022.0.0...v2023.0.0

v2022.0.0

16 Apr 01:54
a0d5e08
Compare
Choose a tag to compare

Data updated with the 2021 season (as well as a handful of Negro League games!)

v2021.0.0

14 Mar 03:48
72c7bc0
Compare
Choose a tag to compare

Includes 2020 season data and a few database upgrades.

v2020.2.0

25 Aug 22:49
528bad9
Compare
Choose a tag to compare

Retrosheet June 2020 release

v2020.1.1

24 May 13:12
9f9caab
Compare
Choose a tag to compare
  • Fixed bug in Daily table where accounts with both box scores and PBP were duplicated.
  • Improved performance of SQLite build.
  • Added DeducedGame table to keep track of which PBP accounts were deduced.

v2020.0.1

23 May 00:52
8a9adf4
Compare
Choose a tag to compare

Resolves some PK issues on the BD schema, assorted varchar issues, and fixes some Retrosheet data through a fork.

Boxball 2020.0.0

28 Mar 03:14
79772e9
Compare
Choose a tag to compare

Data updated with the 2019 MLB season, along with additional historical data from Retrosheet.

Boxball 0.0.2

11 Jun 04:06
df84361
Compare
Choose a tag to compare

First production release -- 6 DBs and 2 flat file formats.

Initial working version

11 May 13:12
da7aa6c
Compare
Choose a tag to compare
Pre-release
  • CSV build powers Postgres, Postgres_cstore_fdw, MySQL, and SQLite
  • Known issues:
    • SQLite build has blank strings instead of nulls