Releases: annotated-types/annotated-types
Releases · annotated-types/annotated-types
v0.7.0
What's Changed
- Allow
tzinfoobjects forTimezoneby @Viicos in #56 - add URLs to
pyproject.tomlby @samuelcolvin in #58 - suggested fix on typo by @PelicanQ in #60
- Correct misstatement in README by @Zac-HD in #62
- Fix IsDigit -> IsDigits by @toriningen in #63
- Add
Unittype by @tlambert03 in #65 - Improve handling of GroupedMetadata (First try) by @cksleigen in #69
- Prepare for 0.7.0 release by @adriangb in #70
New Contributors
- @Viicos made their first contribution in #56
- @PelicanQ made their first contribution in #60
- @toriningen made their first contribution in #63
- @tlambert03 made their first contribution in #65
- @cksleigen made their first contribution in #69
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Drop Python 3.7, test on 3.12-dev and update deps by @adriangb in #44
- Add IsFinite type by @adriangb in #43
- Add Not to allow predicate negation by @adriangb in #45
- update deps to fix python 3.12 CI by @adriangb in #50
- ✨ Add support for
doc()by @tiangolo in #49 - Fix README typo by @JelleZijlstra in #52
- Remove unused pytest-mock test dependency by @gotmax23 in #54
New Contributors
- @tiangolo made their first contribution in #49
- @JelleZijlstra made their first contribution in #52
- @gotmax23 made their first contribution in #54
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- fix license display, readme tweak by @samuelcolvin in #26
- Fix typo in
Timezoneby @odiseo0 in #27 - Update README.md by @Zac-HD in #29
- Add note about unpacking GroupedMetadata by @adriangb in #35
- Make GroupedMetadata a Protocol by @adriangb in #38
- Fix mypy lint by @adriangb in #40
- Bump version to 0.5.0 by @adriangb in #41
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Switch to hatchling & pip-tools by @samuelcolvin in #22
- convert
LentoGroupedMetadata, addMinLenandMaxLenby @samuelcolvin in #21 - switch from
max_exclusivetomax_length(inclusive) by @samuelcolvin in #24
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
What's Changed
- Remove regex from tests by @adriangb in #13
- add GroupedMetadata as a base class for Interval by @adriangb in #12
- Remove regex from tests (again) by @adriangb in #14
- use init_subclass instead of ABC by @adriangb in #16
- add docs for GroupedMetadata and BaseMetadata by @adriangb in #15
Full Changelog: v0.2.0...v0.3.0