Skip to content

Releases: caikit/caikit

v0.28.1 - Update CI for 3.12

02 Jul 17:01
86bc97b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.28.1

v0.28.0 - Update dependency pinning (numpy>2, protobuf>4)

26 Jun 16:03
397b0a7
Compare
Choose a tag to compare

What's Changed

  • ⚗️ use tox-uv for builds by @joerunde in #770 (REVERTED below)
  • RaiseNumpyUpperBound: Raise the upper bound on numpy to allow 2.X by @gabe-l-hart in #769

⚠️ This version disables support for protobuf<4

Full Changelog: v0.27.7...v0.28.0

v0.27.7 - Local model trainer bug fix

20 Sep 17:24
ce3fa2c
Compare
Choose a tag to compare

What's Changed

  • Fix bug in job predictor when model_path is folder by @HonakerM in #768

Full Changelog: v0.27.6...v0.27.7

v0.27.6 - ModelTrainerBase regression fix

11 Sep 14:16
84bb257
Compare
Choose a tag to compare

What's Changed

NOTE: This release fixes an accidental API breaking change between v0.26 and v0.27.0 where the save_path attribute was removed from ModelTrainerFutureBase.

Full Changelog: v0.27.5...v0.27.6

v0.27.5 - GRPC concurrency limit option

10 Sep 20:52
bb5cf3f
Compare
Choose a tag to compare

What's Changed

  • Expose GRPC Concurrency Option and Update Retry by @HonakerM in #765

Full Changelog: v0.27.4...v0.27.5

v0.27.4 - Module Loaded Fix

05 Sep 19:32
d72d5bd
Compare
Choose a tag to compare

What's Changed

  • Fix Failed Loaded Modules being considered Ready by @HonakerM in #763

Full Changelog: v0.27.3...v0.27.4

v0.27.3 - Chunker type import

05 Sep 18:10
dedb14a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.2...v0.27.3

v0.27.2 - Chunker types

04 Sep 23:01
d0551af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.1...v0.27.2

v0.27.1 - Max remote connection age

28 Aug 13:04
5124636
Compare
Choose a tag to compare

What's Changed

  • Add support for setting a maximum session age in RemoteModuleBase by @HonakerM in #761

Full Changelog: v0.27.0...v0.27.1

v0.27.0 - Prediction Jobs

26 Aug 18:37
bd6e8a8
Compare
Choose a tag to compare

What's Changed

API BREAKING CHANGE

This release introduces a major new feature: background management for long-running prediction jobs!

This feature comes with a small API breaking change around the name of the message used in TrainingStatusResponse.state from TrainingStatus to JobStatus (see PR discussion here and here for explanation). This will not effect service-based interactions in either grpc or http, but it will potentially effect python usage when looking up messages by name (DataBase.get_class_for_name), so this is considered an API breaking change for that use case.

Full Changelog: v0.26.40...v0.27.0