14
0

- update to 2024.1.4:

* remove get_read_from_map_from_permutation,
    get_write_to_map_from_permutation
  * KeyBuilder: support function hashing
  * PersistentDict: Use sqlite as backend storage v2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=47
This commit is contained in:
2024-06-06 20:10:46 +00:00
committed by Git OBS Bridge
parent c3bb26987c
commit 0d427b2509
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jun 6 20:03:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.1.4:
* remove get_read_from_map_from_permutation,
get_write_to_map_from_permutation
* KeyBuilder: support function hashing
* PersistentDict: Use sqlite as backend storage v2
-------------------------------------------------------------------
Sat Apr 27 07:43:35 UTC 2024 - Dirk Müller <dmueller@suse.com>