Releases: hove-io/transit_model
Releases · hove-io/transit_model
v0.12.1
- [fix] Remove specific implementations for
route.name
generation in connectors #492 - [fix] Improvement on the conversion of fares v2 to v1 #495
- [fix] Fix conversion from ntfs 10.0 to 11.0 on stoptimes precision #494
- [fix] Apply rules: fix logs #496
- [tech] Mergify only accepts CoreToolTeam reviewings #497
- [tech] Apply 'sanitize' to 'try_merge' tests #493
- [tech] Automatically generated route names if empty #491
- [doc] Fare V2->V1 precisions and examples #498
- [doc] Update doc on fares V2>V1 #489
v0.12.0
- [feature] manage date time estimated #484
- [feature] NTFS: removed zone_id field from stops #481
- [feature] NTFS: removed station_id from admin_stations #480
- [feature] Add rule to modify name of physical and commercial modes #482
- [fix] Apply
sanitize
toapply_rules
#487 - [fix] Apply
sanitize
toenrich-with-hellogo-fares
#488 - [tech] Regroup all generic business rules into Model::new() #486
- [tech] Deprecate model-builder crate #483
- [doc] fixed hour in french #490
v0.11.1
- [fix] Netex - Skip line without network #479
- [feature] Parse RoutingConstraintZone for Netex IDF #478
- [tech] Calendar deduplication #476
- [fix] Fix sanitize after filter-ntfs #477
- [tech] Bump version to catch up on our new strategy (see #458) #474
- [feature] apply property rules on co2_emission #475
- [tech] Moved apply_rules functions into modules #472
- [fix] Offer file fixture / Invalid xml #471
- [feature] Update fixtures for RoutingConstraintZone #470
- [tech] Extract validity_period's related function into it's own module #468
- [feature] Netex IDF: add trip properties #469
- [feature] Netex IDF: Add comments for Lines #467
- [feature] Netex IDF: Add comments for Vehicle Journeys #466
- [feature] Netex IDF: Parse communs.xml #465
- [feature] Netex IDF: Add trip_short_name #463
- [feature] Netex IDF: stop accessibility #460
- [feature] NETEX IDF: complementary codes on lines #464
- [feature] Netex IDF: Add trip_headsign from last stop #462
- [feature] Netex IDF: line colors #461
- [feature] Netex IDF: Add 'trip_headsign' #451
- [tech] Exclude all useless files from the Cargo publishing process #457
- [doc] Netex IDF: fix netex idfm spec on midnight stop_times #459
- [feature] Add 'trip_short_name' into 'trips.txt' (NTFS v0.10.0) #455
NetexIDF
transit_model
- [Feature] NetexIDF - Add minimum NetexIDF reading and NTFS conversion (referential and trips/stoptimes)
- [Feature] Add default CO2 emissions for physical modes #445
- [Fix] Fix sanitize comments on stop times #447
- [Fix] Fix licenses - Change to
AGPL-3.0-only
#437 - [Doc] Specs gtfs2ntfs: reading calendars & common pre-processing #438
- [Doc] Shared parts among connectors #452
v0.10.0
transit_model
- [fix] KV1: skip routes and lines if no vehicle journeys #410
- [feature] GTFS: read pathways and levels #398
- [feature] Merge NTFS: merge comments of stop points and stop areas #440
- [feature] NTFS: read/write grid calendars #300, #421, #423, #422
- [doc] gtfs2ntfs: update description of stop's location type
- [doc] Enrich documentation about grfs2ntfs #424
transit_model_collection
- [feature] added function
contains_id
#432
v0.9.0
- [doc] Updated documentation TransXChange #364
- add some benches #332
- [fix] preserve geometries in sanitize #383, #384, #385
- You do not need to open a file before instanciating a ZipHandler #380
- [fix] merge stop area: update route's detination_id #395
- [feature] Keep frequencies when reading NTFS #396
- [feature] gtfs2ntfs: add object codes on vehicle journeys #402
- [feature] gtfs2ntfs: add object codes on networks #400
- [feature] gtfs2ntfs: add object codes on stop points #401, #403
- Add some log debug in sanitize function #401, #399
v0.8.0
Removed binaries
- moved all binaries to https://github.com/CanalTP/tartare-tools #316
- removed
read_from_url
utility #325
TransXChange
Add incomplete TransXChange reader