Skip to content

features-0.2.0

Compare
Choose a tag to compare
@rahul27 rahul27 released this 30 Jan 21:19
· 2 commits to main since this release
268ac36

This is version 0.2.0 of the Moonsense Android Features SDK.

The full feature list for this release includes:

  • Introduces an expressive way of creating FeatureGenerators using the CompositeFeatureGenerator.
  • Adds the PointerFeatureGenerator and DeviceMotionFeatureGenerator that includes out of the box features that help provide quality signals.
  • Note the breaking change:
    • The wire runtime library com.squareup.wire:wire-runtime is no longer needed as a dependency to the SDK.
    • We no longer have the legacy generators like MeanFeatureGenerator, StdevFeatureGenerator and so on.

See Feature Generation for more details around integration and usage.