Skip to content

Commit

Permalink
new version 1.1.0 (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
noviluni committed Oct 4, 2021
1 parent 41f9478 commit 507dc6d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,37 @@
History
=======

1.1.0 (2021-10-04)
------------------

New features:

* Support language detection based on ``langdetect``, ``fastText``, or a
custom implementation (see #932)
* Add support for 'by <time>' (see #839)
* Sort default language list by internet usage (see #805)

Improvements:

* Improved support of Chinese (#910), Czech (#977)
* Improvements in ``search_dates`` (see #953)
* Make order of previous locales deterministic (see #851)
* Fix parsing with trailing space (see #841)
* Consider ``RETURN_TIME_AS_PERIOD`` for timestamp times (see #922)
* Exclude failing regex version (see #974)
* Ongoing work multithreading support (see #881, #885)
* Add demo URL (see #883)

QA:

* Migrate pipelines from Travis CI to Github Actions (see #859, #879, #884,
#886, #911, #966)
* Use versioned CLDR data (see #825)
* Add a script to update table of supported languages and locales (see #601)
* Sort 'skip' keys in yaml files (see #844)
* Improve test coverage (see #827)
* Code cleanup (see #888, #907, #951, #958, #957)


1.0.0 (2020-10-29)
------------------
Expand Down
2 changes: 1 addition & 1 deletion dateparser/__init__.py
@@ -1,4 +1,4 @@
__version__ = '1.0.0'
__version__ = '1.1.0'

from .date import DateDataParser
from .conf import apply_settings
Expand Down

0 comments on commit 507dc6d

Please sign in to comment.