Skip to content

Latest commit

 

History

History
132 lines (66 loc) · 2.64 KB

dateparser.md

File metadata and controls

132 lines (66 loc) · 2.64 KB

1.2.0.20240420 (2024-04-20)

Bump dateparser to 1.2.* (#11786)

1.1.4.20240331 (2024-03-31)

Remove bare Incomplete annotations in third-party stubs (#11671)

1.1.4.20240106 (2024-01-06)

Update typing_extensions imports in third-party stubs (#11245)

1.1.4.10 (2023-07-20)

Add an upstream_repository field to METADATA.toml (#10487)

Closes: #10478

1.1.4.9 (2023-03-27)

Add defaults for third-party stubs A-D (#9952)

1.1.4.8 (2023-02-21)

Stubtest settings: change ignore_missing_stub default to false (#9779)

If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.

1.1.4.7 (2023-02-15)

Use typing_extensions.Self instead of _typeshed.Self (#9702)

1.1.4.6 (2023-02-07)

Bump mypy to 1.0 (#9684)

1.1.4.5 (2023-01-18)

Replace Any with Incomplete in many places (#9558)

1.1.4.4 (2022-12-02)

Mark dateparser as complete (#9312)

Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com

1.1.4.3 (2022-11-23)

dateparser: delete DIGIT_USE_PATTERN (#9243)

Fixes #9242

1.1.4.2 (2022-11-04)

dateparser: add new parameter (#9081)

Fixes #9079

1.1.4.1 (2022-10-21)

dateparser: add negative argument to get_date_from_timestamp (#8954)

Closes #8952

1.1.4 (2022-07-12)

Import Match and Pattern from re, not typing (#8277)

1.1.3 (2022-06-08)

dateparser: Remove redundant import of _typeshed.Self (#8041)

1.1.2 (2022-04-16)

Third-party stubs: import from collections.abc where possible (#7637)

1.1.1 (2022-04-16)

Use TypeAlias where possible for type aliases (#7630)

1.1.0 (2022-02-23)

Update dateparser stubs for 1.1 (#7368)

1.0.14 (2022-02-03)

Improve __enter__ & constructor methods (#7114)

1.0.13 (2022-01-22)

fix incorrect tuple[T] (#6996)

Found from PyCQA/flake8-pyi#135.

1.0.12 (2022-01-08)

Use lowercase type everywhere (#6853)

1.0.10 (2021-12-28)

Use PEP 585 syntax wherever possible (#6717)

1.0.9 (2021-12-27)

Always alias collections.abc.Set (#6712)

1.0.8 (2021-11-23)

Reduce use of deprecated typing aliases (#6358)

1.0.7 (2021-10-15)

Use lowercase tuple where possible (#6170)

1.0.6 (2021-10-14)

check_new_syntax.py: check nested annotations (#6167)

1.0.5 (2021-10-13)

dateparser.search.search_dates: allow arbitrary-length tuples for languages argument (#6166)

Cleanup: use lower-case list and dict, add a test (#6161)

1.0.4 (2021-10-12)

Add star to all non-0.1 versions (#6146)

1.0.3 (2021-09-27)

Specify concrete types for DateDataParser attributes (#6075)