Skip to content

Releases: conveyal/browsochrones

v1.0.0

03 May 13:25
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-05-03)

Bug Fixes

  • transitive:

Features

  • flow: Add flow and refactor to use types. (be3bfd16)

Breaking Changes

  • api has changed for a majority of the functions.

(4851e939)

v0.13.0

15 Mar 19:53
Compare
Choose a tag to compare

<a name"0.13.0">

0.13.0 (2017-03-15)

Bug Fixes

  • errors: Make new error messages more human-friendly 👪 (dbafa295)

Features

  • origin: Throw error if file is truncated, do bounds checks. (d16a2567, closes #72)
  • stop-tree-cache: Add bounds checks to stop tree cache :tree: (4a53094c, closes #72)

v0.12.0

07 Feb 16:02
Compare
Choose a tag to compare

<a name"0.12.0">

0.12.0 (2017-02-07)

Features

  • webpack: Added ability to build and run with webpack (5a9d6f9e)

v0.11.0

07 Dec 07:24
Compare
Choose a tag to compare

<a name"0.11.0">

0.11.0 (2016-12-07)

Bug Fixes

  • origin: Don't confuse lat/lon when computing origin pixel locations. (73c6f07c)

Features

  • propagation: Generate spectrogram data and surfaces simultaneously to reduce computation time (315e217c)

v0.10.0

29 Nov 04:21
Compare
Choose a tag to compare

<a name"0.10.0">

0.10.0 (2016-11-29)

Bug Fixes

  • example: Update example to use new grids. (216810c9)

Features

  • leaflet: Add Leaflet 1.0 compatibility. (e8be22d2)

v0.9.1

21 Nov 07:45
Compare
Choose a tag to compare

<a name"0.9.1">

0.9.1 (2016-11-21)

Bug Fixes

  • transitive: Don't show origin or destination labels by default (4415135a)

v0.9.0

03 Nov 15:31
Compare
Choose a tag to compare

<a name"0.9.0">

0.9.0 (2016-11-03)

Bug Fixes

  • lint: Fix lint errors (2fe603b2)
  • transitive: Generate transitive data without latitude longitude snapping to query grid. BREA (9969d632)

Features

  • dependency: Remove json as a dependency. (e45affe5)

v0.8.1

31 Oct 14:22
Compare
Choose a tag to compare

<a name"0.8.1">

0.8.1 (2016-10-31)

Bug Fixes

  • transitive: Generate transitive data without latitude longitude snapping to query grid. BREA (55d6b455)

v0.8.0

27 Oct 15:49
Compare
Choose a tag to compare

<a name"0.8.0">

0.8.0 (2016-10-27)

Features

  • grid:
    • export createGrid function for use outside of browsochrones. (d1fa9447)
    • save min/max in grids (a55d0189)
  • isochrones: allow disabling isochrone interpolation (9b1073c7)
  • spectrogram: Add spectrogram data. (8dccd534)

v0.7.1

10 Oct 19:33
Compare
Choose a tag to compare

<a name"0.7.1">

0.7.1 (2016-10-10)

Bug Fixes

  • travel-times: Report walk times correctly when the origin is walking distance from the destina (7a5df0bb)