Skip to content

Releases: kislyuk/ensure

v1.0.4: - Add support for Python 3.12: use assertRaisesRegex instead of asser…

10 Dec 03:32
Compare
Choose a tag to compare
  • Add support for Python 3.12: use assertRaisesRegex instead of assertRaisesRegexp

    • Test infrastructure improvements

v1.0.3: - Update Python compatibility markers

06 May 15:59
Compare
Choose a tag to compare
  • Update Python compatibility markers

    • Update test, linting, and release management infrastructure

v1.0.2

05 Dec 19:32
v1.0.2
ffa68ef
Compare
Choose a tag to compare
  • Update Python compatibility markers

    • Update test, documentation, and release infrastructure
      (fixup for v1.0.1)

v1.0.1

05 Dec 19:24
v1.0.1
0898348
Compare
Choose a tag to compare
  • Update Python compatibility markers

    • Update test and documentation infrastructure

v1.0.0

31 Oct 03:50
v1.0.0
4b77e24
Compare
Choose a tag to compare
  • Add contains_key, an alias for has_key

    • Document PicklingError for ensure_annotations in multiprocessing (#32)

    • Package is stable

v0.8.2

14 Jan 21:44
v0.8.2
cb1c90e
Compare
Choose a tag to compare
  • Fix version range compat error with collections.abc

v0.8.1

14 Jan 21:38
v0.8.1
de5f75d
Compare
Choose a tag to compare
  • Import ABCs from collections.abc. Fixes #27.

v0.8.0

14 Jan 21:23
v0.8.0
bd8adca
Compare
Choose a tag to compare
  • Return type of the incorrect value in EnsureError (#28)

    • Move implmentation into submodule to clean up namespace

v0.1.6

16 Feb 01:36
Compare
Choose a tag to compare
  • Begin tracking changes in changelog.
  • Add support for function annotation enforcement.