2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 16:47:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-frozendict: updated to 2.4.6
2.4.6
Added pure py wheel for Python 3.13
Now set, setdefault and delete does always a shallow copy, as the C extension, \
tuple and the rest of the world.
|
2024-10-07 12:54:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-frozendict: updated to 2.4.5
2.4.5
Improved speed of set, setdefault and delete for pure py impl, if frozendict is \
hashable
Coverage
bumped cibuildwheel
|
2024-05-07 05:51:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-frozendict: updated to 2.4.4
frozendict v2.4.4
Added typing for deepfreeze, register and unregister
|
2024-05-06 06:37:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-frozendict: updated to 2.4.3
frozendict v2.4.3
Now enums are not modified by deepfreeze
Added typing for deepfreeze, register and unregister
|
2024-04-15 13:37:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-frozendict: updated to 2.4.2
frozendict v2.4.2
deepfreeze doesn't change anymore the original object
|
2024-04-02 19:38:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-frozendict: updated to 2.4.1
frozendict v2.4.1
In deepfreeze, prefer registered conversions
Some little fixing to typing
Documentation typo
|
2024-01-04 23:38:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-frozendict: updated to 2.4.0
2.4.0
Implemented deepfreeze, a function that let you transform any object, nested at \
any level, in a frozen one. Check the docs.
|
2023-12-01 20:02:58 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-frozendict: updated to 2.3.10
frozendict 2.3.10
Fix pickling in python implementation
fixed regression inintroduction of FROZENDICT_PURE_PY env var in conda builds
|
2023-11-24 06:28:30 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-frozendict: updated to 2.3.9
frozendict 2.3.9
Various improvements to type hints
Fix union of frozendict for python implementation
Avoid storing empty singleton on class itself in python implementation
Now pure py implementation can be built also passing the FROZENDICT_PURE_PY env \
var with value 1
|