Skip to content

Commit

Permalink
Release 1.2 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsforbes authored Mar 23, 2023
1 parent db27287 commit 555d5a4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,35 @@

# Version History

## v1.2.0

Date: 2023-03-23

### Added

- Python: Support for 3.11 #331

- New Endpoint:
- [PlayerIndex](src/nba_api/stats/endpoints/playerindex.py) via #326 - @shufinskiy
- Jupyter Notebooks (Binary Classification - Home Team Win-Loss Modeling #329 - @TheResearchLab
- [Home Team Win-Loss: Data Prep](https://github.com/swar/nba_api/blob/master/docs/examples/Home%20Team%20Win-Loss%20Modeling/Home%20Team%20Win-Loss%20Data%20Prep.ipynb)
- [Home Team Win-Loss: Modeling](https://github.com/swar/nba_api/blob/master/docs/examples/Home%20Team%20Win-Loss%20Modeling/Home%20Team%20Win-Loss%20Modeling.ipynb)
- Player Static Data: Updated as of 2023.03.23 #322

### Changed

- Removed Python max version release dependency to allow for all go-forward versions. Bugs with later Python versions can be addressed as needed. #331

### Fixed

- Documentation: corrected parameter order on commonteamroster.md [PR#317](https://github.com/swar/nba_api/pull/317) - @JohannPally
- Corrected Hawks home state from Atlanta to Georgia #332
- Bug #327: Corrected a missing comma in `src/nba_api/stats/endpoints/__init__.py` #333

### Developer Tools

- Resolved CircleCI build where Poetry and CircleCI Docker images conflicted in how output is managed. #331

## v1.1.14

Date: 2022-11-16
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "nba_api"
version = "1.1.14"
version = "1.2"
description = "An API Client package to access the APIs for NBA.com"
license = "MIT"
authors = [
Expand Down

0 comments on commit 555d5a4

Please sign in to comment.