Skip to content

Function 0.0.28

Compare
Choose a tag to compare
@olokobayusuf olokobayusuf released this 20 Feb 21:56
· 34 commits to main since this release
  • Added fxn create --cloud CLI shorthand flag for setting the predictor type to PredictorType.Cloud.
  • Added fxn create --edge CLI shorthand flag for setting the predictor type to PredictorType.Edge.
  • Removed AccessMode.Protected access mode. Use AccessMode.Public or AccessMode.Private instead.
  • Removed fxn.types.tag.parse_tag function. Use Tag.from_str class method instead.
  • Removed fxn.types.tag.serialize_tag function. Use str(Tag) instead.