Skip to content

Commit

Permalink
add NEWS.md for v1.0.0 to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
polettif committed Oct 15, 2024
1 parent 33e1ef5 commit ca14c82
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# tidytransit 1.6.1

- fix: Add `fare_media_id` to `fare_products` in spec.R [#207](https://github.com/r-transit/tidytransit/pull/207)
- compare values, ignore attributes for sf object tests [#211](https://github.com/r-transit/tidytransit/pull/211)
- Fix tests for CRAN and update contributors [#212](https://github.com/r-transit/tidytransit/pull/212)


# tidytransit 1.6.0

- update raptor() and travel_times(), add interpolate_stop_times() [#204](https://github.com/r-transit/tidytransit/pull/204)
- depend on dplyr >= 1.1.1 [#205](https://github.com/r-transit/tidytransit/pull/205)


# tidytransit 1.5.1

- Improve duplicated primary key check [#203](https://github.com/r-transit/tidytransit/pull/203)


# tidytransit 1.5.0

- introduce `as_tidygtfs` and primary key check [#198](https://github.com/r-transit/tidytransit/pull/198)
- `tidygtfs `inherits list class [#202](https://github.com/r-transit/tidytransit/pull/202)
- Use `NA` for empty arrival/departure time strings [#196](https://github.com/r-transit/tidytransit/pull/196)
- pass on `...` argument in `read_gtfs `to `gtfsio::import_gtfs` [#199](https://github.com/r-transit/tidytransit/pull/199)
- Fix for dplyr 1.1.1 [#197](https://github.com/r-transit/tidytransit/pull/197)
- depend on gtfsio >= 1.1.0 [#201](https://github.com/r-transit/tidytransit/pull/201)
- update raptor doc [#200](https://github.com/r-transit/tidytransit/pull/200)


# tidytransit 1.4.1

- optional transfers in filter_stop_times [#188](https://github.com/r-transit/tidytransit/pull/188)
- Suppress multiple match warning (dplyr 1.1) [#191](https://github.com/r-transit/tidytransit/pull/191)
- Use expect_no_warning, remove httr dependency [#194](https://github.com/r-transit/tidytransit/pull/194)


# tidytransit 1.4.0

- remove transitfeeds API and dataset, add mobilitydata.org to vignette [#184](https://github.com/r-transit/tidytransit/pull/184)
- update URLs [#185](https://github.com/r-transit/tidytransit/pull/185)
- increase test coverage and update doc [#186](https://github.com/r-transit/tidytransit/pull/186)


# tidytransit 1.3.1

- optimize filter_stop_times [#183](https://github.com/r-transit/tidytransit/pull/183)


# tidytransit 1.3.0

- fix set_dates_services for feeds only using calendar_dates [#178](https://github.com/r-transit/tidytransit/pull/178)
- only keep transfers where both stops match filter [#180](https://github.com/r-transit/tidytransit/pull/180)
- stop distance analysis and stop_name clustering [#181](https://github.com/r-transit/tidytransit/pull/181)
- functions to convert empty strings to NA and vice versa [#182](https://github.com/r-transit/tidytransit/pull/182)


# tidytransit 1.2.0

- Trim dependencies [#171](https://github.com/r-transit/tidytransit/pull/171)
- restore get_route_frequency and vignette [#173](https://github.com/r-transit/tidytransit/pull/173)
- fix github actions [#174](https://github.com/r-transit/tidytransit/pull/174)
- fix ggplot warnings in vignette
- use "tidygtfs" in summary
- files parameter is now passed on to gtfsio::import_gtfs


# tidytransit 1.1.0

- added filter_feed_by functions [#168](https://github.com/r-transit/tidytransit/pull/168)
- write_gtfs now correctly converts sf objects to gtfs csv tables (via sf_as_tbl) [#168](https://github.com/r-transit/tidytransit/pull/168)
- added gtfs_transform which runs sf::st_transform on shapes and stops [#168](https://github.com/r-transit/tidytransit/pull/168)
- added trolleybus and monorail to route_types
- update documentation and deployment

# tidytransit 1.0.0

- use gtfsio backend [#164](https://github.com/r-transit/tidytransit/pull/164)

0 comments on commit ca14c82

Please sign in to comment.