Skip to content

Releases: replicate/replicate-python

0.19.0

16 Nov 14:10
45e3020
Compare
Choose a tag to compare

What's Changed

  • Test that stream key is sent when creating a prediction on a deployment by @mattt in #200
  • Add model field to Prediction and Training classes by @mattt in #199

Full Changelog: 0.18.1...0.19.0

0.18.1

09 Nov 17:39
db4c127
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.0...0.18.1

0.18.0

09 Nov 11:04
2a5a6af
Compare
Choose a tag to compare

Important

This release was yanked due to a bug for projects using Pydantic 1.x. See #196 for details.

What's Changed

Full Changelog: 0.17.0...0.18.0

0.17.0

07 Nov 14:45
b6a3dff
Compare
Choose a tag to compare

What's Changed

  • Add support for paginated results in list methods by @mattt in #189
  • Add support for collections.list endpoint by @mattt in #190
  • document webhooks by @zeke in #187
  • Rename BaseModel and Collection to Resource and Namespace by @mattt in #188

Full Changelog: 0.16.0...0.17.0

0.16.0

06 Nov 12:00
0e477fd
Compare
Choose a tag to compare

What's Changed

  • Add support for models.create and hardware.list endpoints by @mattt in #184

Full Changelog: 0.15.8...0.16.0

0.15.8

05 Nov 13:08
988ec27
Compare
Choose a tag to compare

What's Changed

  • Refactor Collection superclass by @mattt in #186

Full Changelog: 0.15.7...0.15.8

0.15.7

02 Nov 17:03
64c41c1
Compare
Choose a tag to compare

Note

This release fixes the bug that prompted 0.15.6 to be yanked.

What's Changed since 0.15.5

  • Configure pylint and fix linter violations by @mattt in #179
  • Fix signature of create methods by @mattt in #181
  • Specify setuptools packages explicitly by @mattt in #183

Full Changelog: 0.15.5...0.15.7

0.15.6

02 Nov 13:49
e7b3f9f
Compare
Choose a tag to compare

Warning

This release was yanked due to a bug. See #182 for details. https://pypi.org/project/replicate/0.15.6/

Important

0.15.6 was retagged from ce629e9 after publishing to PyPI failed due to #94 not working as intended. The tag now points to e7b3f9f, which reverts the squashed commit of #94.

What's Changed

  • Configure pylint and fix linter violations by @mattt in #179
  • Fix signature of create methods by @mattt in #181

Full Changelog: 0.15.5...0.15.6

0.15.5

29 Oct 11:32
153c4fe
Compare
Choose a tag to compare

What's Changed

  • Replace black with ruff format by @mattt in #177
  • Fix streaming parameter encoding in prediction creation requests by @mattt in #178

Full Changelog: 0.15.4...0.15.5

0.15.4

09 Oct 11:43
cc1c767
Compare
Choose a tag to compare

What's Changed

  • Lazily instantiate underlying client by @mattt in #170

Full Changelog: 0.15.3...0.15.4