Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@jpn-- jpn-- released this 02 Jun 17:51
· 5 commits to main since this release
022775b

This release incorporates several minor changes to the ActivitySim platform.

Notable Changes

The following are changes that may alter results for existing models (generally for the better)...

  • SANDAG abm3 v15.0.0 contributions by @i-am-sijia in #934. This fixes a zone sampling bug in the disaggregate accessibility model.
  • Update to use pandas v2.* by @jpn-- in #932. This makes ActivitySim compatible with pandas v2. The migration from pandas 1.x to 2.x is mostly a seamless and transparent transition, where a handful of method names have changed under the hood but the functionality of the system is not impacted. However, a few changes, in particular the indexing and sort order of merged DataFrames, resulted in some changes in the reproducible random numbers, which required regenerating regression tests. Users updating existing models may see different results due to differences in the random numbers, but results should still be statistically valid, and will be stable and predictable after the change in the same way they were before the change.

Other Changes

There are a number of other updates that should not impact existing models in any way...

New Contributors

Full Changelog: v1.3.4...v1.4.0