Skip to content

Commit

Permalink
Updates to Changelog.md for v1.1.14 (#313)
Browse files Browse the repository at this point in the history
* Add .deepsource.toml

* changelog.md for v1.1.4

Co-authored-by: DeepSource Bot <[email protected]>
  • Loading branch information
rsforbes and deepsourcebot authored Nov 16, 2022
1 parent 0c7609f commit a5d90f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version = 1

[[analyzers]]
name = "python"
enabled = true

[analyzers.meta]
runtime_version = "3.x.x"
7 changes: 5 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@

## v1.1.14

Date: 2022-10-16
Date: 2022-11-16

### Fixed

- Fixed a team turnover regular expression when working with PlayByPlay data.
- Endpoints
- Fixed [PlayerGameLogs](https://github.com/FarhanSajid1/nba_api/blob/master/src/nba_api/stats/endpoints/playergamelogs.py) parameter OppTeamID --> OpponentTeamID ([#311](https://github.com/swar/nba_api/pull/311) - [FarhanSajid1](https://github.com/FarhanSajid1)

### Added

Expand All @@ -46,6 +48,7 @@ Date: 2022-10-16
- [NULL Pointer Dereference](https://security.snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964)
- [Buffer Overflow](https://security.snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966)
- [Denial of Service (DOS)](https://security.snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970)
- Integrated [DeepSource](https://deepsource.io/) for code security scanning

## v1.1.13

Expand All @@ -67,7 +70,7 @@ Date: 2022-10-11

- 2022-10-08 [Player Data]([https://github.com/swar/nba_api/blob/master/nba_api/stats/library/data.py](https://github.com/swar/nba_api/blob/master/src/nba_api/stats/library/data.py))
- Endpoints
- [VideoEventsAsset](https://github.com/prateekjaipuria/nba_api/blob/master/nba_api/stats/endpoints/videoeventsasset.py) ([#259](https://github.com/swar/nba_api/pull/259) - [prateekjaipuria](https://github.com/prateekjaipuria))
- [VideoEventsAsset](https://github.com/swar/nba_api/blob/master/src/nba_api/stats/endpoints/videoeventsasset.py) ([#259](https://github.com/swar/nba_api/pull/259) - [prateekjaipuria](https://github.com/prateekjaipuria))
- [`CONTRIBUTING.MD`](https://github.com/swar/nba_api/blob/master/CONTRIBUTING.md)
- [`CHANGELOG.MD`](https://github.com/swar/nba_api/blob/master/CHANGELOG.md)
- GitHub issue template for bugs
Expand Down

0 comments on commit a5d90f5

Please sign in to comment.