We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fcf1e1 + ceed47c commit 836a43dCopy full SHA for 836a43d
CHANGELOG.md
@@ -5,7 +5,17 @@
5
### Added
6
7
- Command Line Interface (CLI)
8
+- Can generate a credentials file from the CLI to store your API key.
9
+- `get_gpu` now supports `gpu_quantity` as a parameter.
10
+
11
+### Changes
12
13
+- Minimized the use of pytests in favor of unittests.
14
+- Re-named `api_wrapper` to `api` for consistency.
15
+- `aiohttp_retry` packaged replaced `rp_retry.py` implementation.
16
17
### Fixed
18
19
- Serverless bug that would not remove task if it failed to submit the results.
20
+- Added missing `get_pod`
21
+- Remove extra print statement when making API calls.
0 commit comments