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

Commit 991a53a

Browse files
authored
release with Valhalla 3.4.0 (#30)
1 parent 88d0fb6 commit 991a53a

File tree

110 files changed

+6916
-2413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+6916
-2413
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323

24-
- name: Configure Python
25-
uses: actions/setup-python@v4
26-
with:
27-
python-version: '3.10'
28-
2924
- name: Lint & Style Check
3025
run: |
3126
python -m pip install -r dev-requirements.txt
3227
pre-commit run --all-files --show-diff-on-failure
3328
3429
- uses: pypa/[email protected]
30+
env:
31+
CIBW_BUILD: cp37*
32+
MACOSX_DEPLOYMENT_TARGET: 10.15

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
language_version: python3
77
# temp exlude osrm: black fails to reformat for some reason
88
args: [valhalla]
9-
- repo: https://gitlab.com/pycqa/flake8
9+
- repo: https://github.com/pycqa/flake8
1010
rev: 5.0.4 # pick a git hash / tag to point to
1111
hooks:
1212
- id: flake8

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77

88
## Unreleased
99

10-
_Valhalla version 3.3.0_
10+
_Valhalla version [3.4.0](https://github.com/valhalla/valhalla/releases/tag/3.4.0)_
11+
12+
## [3.2.0](https://pypi.org/project/pyvalhalla/3.2.0/) - 2023-05-16
13+
14+
_Valhalla version [3.4.0](https://github.com/valhalla/valhalla/releases/tag/3.4.0)_
1115

1216
## [3.1.1](https://pypi.org/project/pyvalhalla/3.1.1/) - 2023-04-16
1317

14-
_Valhalla version 3.3.0_
18+
_Valhalla version [3.3.0](https://github.com/valhalla/valhalla/releases/tag/3.3.0)_
1519

1620
### FIXED
1721

1822
- `Actor.optimized_route` called Valhalla's `_Actor.route`
1923

2024
## [3.1.0](https://pypi.org/project/pyvalhalla/3.1.0/) - 2023-04-13
2125

22-
_Valhalla version 3.3.0_
26+
_Valhalla version [3.3.0](https://github.com/valhalla/valhalla/releases/tag/3.3.0)_
2327

2428
### CHANGED
2529

@@ -32,38 +36,38 @@ _Valhalla version 3.3.0_
3236

3337
## [3.0.4](https://pypi.org/project/pyvalhalla/3.0.4/) - 2023-04-12
3438

35-
_Valhalla version 3.1.4_
39+
_Valhalla version [3.1.4](https://github.com/valhalla/valhalla/releases/tag/3.1.4)_
3640

3741
### CHANGED
3842

3943
- added optimized to Python wrapper [#27](https://github.com/gis-ops/pyvalhalla/pull/27)
4044

4145
## [3.0.3](https://pypi.org/project/pyvalhalla/3.0.3/) - 2022-09-11
4246

43-
_Valhalla version 3.1.4_
47+
_Valhalla version [3.1.4](https://github.com/valhalla/valhalla/releases/tag/3.1.4)_
4448

4549
### CHANGED
4650

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

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

51-
_Valhalla version 3.1.4_
55+
_Valhalla version [3.1.4](https://github.com/valhalla/valhalla/releases/tag/3.1.4)_
5256

5357
### ADDED
5458

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

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

59-
_Valhalla version 3.1.4_
63+
_Valhalla version [3.1.4](https://github.com/valhalla/valhalla/releases/tag/3.1.4)_
6064

6165
### Fixed
6266

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

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

67-
_Valhalla version 3.1.4_
71+
_Valhalla version [3.1.4](https://github.com/valhalla/valhalla/releases/tag/3.1.4)_
6872

6973
### First release

0 commit comments

Comments
 (0)