Skip to content

Releases: ActivitySim/sharrow

v2.10.1

13 Sep 20:46
31bc3f6
Compare
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
Compare
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
Compare
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
Compare
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

v2.8.3

02 May 16:58
29aaf6c
Compare
Choose a tag to compare

Minor edits to improve performance on categorical comparisons with tautological results, and to allow single-threaded data loading for shared memory.

What's Changed

Full Changelog: v2.8.2...v2.8.3

v2.8.2

28 Mar 03:24
7fae9f0
Compare
Choose a tag to compare

This is a re-release to fix the PyPI distribution script.

What's Changed

Full Changelog: v2.8.0...v2.8.2

v2.8.0 Categoricals

25 Mar 22:47
8cbab1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0 IntEnum and Infrastructure Update

16 Jan 21:11
c560b45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

15 Apr 19:36
11cc7f1
Compare
Choose a tag to compare

What's Changed

  • pandas.CategoricalDtype <-> digital_encoding by @jpn-- in #35
    • Convert pandas.CategoricalDtype into dictionary-encoded dataset variables (and back)
    • Add tar-zst utility
    • repair and test subspace fallbacks
    • allow error on graphviz
    • find "get" when inside another function
    • fix root_dims
    • experimental datastore class

Full Changelog: v2.5.2...v2.6.0

v2.5.2

13 Jan 03:58
5c6aecb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.5.2