Skip to content

Tags: runpod/runpod-python

Tags

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
chore(main): release 1.11.0 (#539)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dean Qui帽anola <deanq@users.noreply.github.com>

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
chore(main): release 1.10.1 (#520)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
chore(main): release 1.10.0 (#509)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
chore(main): release 1.9.1 (#496)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
chore(main): release 1.9.0 (#489)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
chore(main): release 1.8.2 (#485)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
chore(main): release 1.8.1 (#469)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
chore(main): release 1.8.0 (#446)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.7.13

Toggle v1.7.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
chore(main): release 1.7.13 (#444)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

1.7.12

Toggle 1.7.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
fix: multiprocess broke local development (#430)

* restored worker_state.py to pre-multiprocess

* refactor: JobsProgress persists from pickled file .runpod_jobs.pkl

* fix: added and updated tests for pkl-persisted JobsProgress

* feat: worker simulation to rehearse how jobs scheduling + heartbeat perform