Next | Query returned 40 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-01-04 12:53:14 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-chardet: update to 4.0.0.

This will be the last release of chardet to support Python 2.7.
chardet 5.0 will only support 3.6+

Major Changes

This release is multiple years in the making, and provides some
quality of life improvements to chardet. The primary user-facing
changes are:

    Single-byte charset probers now use nested dictionaries under
    the hood, so they are usually a little faster than before. (See
    #121 for details)

    The CharsetGroupProber class now properly short-circuits when
    one of the probers in the group is considered a definite match.
    This lead to a substantial speedup.

    There is now a chardet.detect_all function that returns a list
    of possible encodings for the input with associated confidences.

    We have dropped support for Python 2.6, 3.4, and 3.5 as they
    are all past end-of-life.

The changes in this release have also laid the groundwork for
retraining the models to make them more accurate, and to support
some more encodings/languages (see #99 for progress). This is our
main focus for chardet 5.0 (beyond dropping Python 2 support).
   2020-10-06 12:51:22 by Thomas Klausner | Files touched by this commit (13)
Log message:
*: use py-hypothesis via versioned_dependencies.mk
   2020-05-16 10:43:55 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-chardet: not need to include application.mk
   2020-05-16 10:43:24 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-chardet: pytest from versioned depens
   2018-08-21 00:36:21 by Ryosuke Moro | Files touched by this commit (6)
Log message:
BUILD_DEPENDS+=  ->  TEST_DEPENDS+=
   2017-09-03 10:53:18 by Thomas Klausner | Files touched by this commit (165)
Log message:
Follow some redirects.
   2017-06-09 00:19:14 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove outdated comment, tests work.
   2017-06-08 21:06:52 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
chardet 3.0.4
This minor bugfix release just fixes some packaging and documentation issues:
* Fix issue with setup.py where pytest_runner was always being installed.
* Make sure test.py is included in the manifest
* Fix a bunch of old URLs in the README and other docs.
* Update documentation to no longer imply we test/support Python 3 versions \ 
before 3.3
   2017-05-17 09:09:53 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 3.0.3:
This release fixes a crash when debugging logging was enabled.
   2017-04-23 18:08:02 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add missing unused test dependency.

See also https://github.com/chardet/chardet/issues/120

Next | Query returned 40 messages, browsing 11 to 20 | Previous