Skip to content

Releases: hove-io/transit_model

v0.33.0

15 Jan 13:34
6877f64
Compare
Choose a tag to compare
  • [feature] remove transfers at the same stop point in gtfs export #725
  • [feature] read gtfs route as line #724
  • [fix] removal of trips containing stop zone #728
  • [tech] publish on crates.io when release is published #729
  • [tech] rust 1.49 #727
  • [tech] bump to 0.33.0 #726

v0.32.2

20 Nov 11:20
e75667d
Compare
Choose a tag to compare
  • [feature] Do not auto-generate route names when stop's names are empty #718
  • [feature] Rebuild 'trip_headsign' if empty string #717
  • [tech] Remove Travis #722
  • [fix] Clippy warning with Rust 1.48.0 #723

v0.32.1

06 Nov 12:26
5c23daf
Compare
Choose a tag to compare
  • [fix] read object codes on companies #716

v0.32.0

28 Oct 13:58
edb7b4b
Compare
Choose a tag to compare
  • [feature] add object codes on companies #713
  • [fix] Small syntax improvement instead of 'matches' #711
  • [tech] Fix clippy #710

v0.31.4

09 Oct 08:18
ddf5490
Compare
Choose a tag to compare
  • [feature] default value for transfer time #709

v0.31.3

25 Sep 09:55
6fc68a7
Compare
Choose a tag to compare
  • [fix] fix short option for gtfs2ntfs #704
  • [feature] warning if more than one timezone is reported on agency file #705
  • [tech] Support last version of NeTeX norm #706

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