Releases: ActivitySim/sharrow
Releases · ActivitySim/sharrow
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
v2.8.3
Minor edits to improve performance on categorical comparisons with tautological results, and to allow single-threaded data loading for shared memory.
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #51
- Sharrow updates by @jpn-- in #52
Full Changelog: v2.8.2...v2.8.3
v2.8.2
v2.8.0 Categoricals
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #41
- Fix warnings by @jpn-- in #42
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #44
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #45
- Categoricals: correctly handle missing values, speed up simple string comparisons by @jpn-- in #46
- Test against Python 3.11 and 3.12 by @jpn-- in #43
- Categorical label indexing by @jpn-- in #47
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #48
New Contributors
- @pre-commit-ci made their first contribution in #41
Full Changelog: v2.7.0...v2.8.0