Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.0 #209

Merged
merged 68 commits into from
Oct 18, 2022
Merged
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
e770c99
:bookmark: Bump version to 3.0.0 b1
Ousret Aug 14, 2022
4e9b2d3
:wrench: Add support to build Whl using MYPYC
Ousret Aug 14, 2022
482d2e3
:wrench: remove opt level override
Ousret Aug 14, 2022
e74851a
:fire: remove deprecated
Ousret Aug 14, 2022
cd4be0d
:fire: remove test_normalize_fp as target fn been removed
Ousret Aug 14, 2022
0d89020
:fire: remove extra unicodedata backport support
Ousret Aug 14, 2022
b3c0d5a
:art: reformat models.py and utils.py
Ousret Aug 14, 2022
6f6300a
:art: fix flake8 F401 '.constant.NOT_PRINTABLE_PATTERN' imported but …
Ousret Aug 14, 2022
0262569
:fire: remove NOT_PRINTABLE_PATTERN import in models.py
Ousret Aug 14, 2022
c0283d9
:zap: Only "compile" md.py for whl size sake
Ousret Aug 15, 2022
6328f7c
:sparkle: Add mypyc gha minimum testing
Ousret Aug 15, 2022
31f2673
:sparkle: initial ci update to include building wheels (specific)
Ousret Aug 15, 2022
e8d7405
:pencil: Add CHANGELOG entry for first beta
Ousret Aug 15, 2022
316b5be
:pencil: Update README
Ousret Aug 15, 2022
82fb1b2
:pencil: Add a bit of docs about this
Ousret Aug 15, 2022
09402e6
:wrench: Add py matrix build specific wheels
Ousret Aug 15, 2022
c19faca
Use cibuildwheel action
Ousret Aug 15, 2022
05b7e7e
Update python-publish.yml
Ousret Aug 15, 2022
68f5aff
Update python-publish.yml
Ousret Aug 16, 2022
35f79f6
Update python-publish.yml
Ousret Aug 16, 2022
57a8485
Update python-publish.yml
Ousret Aug 16, 2022
2f5130a
Update python-publish.yml
Ousret Aug 16, 2022
0a0e20b
Update python-publish.yml
Ousret Aug 16, 2022
443ab7d
:fire: remove unicodedata2 import ver in cli
Ousret Aug 19, 2022
b580e97
:sparkle: normalizer --version specify if extra speedup is present
Ousret Aug 19, 2022
eb4577c
:bookmark: bump to beta2
Ousret Aug 19, 2022
03a2599
:pencil: Add changelog entry
Ousret Aug 19, 2022
97b87f0
:pencil: update changelog
Ousret Aug 19, 2022
1755db9
:pencil: update speedup doc
Ousret Aug 19, 2022
1faeed0
:heavy_check_mark: Verify that --version work as intended
Ousret Aug 19, 2022
8e5af12
:art: reformat normalizer.py
Ousret Aug 19, 2022
368d060
:fire: remove method first() and best() from class CharsetMatch
Ousret Aug 19, 2022
6032389
Merge branch 'master' into 3.0
Ousret Aug 19, 2022
f315e4e
Merge branch 'master' into 3.0
Ousret Aug 21, 2022
8e5171a
:fire: :art: remove unused import "warnings"
Ousret Aug 21, 2022
1957898
:art: Fix warnings in Sphinx docs generation process
Ousret Aug 21, 2022
be541de
Merge branch 'master' into 3.0
Ousret Aug 21, 2022
1eeb423
:pencil: update changelog
Ousret Aug 21, 2022
f119e43
:pencil: update docs support section
Ousret Aug 21, 2022
216d1c6
make sure utf-7 is not "detected" without a mark/sig
Ousret Aug 21, 2022
03aa701
:pencil: update changelog
Ousret Aug 21, 2022
18567aa
Merge branch 'master' into 3.0
Ousret Sep 9, 2022
0a74e3d
Merge branch 'master' into 3.0
Ousret Sep 9, 2022
c12a07a
:wrench: switch to static metadata (setup.cfg) and use 'build'
Ousret Oct 1, 2022
b2da4cb
:wrench: Lax on Flask version range (py 3.6)
Ousret Oct 1, 2022
95253c8
:wrench: Lax on pytest version range (py 3.6)
Ousret Oct 1, 2022
a28be6b
:wrench: Lax on requests version range (py 3.6)
Ousret Oct 1, 2022
0296900
:fire: remove codeql action
Ousret Oct 1, 2022
0e91fb6
:bug: Fix CLI --normalize opt using fullpath in args
Ousret Oct 1, 2022
5910d20
:heavy_check_mark: Ensure tests run with cibuildwheel
Ousret Oct 1, 2022
093889b
:art: apply isort on normalizer.py
Ousret Oct 1, 2022
d0df3f4
:sparkle: Extend the capability of explain=True when cp_isolation con…
Ousret Oct 2, 2022
32cbafe
:wrench: run_checks.sh adjust black target lvl py36
Ousret Oct 2, 2022
b5ef798
:ambulance: Fix invalid syntax fstring eq auto format (py 36)
Ousret Oct 2, 2022
2cb15cf
Amend commit d0df3f49377992dd3ec32e83bd2538bd03dae52d
Ousret Oct 2, 2022
9b4a209
:art: reformat file (flake8)
Ousret Oct 2, 2022
5e2368e
:art: reformat api.py
Ousret Oct 2, 2022
c76a83d
:sparkle: Support for alternative language frequency set
Ousret Oct 6, 2022
70c551a
:sparkle: Add parameter `language_threshold` in `from_bytes`, `from_p…
Ousret Oct 18, 2022
14689be
:wrench: Make the language detection stricter
Ousret Oct 18, 2022
8f91aa4
:bug: TooManyAccentuatedPlugin induce false positive on the mess dete…
Ousret Oct 18, 2022
e0010ff
:bookmark: Bump version rc1
Ousret Oct 18, 2022
840a6e0
:wrench: Ensure proper version lock
Ousret Oct 18, 2022
9b8b048
:wrench: set target-version to py36 black autofix script
Ousret Oct 18, 2022
13d9a99
:wrench: mypy ver lock for py 3.6 revised
Ousret Oct 18, 2022
f8e1153
:pencil: Adjust speedup docs section
Ousret Oct 18, 2022
b15f416
:pencil: Update CHANGELOG.md
Ousret Oct 18, 2022
6367d53
:pencil: Missing CHANGELOG entry and add language_threshold to docs::…
Ousret Oct 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into 3.0
  • Loading branch information
Ousret authored Sep 9, 2022
commit 0a74e3db3f6e5d28bd1d9af9433c85940ab36b5a

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.