Skip to content

Releases: fxnai/fxn

Function 0.0.10

04 Jun 23:21
Compare
Choose a tag to compare
  • Added Feature.from_value class method for creating Feature instances from plain Python values.
  • Added Feature.to_value method for converting a Feature instance to a plain Python value.
  • Added Predictor.list class method for listing a user's predictors.
  • Added fxn list CLI command for listing a user's predictors.
  • Removed features argument in Prediction.create method. Use inputs kwargs instead.
  • Removed FeatureInput class.

Function 0.0.9

30 May 17:49
Compare
Choose a tag to compare
  • 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.

Function 0.0.8

29 May 20:40
Compare
Choose a tag to compare
  • Fixed fxn predictors create CLI command raising authentication error.

Function 0.0.7

29 May 20:33
Compare
Choose a tag to compare
  • Fixed fxn predictors create CLI command raising error.

Function 0.0.6

29 May 20:25
Compare
Choose a tag to compare
  • Fixed fxn predictors create CLI command raising error.

Function 0.0.5

29 May 16:53
Compare
Choose a tag to compare
  • Added Prediction class for making predictions.
  • Added fxn predict CLI command for makong predictions.
  • Updated Predictor.create method type argument to be optional. Cloud predictors are now the default.

Function 0.0.4

29 May 11:45
Compare
Choose a tag to compare
  • Added Predictor.create class method for creating predictors.
  • Added fxn predictors create CLI command for creating predictors.
  • Fixed User.retrieve method raising exception when retrieving current user.
  • Fixed fxn auth logout CLI command erroring when user was already logged out.

Function 0.0.3

29 May 01:08
Compare
Choose a tag to compare
  • Added Signature type for inspecting predictor signatures.
  • Added Parameter type for inspecting predictor signature parameters.
  • Added Acceleration enumeration for specifying predictor acceleration.
  • Added PredictorType enumeration for specifying predictor type.

Function 0.0.2

29 May 01:01
Compare
Choose a tag to compare
  • Added Function API types and services.
  • Added command line interface. Run fxn in your terminal.