- Update to 3.0.0
* The library is now almost completely thread-safe (#82, #90,
#92, #93)
* Dropped support for Python 3.7 (#84)
* File.__getitem__ now returns bytearray instead of bytes. This
prevents a memcpy when deserializing numpy arrays with dask.
(#74)
* Removed dependency from heapdict; sped up LRU (#77)
* Fixed broken LRU state when the underlying mapping starts
non-empty. (#77)
* File and LMDB now support pathlib.Path and pytest’s tmpdir
(#78)
* LMDB now uses memory-mapped I/O on MacOSX and is usable on
Windows (#78)
* LRU and Buffer now support delayed eviction (#87)
* New object InsertionSortedSet (#87)
* All mappings now return proper KeysView, ItemsView, and
ValuesView objects from their keys(), items(), and values()
methods (#93)
* File, LMDB, and Zip now behave coherently with unexpected
key/value types (#95)
* Zip.__contains__ no longer reads the value from disk (#95)
* Zip.__setitem__ will now raise when updating an
already-existing key instead of quietly corrupting the mapping
(#95)
* Can now change LRU.n on the fly. Added LRU.offset attribute.
Added accessors to n and offset to Buffer. (#101)
* New object AsyncBuffer; new method LRU.get_all_or_nothing()
(#88)
OBS-URL: https://build.opensuse.org/request/show/1110150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=18
- version update to 2.2.0
* New class zict.Cache (#65)
* Add absolufy-imports to CI (#66)
* Descope pickled outputs sooner (#64)
* Type annotations (#62)
* Add `python_requires` to `setup.py` (#60)
- version update to 2.1.0
* Run `isort` to fix lint (#58)
* Allow file `mmap`ing (#51)
* Update `README` badges (#57)
* Run `isort` and `pyupgrade` in CI (#56)
* Drop Python 3.6; add 3.9 and 3.10; use pre-commit (#55)
* LRU raises (#48)
* Avoid deprecated `pytest.yield_fixture` usage (#50)
* Update LICENSE.txt (#46)
* Bump GHA setup-miniconda version (#41)
* MNT Migrate to GitHub actions (#40)
OBS-URL: https://build.opensuse.org/request/show/1004224
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=16