Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(pre) release for 1.3 #800

Merged
merged 624 commits into from
Feb 14, 2024
Merged

(pre) release for 1.3 #800

merged 624 commits into from
Feb 14, 2024

Conversation

jpn--
Copy link
Member

@jpn-- jpn-- commented Feb 14, 2024

This update offers numerous significant enhancements to how ActivitySim works, including:

  • Removal of ORCA. This new version of ActivitySim does not use ORCA as a dependency, and thus does not rely on ORCA’s global state to manage data. Instead, a new State class is introduced, which encapsulates the current state of a simulation including all data tables. This is a significant change “under the hood”, which may be particularly consequential for model that use “extensions” to the ActivitySim framework. Replace ORCA with non-global state #654
  • Pydantic for model settings. In prior versions, model settings were specifies as YAML input files and could contain arbitrary content, both for ActivitySim at a global level as well as for individual components. This update now uses Pydantic to validate settings. Config Settings and Documentation #758
  • Input checker. This new component allows for configuring checks on the validity of data input files. Input Checker #753
  • Data Type Optimization. A variety of internal data type optimization changes in Data Type Optimization #782
  • BayDAG Contributions in BayDAG Contributions #657

Other smaller enhancements include:

vivekyadav26 and others added 30 commits October 31, 2023 09:14
Updated Model Component Documentation
Model Documentation Updates and minor bug fixes
documentation builds better
jpn-- and others added 29 commits February 8, 2024 10:28
added stricter joining of annotated fields
# Conflicts:
#	activitysim/abm/models/vehicle_type_choice.py
- person_id is not compatible for tour and trip destination models, should use tour_id or trip_id instead
- to make this variable for generic, the code will now use the first column in the alternative data file
…_patch

Alt col name bug fix for option to handle larger dataset for location models
Performance monitoring fixes
@jpn-- jpn-- merged commit c0305bd into main Feb 14, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants