Skip to content

Releases: benchmark-urbanism/cityseer-api

Version Bumps

28 Aug 12:26
Compare
Choose a tag to compare
Version Bumps Pre-release
Pre-release
v0.11.1

version bumps

v0.11.0

29 Jan 14:48
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

Reverts node betweenness to old behaviour (does not skip ghosted nodes for decomposed graphs).

v0.10.2

14 Jan 19:24
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release
  • Fixes network map checks.
  • Tames temporary numba progress bar.

v0.10.1

14 Jan 17:08
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

Adds a step to shortest-path algorithms to check for self-loop scenarios. (Edges still considered for segment centrality methods.)

Breaking release - v0.10.0

08 Jan 20:33
Compare
Choose a tag to compare
Pre-release

This is a major update with several breaking changes.

  • Graph preparation methods have been revised and length, angle_sum and other such edge parameters will be generated automatically as part of conversion to a Network_Layer;
  • Centrality methods have been reworked to consider segmentised versions applying continuous forms of centrality based on street lengths. These methods show promise for smaller scaled analysis and reduce distortions and distribution spikes present in node based versions;
  • Angular methods can now be derived on primal networks;
  • Network_Layers are no longer designated as 'angular': The angular flag is now passed to the compute_centrality method in concert with selected measures;
  • Removes the previous edge iteration workflow in favour of numba's new Dict and List structures. This means a new node_edge_map data structure leading to much simplified processes for iterating edges;
  • The new List structure enables removal of the previous distance filtered approach. This leads to a substantial reduction in complexity where it is no longer necessary to map between trim and full data structure indices.

v0.9.1

26 Oct 10:16
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Bumps networkx dependency to v2.4

v0.9.0

06 Oct 11:51
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • Changes CI workflow from travis to github actions
  • Adds undocumented singly-constrained method

v0.8.19

08 Aug 14:07
Compare
Choose a tag to compare
v0.8.19 Pre-release
Pre-release

Adds explicit min, max parameters for mock_numerical_data method

v0.8.18

02 Aug 10:11
Compare
Choose a tag to compare
v0.8.18 Pre-release
Pre-release

Fixes bug in mock_categorical_data where max number of returned classes is max - 1

v0.8.17

02 Aug 09:59
Compare
Choose a tag to compare
v0.8.17 Pre-release
Pre-release

Adds a num_classes parameter to the mock_categorical_data function.