Releases: motis-project/motis
Releases · motis-project/motis
v0.12.4: fix get station
v0.12.3: osr w/o mmap for routing data
What's Changed
- osr without memory mapped routing data by @felixguendling in #507
Full Changelog: v0.12.2...v0.12.3
v0.12.2: tz database, speedup
What's Changed
- intermodal: set default router to nigiri by @felixguendling in #503
- Update date to have newer time zone info by @jbruechert in #504
- Update nigiri by @felixguendling in #506
Full Changelog: v0.12.1...v0.12.2
v0.12.1 GTFS+ GTFS-RT robustness
Please check on your GTFS feeds that the new GTFS-RT matching logic still works.
What's Changed
- update nigiri - fixes #501 by @felixguendling in #502
Improvements:
- handling of special case "only one agency" = "routes.txt can omit agency info" (important for timezone)
- handling of ambiguous
start_time
GTFS-RT attribute24:15:00
is the same as00:15:00
on the next day - improved interval extension logic
Full Changelog: v0.12.0...v0.12.1
v0.12.0: old core removed
What's Changed
- repo cleanup + upgrade to clang-17 & gcc-13 by @felixguendling in #500
Full Changelog: v0.11.35...v0.12.0
v0.11.35: guess handle UTF8
v0.11.34: update osr
What's Changed
- Update osr by @felixguendling in #495
osr
routing data memory usage down to 12.7 G from 38 G in the previous release and 76 G in the release before the previous release.
Full Changelog: v0.11.33...v0.11.34
v0.11.33: osr memory usage halved
v0.11.32: osr fixes
What's Changed
- update osr (wheelchair profile, level handling fixes, elevator handling fixes) by @felixguendling in #491
Full Changelog: v0.11.31...v0.11.32
v0.11.31: osr turn restrictions
- Bugfix in railviz for
block_id
trips osr
module supports turn restrictions for the car profile and doesn't jump levels for indoor routing
What's Changed
- update osr, railviz bugfix by @felixguendling in #490
Full Changelog: v0.11.30...v0.11.31