Releases: fxnai/fxn
Releases · fxnai/fxn
Function 0.0.41
- Added support for streaming predictions.
- Added
fxn.predictions.ready
to check whether a predictor has been preloaded. - Added
verbose
parameter infxn.predictions.create
method to print prediction progress. - Added
--quiet
option infxn predict
CLI action to suppress verbose logging. - Fixed prediction errors when making passing in
str
,list
, ordict
arguments. - Fixed invalid data type error when prediction returns a greyscale image.
- Fixed prediction error in CLI when passing file path as prediction input value.
- Refactored
Acceleration.Default
enumeration member toAcceleration.Auto
. - Removed
Profile
type. UseUser
type instead. - Updated to Function C 0.0.31.
Function 0.0.40
- 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
- Function now supports Linux, across
x86_64
andarm64
architectures.
Function 0.0.37
- Added
fxn --explore
CLI action to explore predictions on fxn.ai.
Function 0.0.36
- 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 fromfxn predict
CLI function. - Function now requires Python 3.10+.
Function 0.0.39
- Fixed errors when
Function
client is created on Windows.
Function 0.0.35
- Updated to Function C 0.0.18.
Function 0.0.34
- Fixed
fxn
import error caused byfxn.predictions.stream
function.
Function 0.0.33
- Fixed error in
fxn.predictors.retrieve
function.
Function 0.0.32
- Added missing native libraries.