Skip to content

Releases: replicate/replicate-python

0.9.0

19 Jul 10:40
ea0fe2c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.4...0.9.0

0.8.4

04 Jul 13:58
63318fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.3...0.8.4

0.8.3

23 May 09:25
4d4a6dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.2...0.8.3

0.8.2

19 May 22:47
a7c7c5d
Compare
Choose a tag to compare

What's Changed

  • Fix typo in README by @cbh123 in #93
  • Update README.md to include colab link by @cbh123 in #97
  • Update release workflow to build source and binary distributions by @mattt in #95
  • Adopt <product>/<version> convention for User-Agent header by @mattt in #100
  • Don't persist or send cookies to Replicate API by @nickstenning in #102

New Contributors

Full Changelog: 0.8.1...0.8.2

0.8.1

19 May 22:45
48d0e3c
Compare
Choose a tag to compare

What's Changed

  • Run GitHub Actions workflows using ubuntu-latest by @mattt in #89
  • Fix Pydantic validation errors for Training responses by @mattt in #90

Full Changelog: 0.8.0...0.8.1

0.8.0

12 Apr 11:49
2adb6bb
Compare
Choose a tag to compare

What's Changed

  • Update Python version requirements by @mattt in #83
  • Modernize Python package infrastructure by @mattt in #84
  • Lint Python sources with ruff by @mattt in #85
  • Type check Python source code with ruff and mypy by @mattt in #87
  • Add support for trainings.list endpoint by @mattt in #88

Full Changelog: 0.7.0...0.8.0

0.7.0

12 Apr 10:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.7.0

0.6.1

12 Apr 10:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

26 Mar 01:28
Compare
Choose a tag to compare

Add replicate.run().

0.5.1

03 Mar 18:49
58d881c
Compare
Choose a tag to compare

Adds timing to Prediction objects.