Skip to content

Commit b2cb231

Browse files
authored
Merge pull request #245 from TIDES-transit/develop
Formalizing Release v1.0 -- Stable Baseline
2 parents aa80c12 + 048ea8c commit b2cb231

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

.markdownlint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ MD033: false
1919

2020
# Remove "no emphasis as heading"
2121
MD036: false
22+
23+
# Allow duplicate headings under different parents (needed for CHANGELOG.md)
24+
MD024:
25+
siblings_only: true

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Changelog
2+
3+
All notable changes to the TIDES specification will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0] - 2025-12-23
11+
12+
### Changed
13+
14+
- Promoted to stable release (no normative changes from v1.0-beta.1)
15+
16+
### Added
17+
18+
- CHANGELOG.md to track specification changes
19+
20+
## [1.0-beta.1] - 2024-01-06
21+
22+
### Added
23+
24+
- Initial pre-release of the TIDES data specification
25+
- **Core Tables:**
26+
- `vehicle_locations` - Timestamped vehicle locations and speeds.
27+
- `passenger_events` - Timestamped passenger-related events, including boardings and alightings.
28+
- `fare_transactions` - Timestamped fare transaction, associated with devices.
29+
- `stop_visits` - Summarized boarding, alighting, arrival, departure, and other events (kneel engaged, ramp deployed, etc.) by trip and stop for each service date.
30+
- `trips_performed` - Trips performed for each service date.
31+
- `station_activities` - Summarized transactions, entries, and exits by stop or station and time period for each service date (for events not associated with a trip).
32+
- `devices` - Measurement devices, such as AVL, APC, and AFC devices, associated with vehicles or stops or stations.
33+
- `train_cars` - Assets that comprise vehicles, such as train cars, with descriptive information.
34+
- `vehicle_train_cars` - Relationships between assets and vehicles.
35+
- `vehicles` - Vehicles, including buses and train consists, with descriptive information.
36+
- `operators` - Personnel who operate vehicles.
37+
- TIDES Data Package Profile for data packaging
38+
- Sample template data package structure
39+
- Validation tools and test scripts
40+
- Documentation site with governance policies
41+
- Change management policy with semantic versioning
42+
43+
[Unreleased]: https://github.com/TIDES-transit/TIDES/compare/v1.0...HEAD
44+
[1.0]: https://github.com/TIDES-transit/TIDES/compare/v1.0-beta.1...v1.0
45+
[1.0-beta.1]: https://github.com/TIDES-transit/TIDES/releases/tag/v1.0-beta.1

0 commit comments

Comments
 (0)