Plyball

Latest version: v2.5.5

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

Scan your dependencies

Page 8 of 9

1.0.0

Unknown

* fix links in readme ([`2a28d87`](https://github.com/waaronmorris/plyball/commit/2a28d87768814da80eb88e2b2a70b8cdf459d5d6))

* update readme with new installation instructions ([`a514e2f`](https://github.com/waaronmorris/plyball/commit/a514e2f209eb39b021ee134886670f04e9f8d2bc))

* add manifest for packaging and update setup so this works with pypi ([`5e840bf`](https://github.com/waaronmorris/plyball/commit/5e840bf76bf54162585f1b96f95960000d799029))

* let there be (partial) documentation ([`87661ef`](https://github.com/waaronmorris/plyball/commit/87661effed2ab57943f238453b8d823fa6b01fbd))

* update readme to reflect new function names ([`26f5747`](https://github.com/waaronmorris/plyball/commit/26f5747f68b41030fcb3b2007410394598f835d5))

* rename functions to make fangraphs the default for season-level player stats ([`8523c6d`](https://github.com/waaronmorris/plyball/commit/8523c6dcdddbbfec9144d121817896f82cad9ebb))

* raise value error if season earlier than 1969 for standings query ([`1ae3f26`](https://github.com/waaronmorris/plyball/commit/1ae3f26d0719ee653757eb901c6b5488cbd7c587))

* make attendance numbers usable, squashed some bugs relating to missing data in older seasons ([`d11fdde`](https://github.com/waaronmorris/plyball/commit/d11fddea1f84c346f176ef2710b98dbd3aba03e3))

* make win/loss streaks more useful, get rid of empty column ([`ba2f8f9`](https://github.com/waaronmorris/plyball/commit/ba2f8f9898c121808807195cb151f5653310177c))

* get rid of empty column in baseball reference scrapes ([`7cb234e`](https://github.com/waaronmorris/plyball/commit/7cb234e14ecacaa8b2e088c8c5114ba6d4d7925c))

* fix small mistake in team pitching, update team batting data types and percentage handling ([`a30ea7b`](https://github.com/waaronmorris/plyball/commit/a30ea7bd3af3dccbbabebcb915eb4677309e4b75))

* First example: replication of NYTmes piece on rising SO per game ([`9304bad`](https://github.com/waaronmorris/plyball/commit/9304bada808102122c6a53e854979f16bb923930))

* type conversion for team pitching function and add new functions to init file ([`b5c9ac3`](https://github.com/waaronmorris/plyball/commit/b5c9ac366380b4530ccd2685c16c28adfa25f1f4))

* type conversions, better handling of null values, more useful sorting, modularized data processing tasks ([`906f35a`](https://github.com/waaronmorris/plyball/commit/906f35a714678210e6279ac9c71c577de1e59e48))

* add new method for retrieving large queries to avoid proble where rows are omitted when more than 30k pitches occurred ([`eb96a9d`](https://github.com/waaronmorris/plyball/commit/eb96a9d9886857db4ba492d9bb38202bc266261f))

* fix percentiles, convert to numeric, sort output by war and ops, make work across multiple seasons ([`91363e6`](https://github.com/waaronmorris/plyball/commit/91363e61918b591aa348a0d07e994a283628d830))

* convert cols to numeric, fix some bugs, sort final output ([`f47c6f8`](https://github.com/waaronmorris/plyball/commit/f47c6f88cecdba3af1872414628f55e1cda05e0e))

* convert string-percentage columns to proper float percentages. still need to convert the rest to numeric and fix the dollars variable ([`49c2352`](https://github.com/waaronmorris/plyball/commit/49c2352a9728e606467a542a5239fa049365365e))

* add functions for getting team-level stats for single or multiple seasons ([`084543e`](https://github.com/waaronmorris/plyball/commit/084543ebd5787b19199e828b7b669763a496e6e1))

* add help functions and improved error messages to statcast functions ([`7dc076a`](https://github.com/waaronmorris/plyball/commit/7dc076a6476775d051d0c973ece9931d9a6f2182))

* rolling setup.py back to an earlier version ([`537a039`](https://github.com/waaronmorris/plyball/commit/537a039ecce0b6e8ad64ed9a38fac195f83ac1e6))

* add function for pulling pitching leaderboards, update batting leader function name, and add both to init file ([`ba307c0`](https://github.com/waaronmorris/plyball/commit/ba307c08c4afd6aabf7463050bc5cc63bebb1fe5))

* Add function for getting batting leaders for a season ([`9cce595`](https://github.com/waaronmorris/plyball/commit/9cce5959f7b14cc82d544def58a2d4ed49c7fdf4))

* lots of small changes, mostly cosmetic ([`29e9cb5`](https://github.com/waaronmorris/plyball/commit/29e9cb50dd7bd4133f698d9c15b0ceeff01783e6))

* Im an idiot. this works now. ([`99b3616`](https://github.com/waaronmorris/plyball/commit/99b36166116a48a9a06b7f3bc8f901abcba60b84))

* quick readme update. need to clean this up still. ([`9547793`](https://github.com/waaronmorris/plyball/commit/9547793214d23007c7059754d80a0118d082592b))

* create lookup function to assist with player specific queries ([`0875ddf`](https://github.com/waaronmorris/plyball/commit/0875ddf7966ed0ca4ac336ac4f52c282c8ceb021))

* create team results query to retrieve a team&39;s schedule and game results for current and past seasons ([`75180c1`](https://github.com/waaronmorris/plyball/commit/75180c12898a0404bdf3b4a6279e31a2afab5aad))

* create statcast batter function for getting a single batter&39;s statcast data ([`2acec83`](https://github.com/waaronmorris/plyball/commit/2acec837ac81cdafa933ce84d7504976b80a254d))

* create statcast pitcher function for getting a single pitcher&39;s statcast data ([`4c5e565`](https://github.com/waaronmorris/plyball/commit/4c5e565cb6ae9bc0a13bae3afdf8464a8d3b4324))

* change statcast function name ([`c6cf21f`](https://github.com/waaronmorris/plyball/commit/c6cf21f447fa51be51fa52d063e16255f13bfd19))

* add new functions to init file ([`b1ee1c8`](https://github.com/waaronmorris/plyball/commit/b1ee1c883f2b4cb1368cf7c84870b0e471436a48))

* Add code for getting team schedule and game outcomes ([`bda42a4`](https://github.com/waaronmorris/plyball/commit/bda42a4630e8b9e720443b6785ff2e3435bfdfa6))

* Add warnings and input sanitation for date strings ([`4c397d9`](https://github.com/waaronmorris/plyball/commit/4c397d90d728bd55384da034d61150aa0173d1bb))

* add code blocks to README ([`0fdee09`](https://github.com/waaronmorris/plyball/commit/0fdee093f9a52dc51f1874d62459a84b0cffbe02))

* clarify what this does earlier on in README ([`56a6436`](https://github.com/waaronmorris/plyball/commit/56a6436964b055d9f667026904f80a50e22afaf2))

* Small fixes ([`b4364c4`](https://github.com/waaronmorris/plyball/commit/b4364c4f0df3a16c71d4c04758da9a28167418c4))

* Add initial usage instructions in README ([`c3878bf`](https://github.com/waaronmorris/plyball/commit/c3878bf03240970ca6076718aa3af1992b16269b))

* Got rid of warning message, made it return list of dataframes instead of list of lists of lists ([`87a4a87`](https://github.com/waaronmorris/plyball/commit/87a4a87688146d232fbe8d81d042bf70aa86cd85))

* Made imports easier ([`46b54a3`](https://github.com/waaronmorris/plyball/commit/46b54a39aed578db0a88ec943de018a36f5050b8))

* Resolve merge conflict in batter data code ([`2507d1d`](https://github.com/waaronmorris/plyball/commit/2507d1deb47393e4fb72b313f8975e1d841d03f3))

* Type conversions and improved handling of NAs ([`e96775b`](https://github.com/waaronmorris/plyball/commit/e96775b1635471aae53fa755c95d01fa6edc002e))

* Delete scrape_statcast.py ([`79dd7aa`](https://github.com/waaronmorris/plyball/commit/79dd7aae029a548caaa886b2b0c66da58291c205))

* Rename league_batting_stats.py to pybaseball/league_batting_stats.py ([`de3298b`](https://github.com/waaronmorris/plyball/commit/de3298b3b3e19e4186b9fc2739bb9393f9284f2f))

* Delete league_batting_stats.py ([`44d9244`](https://github.com/waaronmorris/plyball/commit/44d92440b40318bf231a6222e4aacc32eb4e0f91))

* oops, forgot to add batting stats to the last commit ([`82c3e61`](https://github.com/waaronmorris/plyball/commit/82c3e61b1089a1a6050ff35d83f3ba48bb59a1ae))

* all full-season functionality to player-stat retrieval functions ([`54ed346`](https://github.com/waaronmorris/plyball/commit/54ed346a85211c31cc89e67e8c0ed2c16eaa6882))

* Add code for pulling pitcher stats for specified date range ([`cc3b29a`](https://github.com/waaronmorris/plyball/commit/cc3b29aaa2c0ffa3cde6b901bf4bdf3ce3fb4345))

* Add initial code for getting batting stats over a specified timeframe ([`44b6b0f`](https://github.com/waaronmorris/plyball/commit/44b6b0ff5efc6d9fcda4f886640663b68e7d6c14))

* Returns pandas dataframes now ([`48630c0`](https://github.com/waaronmorris/plyball/commit/48630c0c870567656f6c280cb968a76f635f55b8))

* Add initial code for scraping standings data ([`7fbfca4`](https://github.com/waaronmorris/plyball/commit/7fbfca47b2b435a0aa4df8d39699831f752f351d))

* small changes. nothing to see here. ([`8109a3a`](https://github.com/waaronmorris/plyball/commit/8109a3a09eaa8fbaacbdb439176791cbcfe29f48))

* Make statcast code importable ([`619cfb1`](https://github.com/waaronmorris/plyball/commit/619cfb132512c4548c93d11192f23a49ed6f2e4a))

* add setup ([`0004c17`](https://github.com/waaronmorris/plyball/commit/0004c17e39ee2e05840d58423dc3bfeb9679adcd))

* Move function into pybaseball folder ([`53999f7`](https://github.com/waaronmorris/plyball/commit/53999f7e385ac2f6b72433c68e81b4f21aa90524))

* initial statcast scrape ([`7842368`](https://github.com/waaronmorris/plyball/commit/784236855ff4442defdd10ceb030ddd05fc9c3cc))

* Initial commit ([`5be31e3`](https://github.com/waaronmorris/plyball/commit/5be31e323a8633fc90df28f1174bf5b98e281406))

0.8.3

Unknown

* fix projections ([`2dd2347`](https://github.com/waaronmorris/plyball/commit/2dd2347c03dcf8144b0e6eff17884382a4523697))

0.8.2

Unknown

* Merge pull request 8 from waaronmorris/develop

fixing projections error ([`748dcf3`](https://github.com/waaronmorris/plyball/commit/748dcf3a2f0ca4e2c8710874f0b724407b0c8b62))

0.8.1

Unknown

* fixing projections error ([`63c661f`](https://github.com/waaronmorris/plyball/commit/63c661f669fbe9618cdac0fa3f01156e44fccb69))

0.8.0

Unknown

* Merge pull request 7 from waaronmorris/develop

add projections ([`35285cc`](https://github.com/waaronmorris/plyball/commit/35285cc5ef01b31ebdfa76c4535ee79372c6cb38))

* add projections ([`da8d3a8`](https://github.com/waaronmorris/plyball/commit/da8d3a8034cdec9acc2326f43689d840dc97a06e))

0.7.3

Unknown

* Merge pull request 6 from waaronmorris/develop

Adjusting Logging Information ([`5d2a3e6`](https://github.com/waaronmorris/plyball/commit/5d2a3e6139f38415c55018ad9b3ee696b56a8811))

* Adjusting Logging Information ([`dd8290c`](https://github.com/waaronmorris/plyball/commit/dd8290c1e1be34782161c8730efae78e78bba4d3))

* Merge pull request 5 from waaronmorris/develop

Develop ([`f51c57c`](https://github.com/waaronmorris/plyball/commit/f51c57c4b0651a9586e9312a8f3ac23eec68168d))

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.