Skip to content

Commit

Permalink
some older changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jul 26, 2024
1 parent a64c787 commit 2c1770c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/dev-guide/changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Significant and Breaking Changes
# Change Log

This document describes significant changes to ActivitySim. This includes
major new features that may require modifications to existing model configurations
Expand Down Expand Up @@ -209,3 +209,23 @@ the model is run, and can be used to ensure that the input data is correctly
formatted and complete.

See [PR #753](https://github.com/ActivitySim/activitysim/pull/753) for code updates.

### Removal of orca dependency

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`](activitysim.core.workflow.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.
See [PR #654](https://github.com/ActivitySim/activitysim/pull/654) for code updates.

## v1.2

The [v1.2](https://github.com/ActivitySim/activitysim/releases/tag/v1.2.0) release
includes all updates and enhancements complete in the ActivitySim Consortium's Phase 7
development cycle, including:

- Sharrow performance enhancement
- Explicit school escorting
- Disaggregate accessibility
- Simulation-based shadow pricing
1 change: 1 addition & 0 deletions docs/dev-guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ Contents
../core
../benchmarking
build-docs
changes

0 comments on commit 2c1770c

Please sign in to comment.