Skip to content

Releases: wklumpen/gtfs-lite

Version 0.2.1 - Cleanup and bufixes

08 Nov 16:40
Compare
Choose a tag to compare

What's Changed

  • Fixed #34 with a frequency matrix rewrite by @wklumpen in #35
  • Update gtfs.py to fix reading of attributions.txt by @carlhiggs in #37
  • Update gtfs.py to strip df header whitespace by @carlhiggs in #39
  • Parse frequencies.txt end and start times as time deltas by @carlhiggs in #41
  • Change method from append to extend to concatenate lists by @olalid in #43
  • 'exact_times' in frequencies.txt is optional, so should be Int64 not int to accomodate possibility of NaNs by @carlhiggs in #47
  • Handle weird additional files. Closes #50 by @wklumpen in #51
  • Enable writing to a zipfile. Closes #32 by @wklumpen in #52
  • Added feature to remove a route. Closes #49 by @wklumpen in #55
  • Updated unique trips at stops function by @wklumpen in #58
  • Updated service hours to include frequencies by @wklumpen in #60
  • Date coverage and trips update for #48 by @wklumpen in #63
  • Added kwargs to file loading for #61 by @wklumpen in #65

New Contributors

Full Changelog: v0.2.0...v0.2.1

Version 0.2.0 - Headway Matrices and Time Slices

02 Mar 03:37
Compare
Choose a tag to compare

Updated documentation, additional features such as headway matrices, and additional time slice possibilities.

Fix for badly formatted CSV files

25 Feb 14:04
Compare
Choose a tag to compare
Pre-release

Data loading now accommodates files formatted with leading spaces after commas.

Nexted folder structure for v0.1.7

12 Feb 14:54
Compare
Choose a tag to compare
Pre-release

Update to accommodate GTFS zipfiles that are nested (i.e. the folder containing the files was zipped). The load function now searches the entire subdirectory for files and tracks their location.

Hotfix for v0.1.4

10 Sep 16:48
Compare
Choose a tag to compare
Hotfix for v0.1.4 Pre-release
Pre-release

Bugfix for v0.1.4 to update the trips_at_stops function.

Bug fixes and unique trips by stop list feature.

10 Sep 15:49
Compare
Choose a tag to compare

Updated with some bugfixes related to date strings, and the addition of a method to find unique trips that visit a list of stops.

Bug fixes and service hours features

04 Sep 15:26
Compare
Choose a tag to compare
Pre-release

This release includes some small updates to the data fields used by Pandas when reading files, and includes some service hour calculation updates.

Initial Packaging

28 May 15:42
Compare
Choose a tag to compare
Initial Packaging Pre-release
Pre-release

Initial packaging and publication of the package on PyPI:

https://pypi.org/project/gtfs-lite/