Skip to content

Commit 63979cd

Browse files
committed
update NEWS
1 parent a0582bb commit 63979cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: tidytransit
22
Type: Package
33
Title: Read, Validate, Analyze, and Map GTFS Feeds
4-
Version: 1.7.0
4+
Version: 1.7.0.900
55
Authors@R: c(
66
person("Flavio", "Poletti", role = c("aut", "cre"), email = "[email protected]"),
77
person(given = "Daniel",family = "Herszenhut",role = c("aut"),email = "[email protected]",comment = c(ORCID = "0000-0001-8066-1105")),

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# tidytransit (development)
2+
- update gtfs reference sysdata [#221](https://github.com/r-transit/tidytransit/pull/214)
3+
- use fallback MobilityData dataset (extdata) in vignette if URL fails [9e352eb](https://github.com/r-transit/tidytransit/commit/9e352ebc63adeb5f9bc540e2d56c432ddcb75f57)
4+
- bugfix: `by` parameter in `stop_group_distances()` is no longer ignored [#214](https://github.com/r-transit/tidytransit/pull/214)
5+
- bugfix: catch empty/NA parameter values in `filter_stop_times()`
6+
7+
18
# tidytransit 1.7.0
29

310
- `read_gtfs()` can now read `locations.geojson` files according to the updated specifications [#214](https://github.com/r-transit/tidytransit/pull/214)

0 commit comments

Comments
 (0)