Skip to content

Commit

Permalink
add pypi version as badge
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Sep 11, 2022
1 parent 265ba26 commit 33c883f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

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

## [3.0.2](https://pypi.org/project/pyvalhalla/3.0.2/) - 2021-03-10
## [3.0.2](https://pypi.org/project/pyvalhalla/3.0.2/) - 2022-09-11

### CHANGED

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

## [3.0.2](https://pypi.org/project/pyvalhalla/3.0.2/) - 2022-03-10

### ADDED

- `valhalla.get_help()` to return valhalla_build_config help dictionary

## [3.0.1](https://pypi.org/project/pyvalhalla/3.0.1/) - 2021-03-08
## [3.0.1](https://pypi.org/project/pyvalhalla/3.0.1/) - 2022-03-08

### Fixed

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

## [3.0.0](https://pypi.org/project/pyvalhalla/3.0.0/) - 2021-03-08
## [3.0.0](https://pypi.org/project/pyvalhalla/3.0.0/) - 2022-03-08

### First release
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Over time we will very likely deviate from Valhalla's own Python binding code to
**Note**, the performance boost using these bindings compared to requesting an HTTP service is tremendous: on 500 random routes in Berlin, the bindings take 27 secs while HTTP on localhost takes 127 secs.

## Installation

![pypi version](https://badge.fury.io/py/pyvalhalla.svg)

We distribute all 4 currently developed CPython versions as **binary wheels** for Win64, MacOS (Intel) and x86_64 Linux distributions with `glibc>=2.24` (most modern systems, see [PEP 600](https://www.python.org/dev/peps/pep-0600/)). We **do not** offer a source distribution on PyPI. Please contact us on enquiry@gis-ops.com if you need support building the bindings for your platform/distribution.

Expand Down

0 comments on commit 33c883f

Please sign in to comment.