From 0c34db6a410cad6ac17d228906ea3266f61fd9cc Mon Sep 17 00:00:00 2001 From: Joe Flood Date: Mon, 4 Nov 2024 16:13:24 -0800 Subject: [PATCH 1/4] Wrote initial draft of v15.2.0 release notes --- docs/release-notes.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 80e91e85f..367d2e472 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,29 @@ # Release Notes +## Version 15.2.0 (November X, 2024) +Since release 15.1.0, several bug fixes and new features were added. Results of ABM3 using Version 15.2 are anticipated to be presented to the SANDAG Board of Directors in January 2025. + +### ActivitySim Version +No changes made to ActivitySim version. + +### Features +- [PR 203](https://github.com/SANDAG/ABM/pull/203): Added tracking of disk space usage +- [PR 204](https://github.com/SANDAG/ABM/pull/204), [PR 219](https://github.com/SANDAG/ABM/pull/219), & [PR 232](https://github.com/SANDAG/ABM/pull/232): Flexible fleets improvement and calibration +- [PR 206](https://github.com/SANDAG/ABM/pull/206): Reduced sensitivity of electric vehicle ownership to number of chargers +- [PR 210](https://github.com/SANDAG/ABM/pull/210): Added input network and land use paths to scenario table in Datalake +- [PR 222](https://github.com/SANDAG/ABM/pull/222): Updated version number in the property file +- [PR 223](https://github.com/SANDAG/ABM/pull/223): Updated validation to work with networks created from TNED +- [PR 226](https://github.com/SANDAG/ABM/pull/226): Included FFC attribute in Emme network for reporting + +### Bug Fixes +- [PR 212](https://github.com/SANDAG/ABM/pull/212), [PR 213](https://github.com/SANDAG/ABM/pull/213), & [PR 217](https://github.com/SANDAG/ABM/pull/217): File and configuration cleanup +- [PR 214](https://github.com/SANDAG/ABM/pull/214), [PR 216](https://github.com/SANDAG/ABM/pull/216), [PR 220](https://github.com/SANDAG/ABM/pull/220), [PR 221](https://github.com/SANDAG/ABM/pull/221), [PR 225](https://github.com/SANDAG/ABM/pull/225), [PR 228](https://github.com/SANDAG/ABM/pull/228), [PR 230](https://github.com/SANDAG/ABM/pull/230), [PR 231](https://github.com/SANDAG/ABM/pull/231), & [PR 233](https://github.com/SANDAG/ABM/pull/233): Various fixes to Travel Time Reporter +- [PR 218](https://github.com/SANDAG/ABM/pull/218): Allowed for traffic assignment to work without any tolled links +- [PR 224](https://github.com/SANDAG/ABM/pull/224): Removed Java-based walk logsum step +- [PR 227](https://github.com/SANDAG/ABM/pull/227): Fixed issue with link transit travel times +- [PR 229](https://github.com/SANDAG/ABM/pull/229): Fixed Java unicode error with filepaths containing folders starting with the letter U +- [PR 234](https://github.com/SANDAG/ABM/pull/234): Corrected mixed party type to correct value + ## Version 15.1.0 (September 4, 2024) As mentioned in the notes for Version 15.0.2, several improvements to the Commercial Vehicle Model (CVM) were made, largely due to SANDAG staff realizing that the survey used to estimate the CVM had likely overestimated the amount of commercial vehicle travel that was made on a given day in the region. New weights were estimated, and then the CVM was recalibrated to match these new weights. After doing this, it was found that modeled highway volumes were lower than observed counts, so some further adjustments were made to get them back up. Some components of the resident model were recalibrated to better match the survey, a new database started being used, a bug in the transit network was fixed, and other miscelaneous improvements were made. From 060dc6ab256b0a681a1ab1d1e6ff0750e983cbb5 Mon Sep 17 00:00:00 2001 From: Joe Flood Date: Wed, 6 Nov 2024 14:26:11 -0800 Subject: [PATCH 2/4] Added documentation updates to v15.2.0 release notes --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 367d2e472..eeec108df 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -14,6 +14,7 @@ No changes made to ActivitySim version. - [PR 222](https://github.com/SANDAG/ABM/pull/222): Updated version number in the property file - [PR 223](https://github.com/SANDAG/ABM/pull/223): Updated validation to work with networks created from TNED - [PR 226](https://github.com/SANDAG/ABM/pull/226): Included FFC attribute in Emme network for reporting +- [PR 215](https://github.com/SANDAG/ABM/pull/215), [PR 235](https://github.com/SANDAG/ABM/pull/235), [PR 237](https://github.com/SANDAG/ABM/pull/237), & [PR 238](https://github.com/SANDAG/ABM/pull/238): Documentation updates ### Bug Fixes - [PR 212](https://github.com/SANDAG/ABM/pull/212), [PR 213](https://github.com/SANDAG/ABM/pull/213), & [PR 217](https://github.com/SANDAG/ABM/pull/217): File and configuration cleanup From 5c76d2650551537a2b8d2bd2efb9b7a58ce768a6 Mon Sep 17 00:00:00 2001 From: Joe Flood Date: Fri, 8 Nov 2024 15:14:39 -0800 Subject: [PATCH 3/4] Updated v15.2.0 release notes with commits made on November 8, 2024 --- docs/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index eeec108df..fcfec2df3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -14,6 +14,9 @@ No changes made to ActivitySim version. - [PR 222](https://github.com/SANDAG/ABM/pull/222): Updated version number in the property file - [PR 223](https://github.com/SANDAG/ABM/pull/223): Updated validation to work with networks created from TNED - [PR 226](https://github.com/SANDAG/ABM/pull/226): Included FFC attribute in Emme network for reporting +- [PR 239](https://github.com/SANDAG/ABM/pull/239): Added option to skip validation in master run +- [PR 240](https://github.com/SANDAG/ABM/pull/240), [PR 242](https://github.com/SANDAG/ABM/pull/242), & [PR 243](https://github.com/SANDAG/ABM/pull/243): Fixes to MAZ to transit stop distances and walk times +- [PR 241](https://github.com/SANDAG/ABM/pull/241): Fixes to bike logsums and micromobility mode choice - [PR 215](https://github.com/SANDAG/ABM/pull/215), [PR 235](https://github.com/SANDAG/ABM/pull/235), [PR 237](https://github.com/SANDAG/ABM/pull/237), & [PR 238](https://github.com/SANDAG/ABM/pull/238): Documentation updates ### Bug Fixes From aebe263c961dafe111d2d3a8eb901492a5f9791b Mon Sep 17 00:00:00 2001 From: Joe Flood Date: Thu, 14 Nov 2024 10:57:58 -0800 Subject: [PATCH 4/4] Final update of v15.2.0 release notes before release --- docs/release-notes.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index fcfec2df3..ab2029920 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,6 @@ # Release Notes -## Version 15.2.0 (November X, 2024) +## Version 15.2.0 (November 14, 2024) Since release 15.1.0, several bug fixes and new features were added. Results of ABM3 using Version 15.2 are anticipated to be presented to the SANDAG Board of Directors in January 2025. ### ActivitySim Version @@ -17,16 +17,17 @@ No changes made to ActivitySim version. - [PR 239](https://github.com/SANDAG/ABM/pull/239): Added option to skip validation in master run - [PR 240](https://github.com/SANDAG/ABM/pull/240), [PR 242](https://github.com/SANDAG/ABM/pull/242), & [PR 243](https://github.com/SANDAG/ABM/pull/243): Fixes to MAZ to transit stop distances and walk times - [PR 241](https://github.com/SANDAG/ABM/pull/241): Fixes to bike logsums and micromobility mode choice -- [PR 215](https://github.com/SANDAG/ABM/pull/215), [PR 235](https://github.com/SANDAG/ABM/pull/235), [PR 237](https://github.com/SANDAG/ABM/pull/237), & [PR 238](https://github.com/SANDAG/ABM/pull/238): Documentation updates +- [PR 215](https://github.com/SANDAG/ABM/pull/215), [PR 235](https://github.com/SANDAG/ABM/pull/235), [PR 237](https://github.com/SANDAG/ABM/pull/237), [PR 238](https://github.com/SANDAG/ABM/pull/238), [PR 244](https://github.com/SANDAG/ABM/pull/244), & [PR 246](https://github.com/SANDAG/ABM/pull/246): Documentation updates ### Bug Fixes -- [PR 212](https://github.com/SANDAG/ABM/pull/212), [PR 213](https://github.com/SANDAG/ABM/pull/213), & [PR 217](https://github.com/SANDAG/ABM/pull/217): File and configuration cleanup +- [PR 212](https://github.com/SANDAG/ABM/pull/212), [PR 213](https://github.com/SANDAG/ABM/pull/213), [PR 217](https://github.com/SANDAG/ABM/pull/217), & [PR 245](https://github.com/SANDAG/ABM/pull/245): File and configuration cleanup - [PR 214](https://github.com/SANDAG/ABM/pull/214), [PR 216](https://github.com/SANDAG/ABM/pull/216), [PR 220](https://github.com/SANDAG/ABM/pull/220), [PR 221](https://github.com/SANDAG/ABM/pull/221), [PR 225](https://github.com/SANDAG/ABM/pull/225), [PR 228](https://github.com/SANDAG/ABM/pull/228), [PR 230](https://github.com/SANDAG/ABM/pull/230), [PR 231](https://github.com/SANDAG/ABM/pull/231), & [PR 233](https://github.com/SANDAG/ABM/pull/233): Various fixes to Travel Time Reporter - [PR 218](https://github.com/SANDAG/ABM/pull/218): Allowed for traffic assignment to work without any tolled links - [PR 224](https://github.com/SANDAG/ABM/pull/224): Removed Java-based walk logsum step - [PR 227](https://github.com/SANDAG/ABM/pull/227): Fixed issue with link transit travel times - [PR 229](https://github.com/SANDAG/ABM/pull/229): Fixed Java unicode error with filepaths containing folders starting with the letter U - [PR 234](https://github.com/SANDAG/ABM/pull/234): Corrected mixed party type to correct value +- [PR 242](https://github.com/SANDAG/ABM/pull/242) & [PR 243](https://github.com/SANDAG/ABM/pull/243): Fix issues with MAZ to stop distances ## Version 15.1.0 (September 4, 2024) As mentioned in the notes for Version 15.0.2, several improvements to the Commercial Vehicle Model (CVM) were made, largely due to SANDAG staff realizing that the survey used to estimate the CVM had likely overestimated the amount of commercial vehicle travel that was made on a given day in the region. New weights were estimated, and then the CVM was recalibrated to match these new weights. After doing this, it was found that modeled highway volumes were lower than observed counts, so some further adjustments were made to get them back up. Some components of the resident model were recalibrated to better match the survey, a new database started being used, a bug in the transit network was fixed, and other miscelaneous improvements were made.