Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

81 lines (48 loc) · 3.01 KB

2.2.1 Release: April 27th, 2021

  • Statcast Fielding & Running leaderboards -- @wfordh

  • Improved logger setup -- @Maradonna90

  • Various bugfixes -- @TheCleric, @bdilday, @schorrm, @Latonis

  • Make Statcast parallelization optional -- @reddigari

2.2.0 Release: March 15, 2021

Release Notes

  • Cleaning up and parallelizing Statcast calls -- @TheCleric, @bdilday, and @schorrm

  • Statcast spin rate & spin direction -- @tpoatsy, see docs/statcast_pitcher_spin.md for more info.

  • Statcast Batter & Pitcher leaderboards -- @wfordh

  • We removed some fairly unnecessary dependencies that were causing a massive amount of dependency bloat -- @TheCleric and @bdilday.

  • Various test fixes -- @TheCleric

  • Spell-check to playerid lookup -- @tjburch and @mwisnie5

  • Plotting bugfix -- @andersonfrailey

  • Marcels Example -- @andersonfrailey

2.1.1 Hotfix: October 15, 2020

  • Fix statcast perf regression

2.1.0 Release: October 14, 2020

Release Notes

We have a lot of new stuff in this release.

  • Caching

    • We now cache most of the time expensive scraping functions. In addition, we have a consistent storage location for the Lahman Databank, so no more five copies of baseball-databank. This is currently disabled by default, you can enable it (see caching in the docs).
    • Basically, now when you call something like batting_stats(2018), for a while subsequent calls will just hit the cache, if it is enabled, so you don't need to do a bunch of pd.load and df.to_csv all over your notebooks.
    • Right now this is a week by default, which is configurable in code, and will probably change soon to more specific per-function staleness. @TheCleric, @schorrm
  • FanGraphs fielding - @TheCleric

  • Massively expanded options for FanGraphs scraping - @TheCleric

  • Marcel projections - @bdilday

  • Batted ball trajectories - @bdilday

  • Baseball Reference splits - @mwisnie5

  • Add spray angle to statcast dataframes - @tjburch

  • Flag imputed data (where Trackman didn't do it, stringers did) in statcast batting - @tjburch

  • Plot batted ball profile - @tjburch

  • Improvements to data type inference - @TheCleric

  • Unit testing, by @TheCleric

  • And various bugfixes, with thanks to @bdilday, @bgunn34, and @TheCleric.

2.0.0 Release: August 28, 2020

Recent Updates