Skip to content

Releases: replicate/cog

v0.13.2

14 Nov 21:37
v0.13.2
d714a70

Choose a tag to compare

Changelog

  • d714a70 Add ability to wait for an environment (#1957)
  • 465afe1 Add environment variable backed properties to config (#2051)
  • c02a2b3 Add integration test for multiprocessing usage (#2046)

v0.13.1

13 Nov 16:53
v0.13.1
23aac48

Choose a tag to compare

Changelog

v0.13.0

05 Nov 18:16
v0.13.0
4de7f61

Choose a tag to compare

Changelog

v0.12.1

05 Nov 17:59
v0.12.1
94b71b8

Choose a tag to compare

Changelog

v0.12.0

30 Oct 18:06
v0.12.0
eb04c7b

Choose a tag to compare

Changelog

  • 5e2218f Add Setup Logging (#2018)
  • 5c1908f Add integration tests around stream redirection (#2027)
  • 2781f5c Add local ignore for integration test fixture outputs (#2039)
  • a5759db Downgrade typing-extensions to fix conflict with spacy and pydantic (#2033)
  • f8e3461 Drop python 3.7 from test matrix (#2028)
  • 7a9d694 Manually patch CuDNN in cuda base images index (#2036)
  • 5eb31ff Support async predictors (✨ again ✨) (#2025)
  • eb04c7b Update section in CONTRIBUTING about release tags (#2038)

v0.11.6

25 Oct 18:18
v0.11.6
8333a83

Choose a tag to compare

Changelog

This reverts a change introduced in v0.11.4 to begin supporting async predict functions. The changes to how output redirection is handled broke a subset of models that started subprocesses during setup which then used stdout and/or stderr at predict time.

v0.11.5

23 Oct 21:45
v0.11.5
a8e138f

Choose a tag to compare

Changelog

v0.11.4

23 Oct 16:19
v0.11.4
a86adcd

Choose a tag to compare

Changelog

v0.10.0-alpha25

21 Oct 13:47
426b112

Choose a tag to compare

v0.10.0-alpha25 Pre-release
Pre-release

Changelog

  • 426b112 Provide User-Agent and Accept headers in URLFile requests (#2011)

v0.11.3

18 Oct 23:38
v0.11.3

Choose a tag to compare

What's Changed

  • Explain NAME_UNKNOWN error on failed cog push by @mattt in #1844
  • Fix cog not installing itself over present installation by @8W9aG in #2001

This release fixes a bug in the last few releases of cog (that we mistakenly thought we'd fixed in 0.9.25) which resulted in a broken version of cog built into the images output by cog build.

Full Changelog: v0.11.1...v0.11.3