Plyball

Latest version: v2.5.5

Safety actively analyzes 640974 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 9

2.2.4

Unknown

* upgrading requirements ([`6af15d1`](https://github.com/waaronmorris/plyball/commit/6af15d19b3685284c93e886a32aa9a0f910606d2))

2.2.3

Unknown

* chadwick bureau change ([`50a2ace`](https://github.com/waaronmorris/plyball/commit/50a2acef1a3e4ecbe8bda93e728559fe68c6382a))

1.0.4

Unknown

* readme fix ([`aee7e00`](https://github.com/waaronmorris/plyball/commit/aee7e000a786ea7b86224d39c71fae1811d25ca8))

* documentation and packaging updates for 1.0.4 release ([`203bd0c`](https://github.com/waaronmorris/plyball/commit/203bd0c83e159574400a4618c27075704adf00af))

* update standings scrape to fix pre 1970 seasons ([`5307c1e`](https://github.com/waaronmorris/plyball/commit/5307c1eb561927916c6776255ea060fbe88495b9))

* Minor edits to batting_leaders (16)

* Minor fixes to pitching_leaders.py

I made two changes:
1) I fixed a bug in the hard-coded list of stats. Previously, FB% was pulled twice: once as 49 and once as 75. In addition, IFH% was not pulled. Because the headings were hard-coded, this caused some headings to be mis-applied: FB% was labeled IFFB%, IFFB% was labeled HR/FB, and HR/FB was labeled IFH%. I removed 49 from the list of stats and added 52.
2) I changed the Headings list so that it is drawn from the fangraphs output, rather than from a hard-coded list. This allowed me to catch the bug described above.

Thanks for making this awesome package, and I hope this edit is helpful. It&39;s my first pull request!

* Minor changes to batting_leaders

I edited batting_leaders so that it pulls column headings directly from fangraphs. This results in two separate columns having the heading &39;FB%&39;, so I renamed the second occurrence of &39;FB%&39; to &39;FB% (Pitch)&39;, which is the same value that it had previously been assigned.

I also made a minor change to the code that creates the dataframe to make it a bit more succinct. ([`43cc35d`](https://github.com/waaronmorris/plyball/commit/43cc35d6911dd9d3718dc4d27c8a18baaaec172b))

* fix broken seasons and remove for loop ([`fd54516`](https://github.com/waaronmorris/plyball/commit/fd5451634f295df3a83b71738118b65325007706))

* Extend capability of standings.py (14)

* Extend capability of standings.py

Added ability to pull standings up to from 1903 instead of up to 1969. Working on extending ability all the way to 1871.

* Fix local variable reference

Trying to fix the error here: https://github.com/jldbc/pybaseball/pull/14

* Fix typo

* Extended access to standings from 1871 to present

* Fix logical error ([`3f29cce`](https://github.com/waaronmorris/plyball/commit/3f29cced707f3ba04cee6fbf3b0054325c83275c))

* Add method for getting Statcast data for a single game. (12)

* Add method for getting Statcast data for a single game.

* New statcast_single_game() method takes MLB game ID and returns statcast data
for that game

* Do post-processing of single-game results. ([`77eeab8`](https://github.com/waaronmorris/plyball/commit/77eeab8e4abac8d2ce6b192bb33d27e1d468878a))

* Minor fixes to pitching_leaders.py (15)

I made two changes:
1) I fixed a bug in the hard-coded list of stats. Previously, FB% was pulled twice: once as 49 and once as 75. In addition, IFH% was not pulled. Because the headings were hard-coded, this caused some headings to be mis-applied: FB% was labeled IFFB%, IFFB% was labeled HR/FB, and HR/FB was labeled IFH%. I removed 49 from the list of stats and added 52.
2) I changed the Headings list so that it is drawn from the fangraphs output, rather than from a hard-coded list. This allowed me to catch the bug described above.

Thanks for making this awesome package, and I hope this edit is helpful. It&39;s my first pull request! ([`8bfc76a`](https://github.com/waaronmorris/plyball/commit/8bfc76a12a9db604c784c5e2b8ec34445abce52d))

* Making READMEs look nice (13)

* Update batting_stats.md

* Update batting_stats.md

* Update batting_stats.md

* Update batting_stats.md

* Update batting_stats.md

* Update batting_stats.md

* Update batting_stats_bref.md

* Update batting_stats_range.md

* Update batting_stats.md

* Update bwar_bat.md

* Update bwar_pitch.md

* Update pitching_stats.md

* Update pitching_stats_bref.md

* Update pitching_stats_range.md

* Update batting_stats_range.md

* Update pitching_stats_range.md

* Update playerid_lookup.md

* Update playerid_reverse_lookup.md

* Update schedule_and_record.md

* Update standings.md

* Update statcast.md

* Update statcast_batter.md

* Update statcast_pitcher.md

* Update team_batting.md

* Update team_pitching.md ([`867c19e`](https://github.com/waaronmorris/plyball/commit/867c19ebf01266fe764b875872383799e6c66240))

* update readme for most recent release ([`2cf4488`](https://github.com/waaronmorris/plyball/commit/2cf4488410bf2e14640780be6c74db4026dd771b))

1.0.3

Unknown

* increment version number ([`72d6056`](https://github.com/waaronmorris/plyball/commit/72d6056084f1e912efa6f429b3f298f71774fc01))

* fix documentation errors ([`415899e`](https://github.com/waaronmorris/plyball/commit/415899e059f39d019d99619d1981a1fa622182f6))

* documentation update ([`a5b5e2d`](https://github.com/waaronmorris/plyball/commit/a5b5e2de0b0e82d49f32c7e96894482059bed0b5))

* change lahman file paths to be platform independent ([`6894c21`](https://github.com/waaronmorris/plyball/commit/6894c217b348e204f9d01bbf9c68f5f7f0cbaf5d))

* fix bug when no season is provided in standings function ([`758c5b3`](https://github.com/waaronmorris/plyball/commit/758c5b327e511ae03f58e2697abf10af2d549302))

* fix tables impacted by recent fangraphs change ([`1861f98`](https://github.com/waaronmorris/plyball/commit/1861f9834a90003f71f35dc8f99794c3e4e05d11))

* fix error caused by fg table change and make default qual value consistent with docs ([`13bb08b`](https://github.com/waaronmorris/plyball/commit/13bb08b76959f5e43ccfc0ccb16febb6082a2d45))

* add descriptions for new bwar functions ([`f1ee428`](https://github.com/waaronmorris/plyball/commit/f1ee4281ef9d4caad7b25821bb2decf420851783))

* add bwar functions to pull from war_daily_bat/pitch tables ([`7b10b82`](https://github.com/waaronmorris/plyball/commit/7b10b8220cc67bf737f2e54f7cd7d4d088b86fe8))

* Merge pull request 11 from jfreynolds/issue-10

Fix warning on playerid_lookup() ([`d5016ec`](https://github.com/waaronmorris/plyball/commit/d5016ecaf32c13e739f4b8cfc34cf47a04d30a86))

* Fix warning on playerid_lookup()

Upon a call to playerid_lookup(), a DTypeWarning would appear stating
that Columns (8,9,10) had mixed types when reading the CSV file from
the Chadwick Register. Specified the types on those columns to suppress
the warning as well as lower memory footprint when reading the CSV
file.

Resolves: https://github.com/jldbc/pybaseball/issues/10 ([`ac5b56f`](https://github.com/waaronmorris/plyball/commit/ac5b56f58ab691817db5d10f957984b674687954))

* Add all lahman data acquisition functions ([`1ef0ec8`](https://github.com/waaronmorris/plyball/commit/1ef0ec8a73e2a2b7768cc70ab86daf231682dd7a))

* Add functions for downloading all of lahman and just parks ([`3422220`](https://github.com/waaronmorris/plyball/commit/34222207602631cbc172fcf21a0aaef7cb5ad1d4))

* Add starter code for Lahman db ([`89c1711`](https://github.com/waaronmorris/plyball/commit/89c17110f9d17e99ea7686e884cfba91b4762d57))

* Add playerid_reverse_lookup to init.py ([`d74ad54`](https://github.com/waaronmorris/plyball/commit/d74ad5452413a609272bbef7127b5dc848cf1953))

* Merge pull request 7 from jelloslinger/master

Add playerid_reverse_lookup ([`518e5fc`](https://github.com/waaronmorris/plyball/commit/518e5fc5336c33475339b2ff2b4a88e73a9a3fa4))

* Add playerid_reverse_lookup ([`18832bc`](https://github.com/waaronmorris/plyball/commit/18832bcefd8aa745ca19641af09a8d5208507e8e))

1.0.2

Unknown

* add gitattributes file for detected-language fix ([`76d2e6b`](https://github.com/waaronmorris/plyball/commit/76d2e6b98c8ed37e3eaccbe88f2cc8ef504d28e9))

* increment version number for pypi release ([`68ebdcc`](https://github.com/waaronmorris/plyball/commit/68ebdcc1f1f0e0a215192a06f0f6020a2da5e7b5))

* Merge branch &39;master&39; of https://github.com/jldbc/pybaseball ([`c673682`](https://github.com/waaronmorris/plyball/commit/c673682b15e50e3715599f307404f9a84e1a993b))

* re-try timed out requests by breaking them into smaller units of time ([`0e0f6bc`](https://github.com/waaronmorris/plyball/commit/0e0f6bc59b2c2fef038fd36da6c8e2fff44930c7))

* fix error counter ([`9eb2dc8`](https://github.com/waaronmorris/plyball/commit/9eb2dc84263d51f622e74ebfd7a725a6ce119849))

* Retry failed requests, skip if too many failures ([`a1d5130`](https://github.com/waaronmorris/plyball/commit/a1d5130577bed2257052b58b2f8fce804a35c4b8))

* Check if sub-query fails, retry if failed, and skip if unsuccessful ([`d08f5de`](https://github.com/waaronmorris/plyball/commit/d08f5de05b898bdf5e3de5a7a44fee12f76abae6))

* Update readme and statcast docs, add contributing.md ([`ab7ccfd`](https://github.com/waaronmorris/plyball/commit/ab7ccfd70b034273acbb674b84dd5b3f0a3c4c81))

* Updates to readme and docs, add contributing.md ([`300a2cd`](https://github.com/waaronmorris/plyball/commit/300a2cd339e3e38d7c5c723c9b487093b6672e3d))

* Add verbose option to statcast queries ([`1b82186`](https://github.com/waaronmorris/plyball/commit/1b821868e20fcef95a22fc9bd5649c5f1605d0f3))

* Make statcast scrapes work across multiple seasons and skip offseason dates ([`9cc4849`](https://github.com/waaronmorris/plyball/commit/9cc484997c790c24fcdb48ab633b585b4efdde55))

* add python 3.6 to setup file ([`3d12801`](https://github.com/waaronmorris/plyball/commit/3d1280125d6121045459b0abd454af864e9902de))

* tabs-spaces consistency ([`b6ec52d`](https://github.com/waaronmorris/plyball/commit/b6ec52db652f20b487984c783684e26548413cd9))

* update pitching error messages to match hellerpdx changes ([`c24fcbb`](https://github.com/waaronmorris/plyball/commit/c24fcbb9a1b2ef9f9418ba5deda32f9f2b6c0e3c))

* Merge hellerpdx changes for improved pre 2008 error handling ([`9f7a765`](https://github.com/waaronmorris/plyball/commit/9f7a765c9c09db92747bc4277dcebb1cd10a4797))

* add error message for pre-2008 requests

probably not the most elegant solution but it works. lines 74-77 are where the year is checked. Rest of changes are just trying to get rid of linter/PEP8 errors ([`51cda49`](https://github.com/waaronmorris/plyball/commit/51cda494dec877161cc85ca30f10a0e2e02bbe40))

* Merge pull request 1 from hellerpdx/patch-1

Update batting_stats.md ([`cf69eaf`](https://github.com/waaronmorris/plyball/commit/cf69eaf905997cb009cbcb9727827833c4c487d8))

* Update batting_stats.md

just some small documentation corrections to help avoid confusion. ([`a60e387`](https://github.com/waaronmorris/plyball/commit/a60e387db3b9e048e45ee74cb43b0e397aae6717))

* add initial docs for team batting stats function ([`43539fb`](https://github.com/waaronmorris/plyball/commit/43539fbeb1ac691f2d0675feccff2f0c9807124d))

* add documentation for schedule and record function ([`92c75ec`](https://github.com/waaronmorris/plyball/commit/92c75ecf0e1ebf3c4dcffb57b2c911c8f1662778))

* add docs for getting aggregated data for specified time range from baseball reference ([`4fda0f1`](https://github.com/waaronmorris/plyball/commit/4fda0f12e18e768901dc5908ed7685fcde88bc28))

* add team record example comparing legendary teams ([`aa14f22`](https://github.com/waaronmorris/plyball/commit/aa14f2279cdacf2326da29e6f1d600a02c7353cb))

* clean up nyt strikeouts example ([`52ebcd9`](https://github.com/waaronmorris/plyball/commit/52ebcd99a9439fe1d304873c33a0407060b87e49))

* add statcast fivethirtyeight example ([`f57561c`](https://github.com/waaronmorris/plyball/commit/f57561c39280d569fbd7e2b3075bdaf85cf5e28f))

1.0.1

Unknown

* increment version number ([`4481d24`](https://github.com/waaronmorris/plyball/commit/4481d24679b19b4025092d979f0af206b7251e17))

* fix same update message error in a different location and incremen version number ([`7328b7f`](https://github.com/waaronmorris/plyball/commit/7328b7f245093f0d6d710d30c82df28cc0d4cd6a))

* add rst file for local setup ([`dfbd238`](https://github.com/waaronmorris/plyball/commit/dfbd23806d5ec388317220607221cf0f7074514f))

* small fix on statcast progress updates ([`fbcca35`](https://github.com/waaronmorris/plyball/commit/fbcca359f2d2d95124f1ac8631e8c3515e6f91be))

* remove outdated line in readme ([`221a9ce`](https://github.com/waaronmorris/plyball/commit/221a9ce94c66ae9368671b0d0196fabcc2b217a9))

Page 7 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.