Skip to content

Releases: replicate/cog

v0.9.24

25 Sep 10:02
45d7d2d
Compare
Choose a tag to compare

This release includes a fix for a bug present in v0.9.21 and v0.9.23.

The bug affected models that ran subprocesses, and could cause those subprocesses to fail with a broken pipe. The fix is in #1969.

Changelog

v0.9.23

13 Sep 10:20
6da017c
Compare
Choose a tag to compare

Important

This release includes changes from the previous tag, v0.9.22, which doesn't have a corresponding release.

What's Changed

New Contributors

Full Changelog: v0.9.21...v0.9.23

Changelog

  • 6da017c Pin goreleaser to v2.2.0 to avoid pulling in go 1.23 (#1953)

v0.9.21

10 Sep 19:47
0125bd6
Compare
Choose a tag to compare

Changelog

v0.9.20

20 Aug 14:55
v0.9.20
Compare
Choose a tag to compare

Changelog

  • 62f6d41 Add Python 3.7 back to supported versions
  • 8dcd976 Add pytest-timeout and configure a 10s test timeout
  • 6028963 Fallback to regular if cog base image can't be determined and flag is not explicitly set (#1872)
  • 07cd53b Handle CUDA version modifiers on torch (#1876)
  • 44fb829 Publish on tag push rather than release
  • 2afc58e Support Literal in Python 3.7
  • 4ebed53 Support removing input files in Python 3.7
  • d3a9c17 Use tox to run Python tests

v0.9.19

14 Aug 14:22
v0.9.19
2726dc7
Compare
Choose a tag to compare

Changelog

  • b6c852a Allow manual trigger for PyPI release
  • f85ec07 Bind optional Futures at init
  • 2726dc7 Clarify conditions for public release job
  • 6d7580d Merge create_predict_task into PredictTask.__init__
  • a1213bc Only send the "start" webhook when we start tracking a prediction

v0.9.18

14 Aug 13:49
v0.9.18
40b6190
Compare
Choose a tag to compare

Changelog

  • 40b6190 Fix goreleaser archive format

v0.9.16

13 Aug 09:40
v0.9.16
2a5d776
Compare
Choose a tag to compare

Changelog

  • cf547dd Bump github.com/getkin/kin-openapi from 0.126.0 to 0.127.0 (#1850)
  • 2a5d776 Bump goreleaser/goreleaser-action from 4 to 6 (#1766)
  • 4cbd8ce Bump pyright to 1.1.375
  • 66e4f87 Check release tag (#1859)
  • 0b48c8f Fix a multithreading bug related to numpy import
  • 01f9b56 Fix async prediction tests
  • 1463d77 Fix stream_redirector_race_condition test
  • 501d3ec Ignore git files everywhere in .dockerignore (#1861)
  • c889973 Make Worker interface non-blocking
  • fee960f Set ruff's src config option
  • e4f0efd Simplify PredictionRunner

v0.9.15

12 Aug 19:37
4efdcf3
Compare
Choose a tag to compare

What's Changed

  • Extract release process into separate workflow by @mattt in #1839
  • Update README with working combination of Python and Torch by @mattt in #1846
  • Revert "Ping the docker daemon to check if it is up (#1838)" by @8W9aG in #1852

Full Changelog: v0.9.14...v0.9.15

v0.10.0-alpha21

02 Aug 19:10
0976a05
Compare
Choose a tag to compare
v0.10.0-alpha21 Pre-release
Pre-release

What's Changed

  • move runner terminate into runner shutdown after waiting for predictions to ocmplete @technillogue in #1843

Full Changelog: v0.10.0-alpha20...v0.10.0-alpha21

v0.9.14

31 Jul 13:04
592f768
Compare
Choose a tag to compare

What's Changed

  • Make install docker friendly by @8W9aG in #1830
  • Resolve or ignore Ruff and Pylint warnings by @mattt in #1825
  • Fix cog base layer hash by @8W9aG in #1833
  • Print field in the validator error by @8W9aG in #1836
  • Bump github.com/docker/cli from 27.1.0+incompatible to 27.1.1+incompatible by @dependabot in #1835
  • Ping the docker daemon to check if it is up by @8W9aG in #1838
  • Fix Pyright reportUnnecessaryComparison warning by @mattt in #1824
  • Bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 by @dependabot in #1816
  • Bump github.com/docker/cli from 27.0.3+incompatible to 27.1.0+incompatible by @dependabot in #1818
  • Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.1+incompatible by @dependabot in #1832

New Contributors

Full Changelog: v0.9.13...v0.9.14