1.4.1 release#1337
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1337 +/- ##
=======================================
Coverage 97.11% 97.11%
=======================================
Files 235 235
Lines 2909 2909
=======================================
Hits 2825 2825
Misses 84 84 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
AdrianAtZyte
approved these changes
Jun 15, 2026
AdrianAtZyte
left a comment
Contributor
There was a problem hiding this comment.
✔️ (although, for the record, I usually run bump-my-version locally AFTER merging the release notes)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release notes and version bump for dateparser 1.4.1, following the same two-step approach used for 1.4.0 (#1319 + the subsequent bump commit):
1.4.1 release notes— add the1.4.1section toHISTORY.rst, summarizing every PR merged sincev1.4.0.Bump version: 1.4.0 → 1.4.1— produced bybump-my-version bump patch, updatingpyproject.toml,dateparser/__init__.py, and stamping theHISTORY.rstrelease date.SECURITY.mdis unchanged because it tracks onlymajor.minor(still1.4.x).Changelog
Breaking changes:
fasttextextra is dropped anddetect_languages()now raisesImportError. Migrate to thelangdetectextra, which also unblocksnumpy2.x compatibility (Remove fastText support and enable numpy 2.x compatibility #1315)Security fixes:
New features:
USE_GIVEN_LANGUAGE_ORDERsetting to trylanguagesandlocalesin the order given rather than by frequency (Locale order support #789)Fixes:
search_dateswhen the detected language yields no dates (Fix search_dates language fallback #1331)now - 2 hours(Handle spaces around operators #1327)nowfor the current month when filling in incomplete dates (Document region usage and stabilize current-month parsing #1332)nb) parsing of relative date expressions (fix(nb): improve Norwegian Bokmål date parsing #1334)1mon ago(fix: Parse 1mon ago #1329)Improvements:
pyproject.toml(Move project metadata and configuration to 'pyproject.toml' #1311)OrderedDictusage with the built-indict(Replace internal OrderedDict usage with dict #1328)After merge
The
v1.4.1git tag is intentionally not included in this branch (a tag on a pre-merge branch would point at the wrong commit). After merging, tag the merge commit onmaster:Internal-only changes (#1333 data-generation script cleanup, #1320 Read the Docs CI bump) were deliberately omitted from the changelog.
🤖 Generated with Claude Code