Ensure Versions Save

Validate conditions, Python style.

v1.0.4

6 months ago
  • Add support for Python 3.12: use assertRaisesRegex instead of assertRaisesRegexp

    • Test infrastructure improvements

v1.0.3

1 year ago
  • Update Python compatibility markers

    • Update test, linting, and release management infrastructure

v1.0.2

2 years ago
  • Update Python compatibility markers

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

v1.0.1

2 years ago
  • Update Python compatibility markers

    • Update test and documentation infrastructure

v1.0.0

4 years ago
  • Add contains_key, an alias for has_key

    • Document PicklingError for ensure_annotations in multiprocessing (#32)

    • Package is stable

v0.8.2

5 years ago
  • Fix version range compat error with collections.abc

v0.8.1

5 years ago
  • Import ABCs from collections.abc. Fixes #27.

v0.8.0

5 years ago
  • Return type of the incorrect value in EnsureError (#28)

    • Move implmentation into submodule to clean up namespace

v0.1.6

10 years ago
  • Begin tracking changes in changelog.
  • Add support for function annotation enforcement.