Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Latest commit

 

History

History
77 lines (40 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

77 lines (40 loc) · 2.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased is available in Github's master branch, but not on PyPI.

Unreleased

Valhalla version 3.4.0

CHANGED

  • Building wheels for 3.12 and deprecate 3.7 #36

3.2.0 - 2023-05-16

Valhalla version 3.4.0

3.1.1 - 2023-04-16

Valhalla version 3.3.0

FIXED

  • Actor.optimized_route called Valhalla's _Actor.route

3.1.0 - 2023-04-13

Valhalla version 3.3.0

CHANGED

  • Mac OSX support only from 10.15 on
  • bumped Valhalla version to 3.3.0

REMOVED

  • deprecated transit_available endpoint

3.0.4 - 2023-04-12

Valhalla version 3.1.4

CHANGED

  • added optimized to Python wrapper #27

3.0.3 - 2022-09-11

Valhalla version 3.1.4

CHANGED

  • link protobuf statically for Linux so apps like QGIS with embedded python interpreters can use the PyPI versions

3.0.2 - 2022-03-10

Valhalla version 3.1.4

ADDED

  • valhalla.get_help() to return valhalla_build_config help dictionary

3.0.1 - 2022-03-08

Valhalla version 3.1.4

Fixed

  • Actor wouldn't initialize if either tile_dir OR tile_extract wasn't present; we only need of one them

3.0.0 - 2022-03-08

Valhalla version 3.1.4

First release