Releases: replicate/cog
Releases · replicate/cog
v0.13.0
v0.12.1
v0.12.0
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 withspacy
andpydantic
(#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
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
v0.11.4
Changelog
- b62fd84 Bump goreleaser now we're on 1.23
- de93023 Fix no COG_WHEEL in Make (#2012)
- 6190a84 Include all documentation in table of contents
- 4230d4a Set up Go for lint task
- a86adcd Support async predictors (#2010)
- 176e123 Support more cases in code_xforms (#1996)
- 0d38e9a Upgrade golangci-lint and address new warnings...
- 2c32102 Upgrade to Go 1.23
- 2f139d2 fix typo
- c08cc90 fix typos
- 3c9b06b fix typos
- 72d7d50 update .all-contributorsrc [skip ci]
- 88a56e8 update README.md [skip ci]
v0.10.0-alpha25
v0.11.3
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