Releases: ActivitySim/sharrow
v2.15.0
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
v2.13.0
What's Changed
- Raw numexpr engine by @jpn-- in #70
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #69
Full Changelog: v2.12.0...v2.13.0
v2.12.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #67
- Add
DataTree.evalby @jpn-- in #68
Full Changelog: v2.11.1...v2.12.0
v2.11.1
v2.11.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #64
- Unparallel Runner by @jpn-- in #65
Full Changelog: v2.10.1...v2.11.0
v2.10.1
This is a bug fix release.
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #62
- Patch small items by @jpn-- in #63
Full Changelog: v2.10.0...v2.10.1
v2.10.0
This release includes updates to optimize execution of np.where calls within spec files.
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #57
- require numba 0.57 by @jpn-- in #58
- np.where conversion to IfExp by @jpn-- in #59
- pin to numpy 1.x by @jpn-- in #61
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #60
Full Changelog: v2.9.1...v2.10.0
v2.9.1
v2.9.0
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
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #53
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #55
- Ignore skims by @jpn-- in #54
Full Changelog: v2.8.3...v2.9.0