All Versions
15
Latest Version
Avg Release Cycle
88 days
Latest Release
1236 days ago

Changelog History
Page 2

  • v3.0.0 Changes

    November 23, 2017

    โž• Added

    • Open sourced LocomotionManager and LocomotionSample.

    ๐Ÿ”„ Changed

    • ๐Ÿšš Moved apiKey from LocomotionManager to ArcKitService. Note that this is a breaking change - you will need up update your code to set the API key in the new location.
    • Split the SDK into two separate frameworks. The ArcKit framework now contains only the open source portions, while the new ArcKitCore contains the binary framework. (Over time I will be open sourcing more code by migrating it from the binary framework to the source framework.)
  • v2.1.0 Changes

    November 02, 2017

    โž• Added

    • ๐Ÿ‘Œ Supports / requires Xcode 9.1 (pin to ~> 2.0.1 if you require Xcode 9.0 support)
    • โž• Added a locomotionManager.locationManagerDelegate to allow forwarding of CLLocationManagerDelegate events from the internal CLLocationManager
    • Made public the classifier.accuracyScore property
    • โž• Added an isEmpty property to ClassifierResults

    ๐Ÿ›  Fixed

    • Properly reports ArcKit API request failures to console
  • v2.0.1 Changes

    October 09, 2017

    โž• Added

    • โž• Added isStale property to classifiers, to know whether it's worth fetching a replacement classifier yet
    • โž• Added coverageScore property to classifiers, to give an indication of the usability of the model data in the classifier's geographic region. (The score is the result of completenessScore * accuracyScore)
  • v2.0.0 Changes

    September 15, 2017

    โž• Added

    • ๐Ÿ†• New machine learning engine for activity type detection. Includes the same base types supported by Core Motion, plus also car, train, bus, motorcycle, boat, airplane, where data is available.

    ๐Ÿ›  Fixed

    • Misc minor tweaks and improvements to the location data filtering, smoothing, and dynamic accuracy adjustments
  • v1.0.0 Changes

    July 28, 2017
    • ๐ŸŽ‰ Initial release