Skip to content

Releases: ActivitySim/sharrow

v2.15.0

31 Oct 00:18
ab25d30

Choose a tag to compare

This release fixes a bug in the handling of two-zone skims. In legacy ActivitySim two zone systems, MAZ to MAZ skims are used when there is a corresponding value in the MAZ to MAZ table, otherwise the relevant LoS value is found in the TAZ to TAZ skim matrix of the same name, if it exists. If it does not exist, the value returned is zero. In Sharrow version 2.14 and earlier, accessing a LoS value for a missing MAZ to MAZ value would result in an error if the TAZ to TAZ skim did not exist. From version 2.15, the value returned is zero, mirroring legacy ActivitySim semantics.

What's Changed

Full Changelog: v2.14.0...v2.15.0

v2.14.0

29 May 13:57
5db9856

Choose a tag to compare

What's Changed

Full Changelog: v2.13.0...v2.14.0

v2.13.0

04 Dec 03:29
570ce50

Choose a tag to compare

What's Changed

Full Changelog: v2.12.0...v2.13.0

v2.12.0

27 Oct 00:23
652da47

Choose a tag to compare

What's Changed

Full Changelog: v2.11.1...v2.12.0

v2.11.1

16 Oct 14:15
32856b0

Choose a tag to compare

This is a re-release, to fix errors in the GitHub Actions deploy script.

What's Changed

  • don't use mamba in deploy job by @jpn-- in #66

Full Changelog: v2.11.0...v2.11.1

v2.11.0

15 Oct 22:33
86bd7e3

Choose a tag to compare

What's Changed

Full Changelog: v2.10.1...v2.11.0

v2.10.1

13 Sep 20:46
31bc3f6

Choose a tag to compare

This is a bug fix release.

What's Changed

Full Changelog: v2.10.0...v2.10.1

v2.10.0

19 Jun 16:17
b37039f

Choose a tag to compare

This release includes updates to optimize execution of np.where calls within spec files.

What's Changed

Full Changelog: v2.9.1...v2.10.0

v2.9.1

14 May 05:49
5b968ae

Choose a tag to compare

Fixes a bug in reloading skim data when a variable has been dropped.

What's Changed

Full Changelog: v2.9.0...v2.9.1

v2.9.0

13 May 21:04
05c3ce9

Choose a tag to compare

This release adds the ability to ignore certain skims when loading data, and to load data into shared memory without using Dask, which has been found to be non-performant with large (100GB+) datasets on Windows systems.

What's Changed

Full Changelog: v2.8.3...v2.9.0