cChardet/CHANGES.rst

48 lines
841 B
ReStructuredText
Raw Normal View History

2016-10-17 10:39:55 +00:00
CHANGES
=======
2017-03-29 04:04:34 +00:00
2.0a3 (2017-03-29)
------------------
- Implement UniversalDetector (like chardet)
2017-03-28 07:34:46 +00:00
2.0a2 (2017-03-28)
------------------
- Update uchardet repo (Fix memory leak)
2017-03-27 15:55:59 +00:00
2.0a1 (2017-03-28)
------------------
- Replace `uchardet-enhanced`_ to `uchardet`_
- Remove Detector class
.. _uchardet-enhanced: https://bitbucket.org/medoc/uchardet-enhanced/overview
.. _uchardet: https://github.com/PyYoshi/uchardet
2017-02-26 09:07:23 +00:00
1.1.3 (2017-02-26)
------------------
- Support AArch64
2017-01-08 03:16:47 +00:00
1.1.2 (2017-01-08)
------------------
2016-10-17 14:11:35 +00:00
2017-01-08 03:16:47 +00:00
- Support Python 3.6
2016-11-04 03:17:34 +00:00
2016-11-04 03:28:22 +00:00
1.1.1 (2016-11-05)
------------------
2016-11-04 03:17:34 +00:00
2016-10-17 14:11:35 +00:00
- Use len() function (9e61cb9e96b138b0d18e5f9e013e144202ae4067)
2016-10-17 14:23:31 +00:00
- Remove detect function in _cchardet.pyx (25b581294fc0ae8f686ac9972c8549666766f695)
2016-11-04 03:17:34 +00:00
- Support manylinux1 wheel
2016-10-17 10:39:55 +00:00
1.1.0 (2016-10-17)
------------------
- Add Detector class
- Improve unit tests