fxn 0.0.33__tar.gz → 0.0.34__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. {fxn-0.0.33 → fxn-0.0.34}/PKG-INFO +1 -1
  2. {fxn-0.0.33 → fxn-0.0.34}/fxn/libs/macos/Function.dylib +0 -0
  3. {fxn-0.0.33 → fxn-0.0.34}/fxn/libs/windows/Function.dll +0 -0
  4. {fxn-0.0.33 → fxn-0.0.34}/fxn/services/prediction/service.py +2 -1
  5. {fxn-0.0.33 → fxn-0.0.34}/fxn/version.py +1 -1
  6. {fxn-0.0.33 → fxn-0.0.34}/fxn.egg-info/PKG-INFO +1 -1
  7. {fxn-0.0.33 → fxn-0.0.34}/LICENSE +0 -0
  8. {fxn-0.0.33 → fxn-0.0.34}/README.md +0 -0
  9. {fxn-0.0.33 → fxn-0.0.34}/fxn/__init__.py +0 -0
  10. {fxn-0.0.33 → fxn-0.0.34}/fxn/cli/__init__.py +0 -0
  11. {fxn-0.0.33 → fxn-0.0.34}/fxn/cli/auth.py +0 -0
  12. {fxn-0.0.33 → fxn-0.0.34}/fxn/cli/env.py +0 -0
  13. {fxn-0.0.33 → fxn-0.0.34}/fxn/cli/misc.py +0 -0
  14. {fxn-0.0.33 → fxn-0.0.34}/fxn/cli/predict.py +0 -0
  15. {fxn-0.0.33 → fxn-0.0.34}/fxn/cli/predictors.py +0 -0
  16. {fxn-0.0.33 → fxn-0.0.34}/fxn/function.py +0 -0
  17. {fxn-0.0.33 → fxn-0.0.34}/fxn/graph/__init__.py +0 -0
  18. {fxn-0.0.33 → fxn-0.0.34}/fxn/graph/client.py +0 -0
  19. {fxn-0.0.33 → fxn-0.0.34}/fxn/libs/__init__.py +0 -0
  20. {fxn-0.0.33 → fxn-0.0.34}/fxn/libs/linux/__init__.py +0 -0
  21. {fxn-0.0.33 → fxn-0.0.34}/fxn/libs/macos/__init__.py +0 -0
  22. {fxn-0.0.33 → fxn-0.0.34}/fxn/libs/windows/__init__.py +0 -0
  23. {fxn-0.0.33 → fxn-0.0.34}/fxn/magic.py +0 -0
  24. {fxn-0.0.33 → fxn-0.0.34}/fxn/services/__init__.py +0 -0
  25. {fxn-0.0.33 → fxn-0.0.34}/fxn/services/environment.py +0 -0
  26. {fxn-0.0.33 → fxn-0.0.34}/fxn/services/prediction/__init__.py +0 -0
  27. {fxn-0.0.33 → fxn-0.0.34}/fxn/services/prediction/fxnc.py +0 -0
  28. {fxn-0.0.33 → fxn-0.0.34}/fxn/services/predictor.py +0 -0
  29. {fxn-0.0.33 → fxn-0.0.34}/fxn/services/storage.py +0 -0
  30. {fxn-0.0.33 → fxn-0.0.34}/fxn/services/user.py +0 -0
  31. {fxn-0.0.33 → fxn-0.0.34}/fxn/types/__init__.py +0 -0
  32. {fxn-0.0.33 → fxn-0.0.34}/fxn/types/dtype.py +0 -0
  33. {fxn-0.0.33 → fxn-0.0.34}/fxn/types/environment.py +0 -0
  34. {fxn-0.0.33 → fxn-0.0.34}/fxn/types/prediction.py +0 -0
  35. {fxn-0.0.33 → fxn-0.0.34}/fxn/types/predictor.py +0 -0
  36. {fxn-0.0.33 → fxn-0.0.34}/fxn/types/profile.py +0 -0
  37. {fxn-0.0.33 → fxn-0.0.34}/fxn/types/storage.py +0 -0
  38. {fxn-0.0.33 → fxn-0.0.34}/fxn/types/tag.py +0 -0
  39. {fxn-0.0.33 → fxn-0.0.34}/fxn/types/user.py +0 -0
  40. {fxn-0.0.33 → fxn-0.0.34}/fxn/types/value.py +0 -0
  41. {fxn-0.0.33 → fxn-0.0.34}/fxn.egg-info/SOURCES.txt +0 -0
  42. {fxn-0.0.33 → fxn-0.0.34}/fxn.egg-info/dependency_links.txt +0 -0
  43. {fxn-0.0.33 → fxn-0.0.34}/fxn.egg-info/entry_points.txt +0 -0
  44. {fxn-0.0.33 → fxn-0.0.34}/fxn.egg-info/requires.txt +0 -0
  45. {fxn-0.0.33 → fxn-0.0.34}/fxn.egg-info/top_level.txt +0 -0
  46. {fxn-0.0.33 → fxn-0.0.34}/pyproject.toml +0 -0
  47. {fxn-0.0.33 → fxn-0.0.34}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fxn
3
- Version: 0.0.33
3
+ Version: 0.0.34
4
4
  Summary: Run on-device and cloud AI prediction functions in Python. Register at https://fxn.ai.
5
5
  Author-email: "NatML Inc." <hi@fxn.ai>
6
6
  License: Apache License
@@ -155,7 +155,8 @@ class PredictionService:
155
155
  prediction = self.__parse_prediction(prediction, raw_outputs=raw_outputs, return_binary_path=return_binary_path)
156
156
  # Check edge prediction
157
157
  if prediction.type != PredictorType.Edge or raw_outputs:
158
- return prediction
158
+ yield prediction
159
+ continue
159
160
  # Load edge predictor
160
161
  predictor = self.__load(prediction)
161
162
  self.__cache[tag] = predictor
@@ -3,4 +3,4 @@
3
3
  # Copyright © 2024 NatML Inc. All Rights Reserved.
4
4
  #
5
5
 
6
- __version__ = "0.0.33"
6
+ __version__ = "0.0.34"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fxn
3
- Version: 0.0.33
3
+ Version: 0.0.34
4
4
  Summary: Run on-device and cloud AI prediction functions in Python. Register at https://fxn.ai.
5
5
  Author-email: "NatML Inc." <hi@fxn.ai>
6
6
  License: Apache License
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes