fxnjs

Run Python functions in the browser and Node.js. https://fxn.ai/explore

APACHE-2.0 License

Downloads
308
Stars
4
Committers
2
fxnjs - Function 0.0.21

Published by olokobayusuf about 1 year ago

  • Added Function.predictions.stream method to create a streaming prediction.
fxnjs - Function 0.0.20

Published by olokobayusuf about 1 year ago

  • Added Parameter.schema field for inspecting the JSON schema for dict and list parameters.
fxnjs - Function 0.0.19

Published by olokobayusuf about 1 year ago

  • Added support for making predictions in Vercel Serverless Functions using their edge Runtime.
fxnjs - Function 0.0.18

Published by olokobayusuf over 1 year ago

  • Refactored Predictor.readme field to card.
fxnjs - Function 0.0.17

Published by olokobayusuf over 1 year ago

  • Added Dtype.null constant for working with null prediction values.
  • Added support for ArrayBuffer instances as prediction inputs.
  • Fixed isFunctionValue utility method throwing error on null input.
fxnjs - Function 0.0.16

Published by olokobayusuf over 1 year ago

  • Added support for using TypedArray instances as prediction inputs and outputs.
  • Added isFunctionValue utility method for checking whether a value is a Function value.
  • Refactored Feature type to Value to improve clarity.
  • Refactored FeatureValue type to PlainValue to improve clarity.
  • Refactored UploadType.Feature enumeration member to UploadType.Value.
  • Refactored featureFromValue function to toFunctionValue.
  • Refactored featureToValue function to toPlainValue.
fxnjs - Function 0.0.15

Published by olokobayusuf over 1 year ago

  • Fixed fxn.environmentVariables.list method throwing error.
fxnjs - Function 0.0.14

Published by olokobayusuf over 1 year ago

  • Added UMD script for using Function without a bundler.
fxnjs - Function 0.0.13

Published by olokobayusuf over 1 year ago

  • Minor stability updates.
fxnjs - Function 0.0.12

Published by olokobayusuf over 1 year ago

  • Minor stability updates.
fxnjs - Function 0.0.11

Published by olokobayusuf over 1 year ago

  • Added support for Vercel Edge runtime.
  • Fixed Parameter.enumeration field type to be EnumerationMember[] instead of EnumerationMember.
fxnjs - Function 0.0.10

Published by olokobayusuf over 1 year ago

  • Added featureFromValue function for creating a prediction feature from a JavaScript value.
  • Added featureToValue function for creating a JavaScript value from a prediction feature.
fxnjs - Function 0.0.9

Published by olokobayusuf over 1 year ago

  • Fixed crypto exception when calling Function.predictions.create in a web browser.
fxnjs - Function 0.0.8

Published by olokobayusuf over 1 year ago

  • Removed CreatePredictionInput.features input field. Use CreatePredictionInput.inputs input field instead.
  • Removed PREDICTION_FIELDS_RAW constant. Use PREDICTION_FIELDS constant instead.
  • Removed ParameterInput type.
fxnjs - Function 0.0.7

Published by olokobayusuf over 1 year ago

  • Added EnumerationMember class for working with parameters that are enumeration values.
  • Added Parameter.enumeration field for inspecting parameters which hold enumeration values.
  • Added Parameter.defaultValue field for inspecting the default value of a predictor parameter.
  • Renamed Dtype.3d data type to model.
  • Removed Parameter.stringDefault field. Use Parameter.defaultValue field instead.
  • Removed Parameter.intDefault field. Use Parameter.defaultValue field instead.
  • Removed Parameter.floatDefault field. Use Parameter.defaultValue field instead.
  • Removed Parameter.boolDefault field. Use Parameter.defaultValue field instead.
fxnjs - Function 0.0.6

Published by olokobayusuf over 1 year ago

  • Added Predictor.predictions field for inspecting the number of predictions made with a predictor.
  • Added Predictor.readme field for inspecting the predictor README from the predictor notebook.
  • Fixed Predictor.error field not being populated for INVALID predictors.
fxnjs - Function 0.0.5

Published by olokobayusuf over 1 year ago

  • Fixed Function.predictors.list function raising errors.
  • Fixed Function.storage.createUploadUrl function raising errors.
fxnjs - Function 0.0.4

Published by olokobayusuf over 1 year ago

  • Added EnvironmentVariable type for managing predictor environment variables.
  • Added Function.environmentVariables service for managing global predictor environment variables.
  • Added CreatePredictorInput.overwrite input field for overwriting an existing predictor with the same tag.
fxnjs - Function 0.0.3

Published by olokobayusuf over 1 year ago

  • Removed Predictor.topics field.
fxnjs - Function 0.0.2

Published by olokobayusuf over 1 year ago

  • Populating API.