All Versions
15
Latest Version
Avg Release Cycle
88 days
Latest Release
1033 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.0.0 Changes
November 23, 2017โ Added
- Open sourced
LocomotionManager
andLocomotionSample
.
๐ Changed
- ๐ Moved
apiKey
fromLocomotionManager
toArcKitService
. 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 newArcKitCore
contains the binary framework. (Over time I will be open sourcing more code by migrating it from the binary framework to the source framework.)
- Open sourced
-
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 toClassifierResults
๐ Fixed
- Properly reports ArcKit API request failures to console
- ๐ Supports / requires Xcode 9.1 (pin to
-
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 ofcompletenessScore * accuracyScore
)
- โ Added
-
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