Skip to content

Releases: IGNF/route-graph-generator

2.2.6

28 Mar 14:22
ed2c9bf
Compare
Choose a tag to compare

What's Changed

  • fix(subprocess): wait for process stop in case of None returncode by @jmkerloch in #79

Full Changelog: 2.2.5...2.2.6

2.2.5

22 Mar 08:07
e580b63
Compare
Choose a tag to compare

What's Changed

  • feat(valhalla): increase isochrone limits in valhalla config by @azarz in #77
  • Feat/check subprocess return code by @jmkerloch in #76

Full Changelog: 2.2.4...2.2.5

2.2.4

12 Mar 14:48
884235e
Compare
Choose a tag to compare

What's Changed

CHANGED:

  • Pivot to pgr: Not using clean_grpah method anymore, but a SQL query

2.2.3

14 Feb 13:48
8bc09e5
Compare
Choose a tag to compare

What's Changed

  • Pivot to osm: Using batches for fetching edges and nodes in pivot DB

2.2.2

02 Feb 17:18
Compare
Choose a tag to compare

What's Changed

ADD:

  • VACUUM ANALYSE is done only on created tables
  • Templates for issues and PR
  • A code of conduct was adapted from the contributor covenant
  • A contributing was added
  • The DCO was added
  • Restrict access to pedestrian ways according to BDTOPO
  • Better handling of urbain column inside the BDTOPO

FIX:

  • Durée de parcours incohérente sur OSRM entre car-fastest et car-shortest
  • Wrong data types for some restrictions of the BDTOPO

Full Changelog: 2.2.1...2.2.2

2.2.1

03 May 09:15
610c430
Compare
Choose a tag to compare

What's Changed

  • [ci] move deployment on master by @lgrd in #53
  • [fix] move last ref to master by @lgrd in #54
  • [ci] delete doc deployment on tags by @lgrd in #56
  • Merge 2.2.1 into master by @lgrd in #57

Full Changelog: 2.2.0...2.2.1

2.2.0

07 Apr 11:11
7ded3e6
Compare
Choose a tag to compare

What's Changed

  • feat(json-schema):add cost_calculations file json-schema by @jmkerloch in #48
  • [fix] delete name attribute inside docker conf by @lgrd in #49
  • fix(road2config): default value for pop to avoid exception by @jmkerloch in #51
  • fix(ci): update supported tag version to x.y.z by @jmkerloch in #50
  • feat(changelog): update version to 2.2.0 and add changelog by @jmkerloch in #52

Full Changelog: 2.1.0...2.2.0

2.1.0

09 Mar 14:46
268346f
Compare
Choose a tag to compare

What's Changed

  • Refactor/entrypoint by @benoitblanc in #22
  • feat(doc) Add doc generation with sphinx by @benoitblanc in #19
  • feat(ci): add docker image publish in github container registry by @jmkerloch in #25
  • Refactor/dockerfile requirements by @benoitblanc in #27
  • feat(ci): add documentation publish on github pages by @gwenandres in #26
  • feat(docker): update python version to 3.10.9 by @jmkerloch in #28
  • feat(package): add setup.py parameters for publication by @jmkerloch in #29
  • feat(docker): update debian version to bullseye by @jmkerloch in #32
  • feat(sql_convert): use schema from database configuration by @jmkerloch in #33
  • feat(bdtopo): add bdtopo conversion script by @jmkerloch in #37
  • Remove setuptools requirement from base requirements by @gwenandres in #39
  • feat(pivot): use schema for pivot table conversion to osm or pgrouting by @jmkerloch in #35
  • [fix] (dis)connect to working db by @lgrd in #41
  • feat(ci): add publish of package in test pypi and pypi for tags by @jmkerloch in #30
  • Feature/add cli test by @jmkerloch in #38
  • [fix] ignore files created by tests by @lgrd in #43
  • feat(new version): update changelog and change version to 2.1.0 by @jmkerloch in #45
  • Test/cli pivot to osm by @jmkerloch in #44

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

16 Jan 11:38
29daf0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/IGNF/route-graph-generator/commits/2.0.0