Skip to content

Commit

Permalink
Merge pull request #119 from runpod/changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
justinmerrell authored Aug 30, 2023
2 parents 9fcf1e1 + ceed47c commit 836a43d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@
### Added

- Command Line Interface (CLI)
- Can generate a credentials file from the CLI to store your API key.
- `get_gpu` now supports `gpu_quantity` as a parameter.

### Changes

- Minimized the use of pytests in favor of unittests.
- Re-named `api_wrapper` to `api` for consistency.
- `aiohttp_retry` packaged replaced `rp_retry.py` implementation.

### Fixed

- Serverless bug that would not remove task if it failed to submit the results.
- Added missing `get_pod`
- Remove extra print statement when making API calls.

0 comments on commit 836a43d

Please sign in to comment.