2016-10-17 10:39:55 +00:00
|
|
|
CHANGES
|
|
|
|
=======
|
|
|
|
|
2017-04-06 02:24:53 +00:00
|
|
|
2.0.0 (2017-04-06)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- Improve tests
|
|
|
|
|
2017-04-05 02:30:26 +00:00
|
|
|
2.0a4 (2017-04-05)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
- Update uchardet repo (Fix buffer overflow)
|
|
|
|
|
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
|