Releases: UrbanAnalyst/dodgr
Releases · UrbanAnalyst/dodgr
the final category
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
Major changes:
- New
dodgr_dists_categorical
function + accompanying vignette
CRAN version 0.2.9
Major changes:
weight_streetnet
now includes turn restrictions when input data are extracted withdodgr_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 newvert_wts
parameter to weight centrality by user-specified weights (#162)
Minor changes:
CRAN version 0.2.8
CRAN Release v0.2.7
Minor changes:
- UBSAN Bug fix
CRAN version 0.2.6
Major changes:
- Added new
dodgr_centrality
function, and associated helper functions. - Added new
dodgr_flows_si
function - Added new parameter
norm_sums
tododgr_flows_aggregate
merge_directed_flows
renamed tomerge_directed_graph
, with added option
of specifying columns to merge.- Added new
pairwise
parameter tododgr_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 preventedkeep_cols
from working
CRAN release 0.2.5
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
CRAN version 0.2.1
Major changes:
- Add
dodgr_isochrones
,dodgr_isodistances
, anddodgr_isoverts
functions - Considerable speed-ups for
dodgr_flows_aggregate
anddodgr_flows_disperse
Minor changes:
dodgr_flows_disperse
allowsk
to be a vector, with different coefficients for eachfrom
point.- Add "highway:pedestrian" to weighting profiles
weight_streetnet
forsc
objects automatically adds component column- bug fix in
weight_streetnet.sc(..., wt_profile = 1)
- bug fix in
dodgr_full_cycles
forSC
class objects
CRAN version 0.2.0
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 ofgraph
andedge_map
(theedge_map
is cached and re-loaded when needed for graph uncontraction).
Minor changes:
- 'turn_angle' parameter of
weight_streetnet
renamed toturn_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()