Skip to content

Commit

Permalink
docs: update NEWS
Browse files Browse the repository at this point in the history
CRAN release ?
  • Loading branch information
rCarto committed Mar 30, 2023
1 parent 53cfc94 commit 829924d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# osrm version 4.1.0

## Fix
* fix and refactor osrmTrip() for better handling of points close to each others
* use raw coordinates for table queries instead of googlepolylines when using the demo server (see #119)

## Feat
* add a citation file
* add osrmNearest() to get the closest point on the street network, interface to the nearest service



# osrm version 4.0.0

## Major changes
* drop sp support (deprecate returnclass, to be removed in the next minor vesrion), osrm no longer accepts sp objects, nor sp results
* drop sp support (deprecate returnclass, to be removed in the next minor version), osrm no longer accepts sp objects, nor sp results
* refactor to better display server error and warnings messages
* use RcppSimdJson instead of jsonlite
* use mapiso instead of isoband code for isopolygon creation
Expand Down

0 comments on commit 829924d

Please sign in to comment.