Skip to content

Releases: fxnai/fxn

Function 0.0.40

10 Sep 19:47
Compare
Choose a tag to compare
  • Fixed errors when Function client is created for the first time on a new device.
  • Updated to Function C 0.0.29.

Function 0.0.38

30 Aug 10:43
Compare
Choose a tag to compare
  • Function now supports Linux, across x86_64 and arm64 architectures.

Function 0.0.37

21 Aug 21:03
Compare
Choose a tag to compare
  • Added fxn --explore CLI action to explore predictions on fxn.ai.

Function 0.0.36

21 Aug 20:44
Compare
Choose a tag to compare
  • Added Acceleration.Default enumeration constant.
  • Added Acceleration.GPU enumeration constant for running predictions on the GPU.
  • Added Acceleration.NPU enumeration constant forn running predictions on the neural processor.
  • Fixed crash when using PIL.Image values returned by edge predictors.
  • Updated to Function C 0.0.26.
  • Removed Value type.
  • Removed PredictorType enumeration.
  • Removed fxn.predictors.create method for creating predictors. Apply for early access to the new experience.
  • Removed fxn.predictions.to_object method.
  • Removed fxn.predictions.to_value method.
  • Removed Predictor.type field.
  • Removed Predictor.acceleration field.
  • Removed Prediction.type field.
  • Removed Acceleration.A40 enumeration constant.
  • Removed Acceleration.A100 enumeration constant.
  • Removed fxn create CLI function.
  • Removed fxn delete CLI function.
  • Removed fxn list CLI function.
  • Removed fxn search CLI function.
  • Removed fxn retrieve CLI function.
  • Removed fxn archive CLI function.
  • Removed fxn env CLI function group.
  • Removed --raw-outputs option from fxn predict CLI function.
  • Function now requires Python 3.10+.

Function 0.0.39

30 Aug 16:26
Compare
Choose a tag to compare
  • Fixed errors when Function client is created on Windows.

Function 0.0.35

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

Function 0.0.34

09 Apr 18:47
Compare
Choose a tag to compare
  • Fixed fxn import error caused by fxn.predictions.stream function.

Function 0.0.33

03 Apr 01:10
Compare
Choose a tag to compare
  • Fixed error in fxn.predictors.retrieve function.

Function 0.0.32

20 Mar 17:51
Compare
Choose a tag to compare
  • Added missing native libraries.

Function 0.0.31

20 Mar 15:43
Compare
Choose a tag to compare
  • Added experimental support for making on-device predictions.
  • Added PredictionResource.name field for handling prediction resources with required file names.