Skip to content

Releases: remix/partridge

v0.6.0

22 Feb 05:56
Compare
Choose a tag to compare
  • Published package no longer includes unnecessary fixtures to reduce the size.
  • Naively write a feed object to a zip file with ptg.write_feed_dangerously.
  • Read the earliest, busiest date and its service_ids from a feed with ptg.read_busiest_date.
  • Bug fix: Handle calendar.txt/calendar_dates.txt entries w/o applicable trips.

v0.6.0.dev1

24 Jan 22:17
Compare
Choose a tag to compare
v0.6.0.dev1 Pre-release
Pre-release
  • Add support for reading files from a folder. Thanks again @danielsclint!

v0.5.0

22 Dec 21:13
Compare
Choose a tag to compare
  • Easily build a representative view of a zip with ptg.get_representative_feed. Inspired by peartree.
  • Extract out GTFS zips by agency_id/route_id with ptg.extract_{agencies,routes}.
  • Read arbitrary files from a zip with feed.get('myfile.txt').
  • Remove service_ids_by_date, dates_by_service_ids, and trip_counts_by_date from the feed class. Instead use ptg.{read_service_ids_by_date,read_dates_by_service_ids,read_trip_counts_by_date}.

v0.4.0

10 Dec 19:47
Compare
Choose a tag to compare
  • Added Python 2.7 support. Thanks, @danielsclint!
  • Preserve given column names when all rows are filtered out.

v0.3.0

12 Oct 15:34
Compare
Choose a tag to compare

Fix service date resolution for raw_feed. Previously raw_feed considered all days of the week from calendar.txt to be active regardless of 0/1 value.

v0.2.0

30 Sep 17:54
Compare
Choose a tag to compare

Add a missing edge from fare_rules.txt to routes.txt in the default dependency graph.

Initial release

25 Sep 01:36
Compare
Choose a tag to compare
v0.1.0

Fix make clean