Skip to content

Releases: wolfeclw/circleclust

v3.2

22 May 07:50

Choose a tag to compare

  • Update to R version 4.3.0
  • Minor bug fixes and more informative messages
  • force and force_unit arguments added to impute_time() if timestamps must be added even though no there are no time lapses detected in the input data frame

v3.1

15 Nov 05:44
d238358

Choose a tag to compare

This version includes major bug fixes and a restructuring of imputing functions:

  • Fixed bug preventing GPS coordinates from being imputed if the maximum distance between GPS lapses exceeded the distance threshold
  • Coordinates are imputed by GPS lapse, and function output includes the number and description of lapses which were not imputed based on distance
  • impute_time new argument ('fill_cols = ' ') to specify columns with a unique value which can be carried forward for new rows
  • Fix bug causing open lapse coordinates to be imputed if the number of missing coordinates was below the threshold ('open_lapse_length')
  • Rewriting of impute_coords to be more succinct and efficient

v3.0

01 Nov 07:13

Choose a tag to compare

  • add new function filter_time()
  • bug fixes for dt_aggregate(), impute_coords(), get_places(), merge_clusters()
  • cluster grouping column output by circleclust() has been renamed to 'sp_temporal_cluster` to clarify that coordinates are grouped according to both space and time.
  • merge_clusters() creates the column spatial_cluster to designate spatial cluster groupings
  • calling merge_clusters() on a data frame with one cluster no longer creates an error, but produces a warning
  • calling get_places() on merged clusters now shows beginning and ending times for each place, but produces a warning

v2.1

16 May 14:52

Choose a tag to compare

Rewrite merge_clusters() to use Density-based spatial clustering of applications with noise (DBSCAN) algorithm.

v2.0

08 Jun 17:32
7be4eab

Choose a tag to compare

Merge pull request #1 from wolfeclw/v1.2_funs

V1.2 funs

v1.0

20 Nov 02:55

Choose a tag to compare

joss sub