Skip to content

XTMF-1.14.1447

Choose a tag to compare

@JamesVaughan JamesVaughan released this 09 Apr 13:39
· 49 commits to dev since this release

New Features

  • Updated to .Net 9
  • EMME 2024 and 2025 support
  • STTA now supports changing the number of lanes
  • Improved Automated Calibration Framework
  • Able to run a previous run.
  • Improved Output Console Window
  • Custom utility matrices for location choice
  • Custom utility matrices for V4Modes.
  • Improved performance on modern CPU architectures
  • Updated Keyboard shortcuts
    • When selecting a module you can now press ctrl+P to switch to that module's parameters. Press Escape to move control back to the modules, twice if you have a filter on the module parameters. The same control flow works for quick parameters but with the shortcut of ctrl+Q.
  • Improved error messages when running into TTF0's when trying to do a transit assignment
  • When generating the fare based hyper-network, having a fare group with 0 transit lines no longer causes a crash, instead a warning is sent to console.
  • PoRPoS now supports custom age groups.
  • Custom attributes are now supported when loading in Households, Persons, and Trips for easier third-party module development.
  • You can now copy a module's parameters to the clipboard and paste it into a spreadsheet. This option is inside the parameter context menu under the category Parameters.

Breaking Changes

  • When updating a model system from XTMF 1.12 or before, you will need to zero out Tasha.V4Modes.Bicycle's MarketFlag, Other Flag, and SchoolFlag. These parameters were previously existed but were not used in utility calculations.

Setting up EMME 2024/2025

EMME 2024 and EMME 2025 use a new version of Python 3.11. In order to support that XTMF 1.14 ships with three different versions of the TMGToolbox.

  • Modules/TMG_Toolbox.mtbx - Use this for EMME 4.4.5.1 and before
  • Modules/TMG_Toolbox_Python3.mtbx - Use this for EMME 4.6 to EMME 2023 (EMME 4.5 is not supported)
  • Modules/TMG_Toolbox_Python311.mtbx - Use this for EMME 2024 and EMME 2025

Changes since XTMF 1.13

Full Changelog: 1.13.1444...1.14.1447