Skip to content

Function 0.0.9

Compare
Choose a tag to compare
@olokobayusuf olokobayusuf released this 30 May 17:49
· 143 commits to main since this release
  • Added EnvironmentVariable class for managing predictor environment variables.
  • Added fxn env CLI command for managing predictor environment variables.
  • Added Function magics to customize how predictors are provisioned. Use %load_ext fxn.magic in your predictor notebook.
  • Fixed Prediction.create raising exception when the prediction resulted in an error.
  • Moved fxn predictors CLI commands to top-level. You can now use commands like fxn create directly.