scikit-hep/uproot: 2.8.7
Description
Now uproot is supported on PyPy v5.9 and up because this version of PyPy has a working Numpy implementation.
The only missing piece was sys.getsizeof, which MemoryCache uses to determine when to evict old entries from the cache, but PyPy refuses to implement because it's not well defined. (It's admittedly heuristic for MemoryCache, but errs on the side of being conservative.) I added a work-around sys.getsizeof for PyPy so that MemoryCache behaves the same way as it does in CPython, even if the actual memory use before evicting is only approximate.
Files
scikit-hep/uproot-2.8.7.zip
Files
(5.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:5fcf8f30c2b77940049a3785f3e11f34
|
5.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scikit-hep/uproot/tree/2.8.7 (URL)