dateparser
dateparser copied to clipboard
`search_date` period separator support
This PR solves the below issues, it adds support for date objects like 12.12.2000
(separated by .
)
- #768
- #771
- #500
- #952
- #767
Tests are added for these cases
Thanks and Pl suggest if changes are required
Originally from #963
Codecov Report
Merging #963 (b54890e) into master (507dc6d) will decrease coverage by
0.18%
. The diff coverage is96.31%
.
@@ Coverage Diff @@
## master #963 +/- ##
==========================================
- Coverage 98.29% 98.10% -0.19%
==========================================
Files 234 235 +1
Lines 2694 2698 +4
==========================================
- Hits 2648 2647 -1
- Misses 46 51 +5
Impacted Files | Coverage Δ | |
---|---|---|
dateparser/search/search.py | 94.73% <94.33%> (-4.64%) |
:arrow_down: |
dateparser/languages/locale.py | 98.71% <100.00%> (+0.02%) |
:arrow_up: |
dateparser/search/__init__.py | 100.00% <100.00%> (ø) |
|
dateparser/search/languages.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 507dc6d...b54890e. Read the comment docs.
This PR is currently broken