Skip to content

Commit

Permalink
Deployed cd01725 to dev with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 15, 2023
1 parent 5bac276 commit 4b760ed
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 79 deletions.
1 change: 1 addition & 0 deletions dev/change-log/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2286,6 +2286,7 @@ <h2 id="v1100">v1.10.0<a class="headerlink" href="#v1100" title="Permanent link"
<li>Add parameter to exclude rows with implausible step count values from Fitbit steps intraday feature computation </li>
<li>Update tests for Fitbit steps intraday features </li>
<li>Fix bug of None/NULL values in parsed Fitbit heartrate summary JSON data </li>
<li>Add parameter to PHONE_LOCATIONS DORYAB provider to exclude rows of locations data with implausible speed values from feature computation </li>
</ul>
<h2 id="v194">v1.9.4<a class="headerlink" href="#v194" title="Permanent link">&para;</a></h2>
<ul>
Expand Down
4 changes: 4 additions & 0 deletions dev/features/phone-locations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2106,6 +2106,10 @@ <h2 id="doryab-provider">DORYAB provider<a class="headerlink" href="#doryab-prov
<td><code>[RADIUS_FOR_HOME]</code></td>
<td>All location coordinates within this distance (meters) from the home location coordinates are considered a homestay (see <code>timeathome</code> feature).</td>
</tr>
<tr>
<td><code>[THRESHOLD_MAX_SPEED]</code></td>
<td>Any rows of locations data with calculated speed greater than this threshold value in km/hr will be dropped prior to feature computation. Set to 0 to disable and retain all rows.</td>
</tr>
</tbody>
</table>
<p>Features description for <code>[PHONE_LOCATIONS][PROVIDERS][DORYAB]</code>:</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 4b760ed

Please sign in to comment.