Releases: benchmark-urbanism/cityseer-api
Releases · benchmark-urbanism/cityseer-api
v0.8.16
v0.8.15
v0.8.14
v0.8.13
v0.8.12
v0.8.11
- Bumps theme and shapely dependencies to the latest versions
- Fixes
infinite
check in relation to latest version ofNumba
- Removes temporary
substring
function (this has been fixed in the latest version of shapely per prior pull request toops.substring
)
v0.8.10
- Addresses edge cases (
np.inf
vs-np.inf
) in the conversion of betas <-> distances. - Adds a progress bar for
numba
functions
Breaking Changes
To address semantics around the use of the term "gravity":
- Renames centrality 'gravity' key to
gravity_index
. The latter matches usage of the term in urban network centrality literature, though it must be emphasised that this is actually a spatial impedance index, not to be confused with gravity in the scientific sense, or gravity modelling in the transportation modelling sense. - Renames
betweenness_gravity
tobetweenness_decay
.
v0.8.9
v0.8.8
- Adds image examples for graph consolidation methods.
- Updates dependency for vuepress theme (new modal images)
- Adds-back highest-degree method for spatial node consolidation in order to better preserve graph topology. (Not used for parallel consolidation method.)