Skip to content

Releases: fxnai/fxnjs

Function 0.0.34

26 May 23:28
Compare
Choose a tag to compare
  • Added Image.channels field for inspecting image channel count.
  • Fixed edge prediction output Image having incorrect width and height.
  • Updated to Function C 0.0.20.

Function 0.0.33

15 May 17:10
Compare
Choose a tag to compare
  • Fixed edge prediction errors caused by request backpressure while the predictor is being loaded.
  • Updated to Function C 0.0.19.

Function 0.0.32

11 May 22:25
Compare
Choose a tag to compare
  • Fixed isFunctionValue type guard function returning false for null Function values.

Function 0.0.31

03 May 12:56
Compare
Choose a tag to compare
  • Updated to Function C 0.0.18.

Function 0.0.30

09 Apr 20:43
Compare
Choose a tag to compare
  • Added support for making edge predictions on ImageData input values.
  • Fixed fxn.predictors.retrieve not populating signature output parameter schema.

Function 0.0.29

02 Apr 17:45
Compare
Choose a tag to compare
  • Fixed error when making edge predictions with image input values.

Function 0.0.28

24 Mar 20:44
Compare
Choose a tag to compare
  • Fixed prediction proxying errors when large prediction input values are uploaded.
  • Refactored toFunctionValue function to fxn.predictions.toValue method.
  • Refactored toPlainValue function to fxn.predictions.toObject method.

Function 0.0.27

21 Mar 12:31
Compare
Choose a tag to compare
  • Minor updates.

Function 0.0.26

14 Mar 20:26
Compare
Choose a tag to compare
  • Added CreatePredictionInput.client field for overriding client identifier when making predictions.
  • Added CreatePredictionInput.configuration field for overriding configuration identifier when making predictions.
  • Added PredictionResource.name field for handling resources with required file names.
  • Fixed certain edge predictors failing to be loaded on Google Chrome due to size restrictions.

Function 0.0.25

12 Mar 15:26
Compare
Choose a tag to compare
  • Removed AccessMode.Protected access mode. Use AccessMode.Public or AccessMode.Private instead.
  • Removed PredictionResource.id field as it is no longer used.