Skip to content

Commit

Permalink
Merge pull request #970 from GIScience/release-6.6.0
Browse files Browse the repository at this point in the history
Release 6.6.0
  • Loading branch information
takb authored Jun 8, 2021
2 parents 0932441 + 1d2cfc8 commit 7409d54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,19 @@ RELEASING:
-->

## [Unreleased]

## [6.6.0] - 2021-06-08
### Added
- Accept single value and array of length 1 as `radiuses`-parameter ([#923](https://github.com/GIScience/openrouteservice/issues/923))
- Useful error message for isochrone range/interval mismatches
### Changed
- Coordinate precision of locations in `maneuver`-object to 6 decimal places

### Fixed
- Correct travel time computation for routes involving time-dependent speeds regardless of the weighting used ([#956](https://github.com/GIScience/openrouteservice/issues/956))
- Compatibility of user provided maximum speed limit with HGV routing profile ([#955](https://github.com/GIScience/openrouteservice/issues/955))
- Rare bug where virtual edges are used to construct geometry of isochrone. Check whether edge is virtual before using it.
- Clarified "Point not found"-Error message ([#922](https://github.com/GIScience/openrouteservice/issues/922))
- Correct isochrones response documentation ([#670](https://github.com/GIScience/openrouteservice/issues/670))
- Rare bug where virtual edges are used to construct geometry of isochrone. Check whether edge is virtual before using it.
- Duplicate parameter in centrality docs due to spring reading getters for docs
- Bug where supercell subcell ids were out of bounds in storage

Expand Down Expand Up @@ -451,7 +452,8 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
- Fix bug in RPHAST when location lies on a oneway road.
- Consider turn restrictions if optimized=false is passed.

[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.5.0...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.6.0...HEAD
[6.6.0]: https://github.com/GIScience/openrouteservice/compare/v6.5.0...v6.6.0
[6.5.0]: https://github.com/GIScience/openrouteservice/compare/v6.4.3...v6.5.0
[6.4.3]: https://github.com/GIScience/openrouteservice/compare/v6.4.2...v6.4.3
[6.4.2]: https://github.com/GIScience/openrouteservice/compare/v6.4.1...v6.4.2
Expand Down
2 changes: 1 addition & 1 deletion openrouteservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>openrouteservice</artifactId>
<version>6.5.0</version>
<version>6.6.0</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down

0 comments on commit 7409d54

Please sign in to comment.