Recent Releases of automap
automap - automap 0.6.2
This release adds support for Python 3.11, and includes built wheels for CPython 3.11 on all operating systems.
- C
Published by brandtbucher over 3 years ago
automap - automap 0.6.1
This release updates automap.NonUniqueError.args to contain the duplicate key itself, rather than a human-readable string. It also adds back "best effort" support for PyPy, which was unintentionally broken in the last release.
- C
Published by brandtbucher over 3 years ago
automap - automap 0.6.0
This release adds automap.NonUniqueError, which replaces ValueErrors that were previously raised when adding duplicate values. For backward-compatibility, automap.NonUniqueError has been made a subclass of ValueError.
It also refactors many of the automap internals, resulting in more maintainable code and better memory management. As an indirect result, AutoMap and FrozenAutoMap now support the full set of rich comparison operators (exhibiting the same behavior as a comparison between lists of their keys).
- C
Published by brandtbucher almost 4 years ago
automap - automap 0.5.1
This release fixes some issues with the wheel build process.
- C
Published by brandtbucher about 4 years ago
automap - automap 0.5.0
This release drops support for Python 3.6. It also includes built wheels for CPython 3.9 and 3.10 on all operating systems.
- C
Published by brandtbucher about 4 years ago
automap - automap 0.4.8
This release contains wheel builds for 32- and 64-bit Windows.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.4.7
This release contains no code changes, but uses a more compatible pyenv-based build process.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.4.6
This release fixes the wheel build process for Linux.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.4.5
This release further fixes wheels for Debian distributions.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.4.4
This release correctly fixes wheels for Debian distributions.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.4.3
This release fixes wheels for Debian distributions.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.4.2
This release includes built wheels for CPython 3.8 on all operating systems.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.4.1
This release includes built wheels for CPython 3.6 and 3.7 on all operating systems.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.4
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__.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.3
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.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.2
This release adds a new add method to AutoMap, used for inserting a single new key.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.1
This release raises a ValueError when encountering duplicate keys (previously, a KeyError was raised). It also makes union operations slightly more efficient.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.0.3
This release fixes a bug in the table resizing logic during updates.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.0.2
This release fixes further build issues when installing via pip.
- C
Published by brandtbucher over 6 years ago
automap - automap 0.0.1
This release fixes an issue where header files may not be included in the source distribution.
- C
Published by brandtbucher over 6 years ago