Skip to content

Releases: hove-io/transit_model

v0.31.2

16 Sep 16:09
fc42ed4
Compare
Choose a tag to compare

v0.31.1...v0.31.2

  • [feature] Improve test utils for report on files count #701
  • [feature] Automatically remove empty comments from the model #699
  • [feature] Support for GTFS transfers with StopArea #700
  • [feature] Default forbid pickup/dropoff on last/first stop times of vehicle journeys #703
  • [fix] Do not create transfers when geolocation is (0, 0) #702

v0.31.1

07 Sep 08:51
9ff2d5f
Compare
Choose a tag to compare

v0.31.0...v0.31.1

  • [tech] Use action-rs/audit-check #694
  • [feature] Make transit_model::Result generic on Error #698
  • [tech] Add code coverage in the build #558

v0.31.0

02 Sep 09:49
17cefcd
Compare
Choose a tag to compare

v0.30.1...v0.31.0

  • [doc] improve examples #692
  • [tech] only use deflate feature of crate zip #693
  • [fix] Typos in the documentation of sub-prefixes #695
  • [fix] Give expected enum instead of using 'parse()' #696
  • [feature] chrono_tz:0.5.3 (implements Display for Tz) #697

Migration notes

If you were using transit_model::objects::TzExt, this wrapper around chrono_tz::Tz does not exist anymore, you can directly use chrono_tz::Tz instead. This wrapper was introduced in order to implement std::fmt::Display trait for chrono_tz::Tz. Now, this implementation exists in chrono_tz:0.5.3 so we do not need the TzExt wrapper anymore.

v0.30.1

26 Aug 15:55
3f3f196
Compare
Choose a tag to compare

[feature] ntfs2gtfs: add flag mode_in_route_short_name #690

v0.30.0

26 Aug 06:56
3f3f196
Compare
Choose a tag to compare
  • [feature] Gtfs2Ntfs: added parameter --schedule-prefix #688

v0.29.0

24 Aug 13:09
12c33cc
Compare
Choose a tag to compare

[tech] use proj 7.1.0 #689

v0.28.0: Merge pull request #680 from patochectp/use_crate_chrono_tz_for_timezone

07 Aug 12:51
89fdaa5
Compare
Choose a tag to compare

v0.27.0: Merge pull request #686 from datanel/tranfers_condition

06 Aug 15:56
6ac4d27
Compare
Choose a tag to compare
  • [feature] Transfers: add the possibility to determine if a transfer could be created #686
  • [feature] Full comment deduplication for referential objects, based on name only for similarity #685
  • [doc] improve subprefix description in GTFS conversion #687
  • [doc] Update gtfs2ntfs specification #684

v0.26.1

31 Jul 09:14
878c08c
Compare
Choose a tag to compare

[feature] Use schedule_prefix for equipment #683

v0.26.0

28 Jul 13:12
1e46a1a
Compare
Choose a tag to compare
  • [tech] upgrade crates #681