Remerkleable

Latest version: v0.1.27

Safety actively analyzes 629532 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.1.13

--------

- `mul` and `floordiv` type checks
- bitfield, packed-vector/list, complex-vector/list, container stack-based iterators
- Minor style fixes and optimizations

0.1.12

--------

- Bugfixes for medium/big sized bitvectors

0.1.11

--------

- `Node.root` is now a read-propery on every type of node.
- Generalized previous `RootNode` checking, any node type can be recognized as no-child-nodes now, or lazy-load them.
- Split `RebindableNode` from `PairNode` for rebinding behavior as mix-in.
- New `VirtualNode` to lazy-load the child nodes based on the root, instead of lazy-computing the root.
- `is_root()` was misleading; root nodes are not the only node classes without child nodes, and root is used for too many other things already. Renamed to `is_leaf()`.
- Added `leaf_iter(node)`, to iterate over the leafs of a tree
- Added `tree_diff(a, b)`, to iterate over the differences between a and b.
- Made `repr` and `type_repr` more sensible, and prettify nested `repr` of complex views.

0.1.10

--------

- List/vector init improvements
- ByteList support, with new tests

0.1.9

-------

- Fix empty bitfield tree initialization
- Check lengths of vector and container type declarations

0.1.8

-------

- Fix bug in `ByteVector` chunkify padding. And add tests for this case.

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.