Skip to content

Releases: RubixML/Server

0.2.0-beta

18 Oct 09:44

Choose a tag to compare

0.2.0-beta Pre-release
Pre-release
  • Update to Rubix ML 0.2.0
  • RPC client now has exponential backoff mechanism
  • Fixed JSON serialization of Estimator and Data types
  • Rename Rank and RankSample to Score and ScoreSample
  • Move Verbose interface to Server
  • Abstracted Router and Command Bus instantiation
  • Implemented Trusted Clients HTTP middleware

0.0.3-beta

12 Jul 06:01

Choose a tag to compare

0.0.3-beta Pre-release
Pre-release
Additional code style rules

0.0.2-beta

29 Jan 04:23

Choose a tag to compare

0.0.2-beta Pre-release
Pre-release
  • Changed name of Binary serializer to Igbinary
  • Renamed server status requests per minute key

0.0.1-beta

17 Nov 01:24

Choose a tag to compare

0.0.1-beta Pre-release
Pre-release
  • Added REST and RPC Servers
  • Added RPC client with retry and backoff failover
  • Implemented Command Bus
  • Implemented messaging framework
  • Added Shared Token Authenticator HTTP middleware
  • Added REST and RPC controllers
  • Added predict single sample command
  • Added predict probabilities of a single sample
  • Added rank single sample command
  • Added Verbose interface for chatty servers