Changes in version 1.0.3 (2024-12-04) - Increased timeout time (#91) - Use retry - Added Wang Zhao to DESCRIPTION file Changes in version 1.0.2 (2024-09-02) - Minor update to fix an issue with the batch() function (#91) Changes in version 1.0.1 (2023-08-15) - Bug fix: issue with batch identified and fix (#80) thanks to @mem48 Changes in version 1.0.0 (2023-08-13) - Breaking changes: there are some differences in inputs and outputs, check you code before updating - Refactored to use faster implemenations throughout, thanks to Malcolm Morgan (@mem48) for SIMDJSON implementations - You can now choose which columns to return with cols_to_keep in journey() and batch() functions, with minimal defaults for batch() - Tests now pass Changes in version 0.6.0 (2023-02-17) - Experimental journey2() function added (#31) - Documentation updated - batch() is now less chatty Changes in version 0.5.4 - Batch routing implemented - Remove unused field (#43) Changes in version 0.5.3 (2022-01-04) - Fixed issue with returning multiple identical routes when route consists of a single segment Changes in version 0.5.2 (2021-11-07) - No longer depends on stplanr for tests to pass, new internal function Changes in version 0.5.1 - Updated docs Changes in version 0.5.0 (2021-09-23) - ltns() function added Changes in version 0.4.0 (2021-06-22) - quietness_segment variable removed Changes in version 0.3.0 (2020-09-26) - New functionality to estimate gradients - Updated json2sf_cs() function provides more columns - All route-level data now returned by default Changes in version 0.1.5 (2018-05-03) - Update package description, title and other things in preparation for CRAN submission. Changes in version 0.1.1 - New argument cols added to journey() function allowing control of the output. - Many more columns can now be accessed as illustrated by new example: journey(from, to, cols = NULL). Changes in version 0.1.0 - Package created as part of the R for Transport Applications course at the University of Leeds.