Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

76 lines (51 loc) · 3.69 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.4-alpha] - 2024-04-16

Added

  • Normalisation to values between 0 and 10 for metrics (#69): Affordability, PT Wait Time, Occupancy, GHG, Travel Time, Access to Mobility services, Congestion
  • EV emissions factors for DRT #81

Fixed

  • GHG Emissions KPI under-reporting bug (#73)
  • Added default values for DRT (previously assumed as zero) #81

[0.0.3-alpha] - 2024-03-07

Added

  • Passenger KM KPI (#50)
  • Affordability KPI (#59)
  • Greenhouse gases (GHG) emissions KPI (#60)
  • Average travel time KPI (#61)
  • Access to mobility services KPI (#62)
  • Parking space demand/mobility space usage KPI (#63)
  • More supporting data tables:
    • supporting-data-activity-facilities.csv.gz
    • supporting-data-activities.csv.gz
    • supporting-data-person-mode-score-parameters.csv.gz

Fixed

  • Vehicle KM KPI output being off by factor of 10 when converting units (#49)

Changed

  • Docker image now accepts optional runtime JVM parameters (#36)
  • README now includes JVM memory tuning instructions (#48)
  • Gelato now uses less memory (#52)
  • Tables:
    • transit stops now include mode of transport using the stop (#62)
    • vehicles get fuel types and emission factors (#60)
    • trips and legs have an additional column reporting monetary cost of the trip or leg (#59)

[0.0.2-alpha] - 2024-02-21

Added

  • Dockerfile (#11)
  • Support for MATSim runIds
  • Support for MATSim outputs with differing file compression types

Fixed

  • Error parsing trips & legs with large numbers of rows and one or more time columns with values > 24 hours (#18)
  • SLF4J runtime error/warning (#20)
  • DRT mode not showing up in congestion outputs (#10, #23)
  • Missing data in congestion KPI outputs that were caused by infinite speed links (#38)
  • DRT mode not showing up in PT wait time KPI output (#45, #46)

Changed

  • Output files are now compressed (#27)
  • Wording and content of the README (#16)

[0.0.1-alpha] - 2024-02-07

The initial alpha pre-release. The functionality is as described in the pinned version of the README.