Skip to content

Releases: brandtbucher/automap

automap 0.6.2

15 Nov 17:34
cfae0a1
Compare
Choose a tag to compare
automap 0.6.2 Pre-release
Pre-release

This release adds support for Python 3.11, and includes built wheels for CPython 3.11 on all operating systems.

automap 0.6.1

12 Oct 20:12
2de86a2
Compare
Choose a tag to compare
automap 0.6.1 Pre-release
Pre-release

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.

automap 0.6.0

01 Oct 05:25
Compare
Choose a tag to compare
automap 0.6.0 Pre-release
Pre-release

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).

automap 0.5.1

20 May 21:13
Compare
Choose a tag to compare
automap 0.5.1 Pre-release
Pre-release

This release fixes some issues with the wheel build process.

automap 0.5.0

20 May 19:59
Compare
Choose a tag to compare
automap 0.5.0 Pre-release
Pre-release

This release drops support for Python 3.6. It also includes built wheels for CPython 3.9 and 3.10 on all operating systems.

automap 0.4.8

01 Apr 16:13
Compare
Choose a tag to compare
automap 0.4.8 Pre-release
Pre-release

This release contains wheel builds for 32- and 64-bit Windows.

automap 0.4.7

01 Apr 15:23
Compare
Choose a tag to compare
automap 0.4.7 Pre-release
Pre-release

This release contains no code changes, but uses a more compatible pyenv-based build process.

automap 0.4.6

16 Jan 22:57
Compare
Choose a tag to compare
automap 0.4.6 Pre-release
Pre-release

This release fixes the wheel build process for Linux.

automap 0.4.5

16 Jan 21:58
Compare
Choose a tag to compare
automap 0.4.5 Pre-release
Pre-release

This release further fixes wheels for Debian distributions.

automap 0.4.4

16 Jan 20:46
Compare
Choose a tag to compare
automap 0.4.4 Pre-release
Pre-release

This release correctly fixes wheels for Debian distributions.