Skip to content

Releases: replicate/cog

v0.13.0

05 Nov 18:16
v0.13.0
4de7f61
Compare
Choose a tag to compare

Changelog

v0.12.1

05 Nov 17:59
v0.12.1
94b71b8
Compare
Choose a tag to compare

Changelog

v0.12.0

30 Oct 18:06
v0.12.0
eb04c7b
Compare
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
Compare
Choose a tag to compare

Changelog

This reverts a change introduced in v0.11.5 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
Compare
Choose a tag to compare

Changelog

v0.11.4

23 Oct 16:19
v0.11.4
a86adcd
Compare
Choose a tag to compare

Changelog

v0.10.0-alpha25

21 Oct 13:47
426b112
Compare
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
Compare
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

v0.10.0-alpha24

18 Oct 13:09
9cb5f35
Compare
Choose a tag to compare
v0.10.0-alpha24 Pre-release
Pre-release

Changelog

  • a60d151 Add .envrc for asdf
  • 2dcdf64 Add dotenv_if_exists to .envrc
  • 12d5a4c Add support for image/webp to mimetypes package (#2002)
  • 9cb5f35 Propagate the name attribute of URLFile across serializers (#2000)
  • b710b33 direnv: use layout python to automatically use venv (#1970)

v0.10.0-alpha23

17 Oct 10:44
3805e2e
Compare
Choose a tag to compare
v0.10.0-alpha23 Pre-release
Pre-release

Changelog

  • 3805e2e Support custom filename to be provided to URLFile (#1997)