Releases: wklumpen/gtfs-lite
Version 0.2.1 - Cleanup and bufixes
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
- @carlhiggs made their first contribution in #37
- @olalid made their first contribution in #43
Full Changelog: v0.2.0...v0.2.1
Version 0.2.0 - Headway Matrices and Time Slices
Updated documentation, additional features such as headway matrices, and additional time slice possibilities.
Fix for badly formatted CSV files
Data loading now accommodates files formatted with leading spaces after commas.
Nexted folder structure for v0.1.7
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
Bugfix for v0.1.4 to update the trips_at_stops
function.
Bug fixes and unique trips by stop list feature.
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
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
Initial packaging and publication of the package on PyPI: