Skip to content

Releases: UrbanAnalyst/dodgr

the final category

18 Oct 20:18
Compare
Choose a tag to compare

Minor changes:

  • Bug fix for dists_categorical(proportions_only = TRUE) to ensure all edge types are aggregated (final type was previously not aggregated).

Categorical Distance

07 Oct 08:37
Compare
Choose a tag to compare

Major changes:

  • New dodgr_dists_categorical function + accompanying vignette

CRAN version 0.2.9

11 Aug 09:17
Compare
Choose a tag to compare

Major changes:

  • weight_streetnet now includes turn restrictions when input data are extracted with dodgr_streetnet_sc (#136 thanks to @edzer)
  • Turn restrictions also added as additional column of weighting_profiles$penalties
  • dodgr_streetnet_sc() now extracts many additional features useful for controlling access restrictions (see #159)
  • dodgr_centrality has new vert_wts parameter to weight centrality by user-specified weights (#162)

Minor changes:

  • Bug fix when submitting contracted graphs to dodgr_to_sf (#155 thanks to @agila5)
  • Fix (internal) process_bbox function for vector inputs (#156 thanks to @agila5@)

CRAN version 0.2.8

31 Jan 13:39
Compare
Choose a tag to compare

Minor changes:

  • Bug fix (#142) in dodgr_flows_disperse() thanks for @romainFr
  • Fix keep_cols param in weight_streetnet(); #140 thanks to @agila5
  • Return component vector as integer not numeric

CRAN Release v0.2.7

06 May 20:13
Compare
Choose a tag to compare

Minor changes:

  • UBSAN Bug fix

CRAN version 0.2.6

17 Apr 09:07
Compare
Choose a tag to compare

Major changes:

  • Added new dodgr_centrality function, and associated helper functions.
  • Added new dodgr_flows_si function
  • Added new parameter norm_sums to dodgr_flows_aggregate
  • merge_directed_flows renamed to merge_directed_graph, with added option
    of specifying columns to merge.
  • Added new pairwise parameter to dodgr_distances; see issue #127
  • Added new function dodgr_insert_vertex to add new vertices to graph; see #40
  • Removed "radix" heap option

Minor changes:

  • switch off examples that caused previous CRAN failures
  • fix bug in dodgr_dists when number of from points >> number of to points
  • fix bug in weight_streetnet.sc that prevented keep_cols from working

CRAN release 0.2.5

10 Oct 14:59
Compare
Choose a tag to compare

v0.2.5

Major changes:

  • Remove benchmark vignette

Minor changes:

  • bug fixes from previous versions
  • bug fixes in dodgr_paths, thanks to @agila5

CRAN Release v0.2.4

03 Oct 19:16
Compare
Choose a tag to compare

Major changes:

  • Remove benchmark vignette

Minor changes:

  • bug fixes in dodgr_paths, thanks to @agila5

CRAN version 0.2.1

17 Sep 13:55
Compare
Choose a tag to compare

Major changes:

  • Add dodgr_isochrones, dodgr_isodistances, and dodgr_isoverts functions
  • Considerable speed-ups for dodgr_flows_aggregate and dodgr_flows_disperse

Minor changes:

  • dodgr_flows_disperse allows k to be a vector, with different coefficients for each from point.
  • Add "highway:pedestrian" to weighting profiles
  • weight_streetnet for sc objects automatically adds component column
  • bug fix in weight_streetnet.sc(..., wt_profile = 1)
  • bug fix in dodgr_full_cycles for SC class objects

CRAN version 0.2.0

06 Jun 08:59
Compare
Choose a tag to compare

Major changes:

  • Lots of intermediate processes now executed and cached as background processes (via callr package).
  • new dodgr_cache_off function added to suppress primary caching, for cases where immediate usage is critical.
  • dodgr_contract_graph returns the contracted graph only, instead of former version which return list of graph and edge_map (the edge_map is cached and re-loaded when needed for graph uncontraction).

Minor changes:

  • 'turn_angle' parameter of weight_streetnet renamed to turn_penalty
  • Test coverage now complete (100%)
  • Update internal hampi data to remove factor columns
  • Fix some bugs in max speed calculations for weight_streetnet
  • Fix bug with polygonal bbox in dodgr_streetnet()