Skip to content

Releases: replicate/replicate-python

0.26.0

14 May 17:29
d8d6a4e
Compare
Choose a tag to compare

What's Changed

  • Support predictions.create with model, version, or deployment parameters by @mattt in #290
  • Use Bearer authorization scheme by @mattt in #295
  • Update readme to llama 3 by @bfirsh in #292

Full Changelog: 0.25.2...0.26.0

0.25.2

19 Apr 21:49
16c1520
Compare
Choose a tag to compare

What's Changed

  • Include stream=True in prediction stream snippet by @nateraw in #279
  • Fix initialization of stream decoder by @mattt in #288

Full Changelog: 0.25.1...0.25.2

0.25.1

21 Mar 10:44
1066584
Compare
Choose a tag to compare

What's Changed

  • Fix Deployment model definition by @mattt in #271
  • Improve ergonomics of streaming predictions by @mattt in #269

Full Changelog: 0.25.0...0.25.1

0.25.0

19 Mar 11:05
0448869
Compare
Choose a tag to compare

What's Changed

  • Update README to provide instructions for base64-encoding image inputs by @GothReigen in #244
  • Clarify model identifier in README by @aron in #249
  • Remove call to removeprefix to fix python 3.8 by @nateraw in #253
  • now with accurate pydantic version by @daanelson in #257
  • Improve client HTTP errors by @mattt in #263
  • Update project for ruff 0.3.3 by @mattt in #266
  • Add support for deployments endpoints by @mattt in #258
  • Fix linter warnings in exceptions.py by @mattt in #267
  • Apply custom headers passed to client constructor by @mattt in #268

New Contributors

Full Changelog: 0.24.0...0.25.0

0.24.0

19 Feb 01:30
2f4f180
Compare
Choose a tag to compare

What's Changed

  • Document fine-tuning and clean up trainings API by @mattt in #240
  • Add support for accounts.current endpoint by @mattt in #221
  • Implement models.versions.delete endpoint by @mattt in #234

Full Changelog: 0.23.1...0.24.0

0.23.1

27 Jan 20:29
e2d78f4
Compare
Choose a tag to compare

What's Changed

  • Update async_run to use async output iterator by @mattt in #230

Full Changelog: 0.23.0...0.23.1

0.23.0

23 Jan 02:44
a3784c4
Compare
Choose a tag to compare

What's Changed

  • Add async_wait method to Prediction class by @nurikk in #225
  • Fix blocking behavior of async_run by @nurikk in #225
  • Fix docstring for ModelVersionIdentifier by @mattt in #216
  • Update README example from version.predict by @GothReigen in #223

New Contributors

Full Changelog: 0.22.0...0.23.0

0.22.0

08 Dec 21:32
2b7e88f
Compare
Choose a tag to compare

What's Changed

  • Add stream method on Prediction by @mattt in #215

Full Changelog: 0.21.1...0.22.0

0.21.1

04 Dec 17:53
6ad79b4
Compare
Choose a tag to compare

What's Changed

  • Replace Mypy with Pyright by @mattt in #206
  • Add support for models.predictions.create endpoint by @mattt in #207
  • Add type annotation to Prediction and Training status fields by @mattt in #209
  • Allow run and stream methods to take model arguments, when supported by @mattt in #210
  • Fix stream functionality by @mattt in #214

Full Changelog: 0.21.0...0.21.1

0.21.0

27 Nov 12:12
7926e2b
Compare
Choose a tag to compare

What's Changed

  • Add stream and async_stream methods to client by @mattt in #204

Full Changelog: 0.20.0...0.21.0