Function 0.0.24
- Added
Function
client class to replace functions on individual API types. - Refactored
Value.from_value
method tofxn.predictions.from_value
. - Refactored
Value.to_value
method tofxn.predictions.to_value
. - Changed
Parameter.default_value
field type toValue
. - Removed
CloudPrediction
class. UsePrediction
class instead. - Removed
EdgePrediction
class. UsePrediction
class instead.