Skip to content

2.4.0

Compare
Choose a tag to compare
@HydroRobot HydroRobot released this 14 Oct 09:42
· 622 commits to master since this release

Release 2.4.0

Breaking Changes 🚨

  • hydrosdk methods named list_all renamed to list

Major Features and Improvements πŸš€

  • Released Deployment Configurations - support for specifying your k8s settings for models inside Applications.
  • Introduced garbage collector for Metrics servables associated with Application without servables
  • Monitoring Batch Size is now configurable
  • Data Drift now makes a feature-wise analysis of interaction between inputs and outputs
  • Data Visualization now plots a training density plot
  • hydrosdk can now upload training data
  • Python runtimes starting from 2.3.2 convert TensorProto into Numpy by default

Bug Fixes and Other Changes 🐞

  • Improved Helm charts readability
  • Improved Data Drift and Visualization UI
  • Fixed bug when Gateway couldn't match shapes for signatures with -1 dimensions.