Releases: runpod/runpod-python
Releases · runpod/runpod-python
1.3.5
Fixed
- Robust
get_job
error handling project.toml
now includes required dependencies
What's Changed
- Update pyproject.toml by @justinmerrell in #228
- Job take bug by @justinmerrell in #230
- Align sdk skeleton by @DireLines in #227
- Job take bug by @justinmerrell in #231
- Update CHANGELOG.md by @justinmerrell in #232
Full Changelog: 1.3.4...1.3.5
1.3.4
Changed
- Logs are now JSON formatted
- Exposed logging
job_id
nowrequest_id
Added
get_endpoints
exposed to return all endpoints for a given user
What's Changed
- 217 cant import when running on a read only filesystem by @justinmerrell in #218
- feat: redeploy logic, separation between dev/prod by @DireLines in #219
- Enhanced deploy by @justinmerrell in #220
- Json logs by @justinmerrell in #221
- Update CHANGELOG.md by @justinmerrell in #222
Full Changelog: 1.3.3...1.3.4
1.3.3
Added
- Method of creating logs with job id.
Fixed
- Reduced polling when checking for job completion.
- Removed print statements for endpoint calls.
- Serverless progress updates no longer restricted to only strings.
Changed
- Removed
pillow
dependency. - Removed
python-dotenv
dependency. - Removed
setuptools_scm
from required dependencies.
What's Changed
- Fix progress allowance by @justinmerrell in #211
- Drop pillow by @justinmerrell in #212
- Cli devex cleanup by @justinmerrell in #214
- Json logging by @justinmerrell in #215
- Sdk examples by @justinmerrell in #216
Full Changelog: 1.3.2...1.3.3
1.3.2
Changed
- Removed
setup.cfg
and moved all configuration tosetup.py
- [BETA] Clean exit CLI when ctl+c is pressed.
What's Changed
- fix: debounce rsync to handle many file changes at once by @DireLines in #195
- Rsync fix by @justinmerrell in #196
- Cuda fix by @justinmerrell in #197
- Start only by @justinmerrell in #198
- Mini fixes by @justinmerrell in #199
- fix: hot reload changes to .runpodignore by @DireLines in #200
- Feedback changes by @justinmerrell in #201
- Fix version by @justinmerrell in #202
- Update init.py by @justinmerrell in #203
- Clean break by @justinmerrell in #204
- Update CI-e2e.yml by @justinmerrell in #205
- Cli docs by @justinmerrell in #206
- Update CI-e2e.yml by @justinmerrell in #207
Full Changelog: 1.3.1...1.3.2
1.3.1
Added
test_output
can be passed in as an arg to compare the results oftest_input
- Generator/Streaming handlers supported with local testing
- [BETA] CLI DevEx functionality to create development projects.
What's Changed
- updating branch by @justinmerrell in #124
- Update DevEx branch by @justinmerrell in #131
- update DevEx branch by @justinmerrell in #133
- Update branch by @justinmerrell in #149
- update devex branch by @justinmerrell in #164
- feat: hot reload python deps by @DireLines in #167
- feat: try multiple gpu types in order by @DireLines in #177
- update dev branch by @justinmerrell in #179
- Polish by @justinmerrell in #180
- update devex by @justinmerrell in #182
- Merging CLI DevEx Functionality by @justinmerrell in #183
- Cli stream fix by @justinmerrell in #184
- feat: match template structure by @justinmerrell in #185
- Release prep by @justinmerrell in #186
- Update vhs.yml by @justinmerrell in #187
- 1.3.1 changelog by @justinmerrell in #188
- Fix stdout srderr by @justinmerrell in #189
- build(deps): bump charmbracelet/vhs-action from 1 to 2 by @dependabot in #190
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #191
- feat: dropdown of user's network volumes by @DireLines in #192
- Network volume dropdown by @DireLines in #193
- 1.3.1 prep by @justinmerrell in #194
New Contributors
- @DireLines made their first contribution in #167
Full Changelog: 1.3.0...1.3.1
1.3.0
Changes
- Backwards compatibility with Python >= 3.8
- Consolidated install dependencies to
requirements.txt
Fixed
- Corrected helper link for rp_uploads, closes issue #169
What's Changed
- Update CHANGELOG.md by @justinmerrell in #162
- Bump setuptools-scm from 8.0.3 to 8.0.4 by @dependabot in #163
- Compatibility by @justinmerrell in #166
- 3.9 backwards compatibility by @justinmerrell in #172
- 169 worker utilsmd document doesnt exist by @justinmerrell in #173
- 3.8 backwards compatibility by @justinmerrell in #174
- Update release notes by @justinmerrell in #175
Full Changelog: 1.2.6...1.3.0
1.2.6
Changes
- Force
urllib3
logging toWARNING
level to avoid spamming the console if the global logging level is set toDEBUG
.
What's Changed
- Added code to handle non-image uploads in runpod.serverless.utils.rp_upload.files(...) by @MartinKlefas in #160
- feat: force urllib3 logging level by @justinmerrell in #161
Full Changelog: 1.2.5...1.2.6
1.2.5
What's Changed
- Ignore template by @justinmerrell in #157
- Ignore template by @justinmerrell in #156
- Fix double job by @justinmerrell in #158
- Update CHANGELOG.md by @justinmerrell in #159
Full Changelog: 1.2.4...1.2.5
1.2.4
1.2.3
Bug Fix
- Job outputs that were not dictionaries, bool, or str were swallowed by the serverless worker. This has been fixed.
What's Changed
- Output patch by @justinmerrell in #153
Full Changelog: 1.2.2...1.2.3