forked from pool/python-charset-normalizer
* Improvement on detection * Performance loss to expect * Added --threshold option to CLI * Bugfix on UTF 7 support * Legacy detect(byte_str) method * BOM support (Unicode mostly) * Chaos prober improved on small text * Language detection has been reviewed to give better result * Bugfix on jp detection, every jp text was considered chaotic OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=5
24 lines
878 B
Plaintext
24 lines
878 B
Plaintext
-------------------------------------------------------------------
|
|
Fri Sep 13 11:05:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.3:
|
|
* Improvement on detection
|
|
* Performance loss to expect
|
|
* Added --threshold option to CLI
|
|
* Bugfix on UTF 7 support
|
|
* Legacy detect(byte_str) method
|
|
* BOM support (Unicode mostly)
|
|
* Chaos prober improved on small text
|
|
* Language detection has been reviewed to give better result
|
|
* Bugfix on jp detection, every jp text was considered chaotic
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 30 00:46:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix the tarball to really be the one published by upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 28 06:29:02 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.1.8
|