Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

4.4.0

Compare
Choose a tag to compare
@ndawe ndawe released this 19 Sep 13:52
· 282 commits to master since this release

What's new in this release:

tree2array:

  • Enable tree caching and add cache_size argument
  • Fix integer overflow in handling of trees with more than 2^31 entries
  • More informative MemoryError if array is too large to fit in memory
  • Consider start and stop arguments in initial array allocation to avoid filling memory when reading a large tree in chunks