Skip to content

Commit cb2dbde

Browse files
authored
Release 2.1.0 (#195)
1 parent 64d0475 commit cb2dbde

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to charset-normalizer will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## [2.1.0.dev0](https://github.com/Ousret/charset_normalizer/compare/2.0.12...master) (2022-??-??)
5+
## [2.1.0](https://github.com/Ousret/charset_normalizer/compare/2.0.12...2.1.0) (2022-06-19)
66

77
### Added
88
- Output the Unicode table version when running the CLI with `--version` (PR #194)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ This package offer better performance than its counterpart Chardet. Here are som
5151

5252
| Package | Accuracy | Mean per file (ms) | File per sec (est) |
5353
| ------------- | :-------------: | :------------------: | :------------------: |
54-
| [chardet](https://github.com/chardet/chardet) | 92 % | 220 ms | 5 file/sec |
55-
| charset-normalizer | **98 %** | **40 ms** | 25 file/sec |
54+
| [chardet](https://github.com/chardet/chardet) | 92 % | 200 ms | 5 file/sec |
55+
| charset-normalizer | **98 %** | **39 ms** | 26 file/sec |
5656

5757
| Package | 99th percentile | 95th percentile | 50th percentile |
5858
| ------------- | :-------------: | :------------------: | :------------------: |
59-
| [chardet](https://github.com/chardet/chardet) | 1115 ms | 300 ms | 27 ms |
60-
| charset-normalizer | 460 ms | 240 ms | 18 ms |
59+
| [chardet](https://github.com/chardet/chardet) | 1200 ms | 287 ms | 23 ms |
60+
| charset-normalizer | 400 ms | 200 ms | 15 ms |
6161

6262
Chardet's performance on larger file (1MB+) are very poor. Expect huge difference on large payload.
6363

charset_normalizer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Expose version
33
"""
44

5-
__version__ = "2.1.0.dev0"
5+
__version__ = "2.1.0"
66
VERSION = __version__.split(".")

0 commit comments

Comments
 (0)