Automap

Latest version: v0.6.2

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

Scan your dependencies

Page 3 of 4

0.4.1

This release includes built wheels for CPython 3.6 and 3.7 on all operating systems.

0.4.0

**This release drops support for Python 3.5.** It also reduces the footprint of the mappings by about 25%, meaning that they now take up slightly less memory than the equivalent `dict`, on average. Several deallocation issues for views and iterators have been fixed, and iterators now have a length estimate available via `__length_hint__`.

0.3.0

**This release changes the `keys`, `values`, and `items` methods to return updating view types.** It also adds an `update` method to `AutoMap` for adding multiple new keys in a single expression, adds support for the `reversed` built-in function, and slightly improves performance for keys with lots of hash collisions.

0.2.0

This release adds a new `add` method to `AutoMap`, used for inserting a single new key.

0.1.0

**This release raises a `ValueError` when encountering duplicate keys (previously, a `KeyError` was raised).** It also makes union operations slightly more efficient.

0.0.3

This release fixes a bug in the table resizing logic during updates.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.