Unihan-etl

Latest version: v0.34.0

Safety actively analyzes 621498 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 11

1.6.1

- sphinx-argparse 0.2.1 to 1.6.2
- pytest 3.1.2 to 3.6.4

- Move documentation over to numpy-style
- Add sphinxcontrib-napoleon 0.6.1
- Update LICENSE New BSD to MIT
- All future commits and contributions are licensed to the
_cihai software foundation_. This includes commits by Tony Narlock (creator).

0.34.0

Development

- Aggressive automated lint fixes via `ruff` (317)

via ruff v0.3.4, all automated lint fixes, including unsafe and previews were applied:

sh
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .


Branches were treated with:

sh
git rebase \
--strategy-option=theirs \
--exec 'poetry run ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; poetry run ruff format .; git add src tests; git commit --amend --no-edit' \
origin/master

- poetry: 1.7.1 -> 1.8.1

See also: https://github.com/python-poetry/poetry/blob/1.8.1/CHANGELOG.md
- ruff 0.2.2 -> 0.3.0 (316)

Related formattings. Update CI to use `ruff check .` instead of `ruff .`.

See also: https://github.com/astral-sh/ruff/blob/v0.3.0/CHANGELOG.md

0.33.1

_Maintenance release: No bug fixes or new features._

Documentation

- README: Rewrite introduction, note updated UNIHAN compatibility information.
- Link to UNIHAN release in v0.31.0's changelog notes.

0.33.0

_Maintenance release: No bug fixes or new features._

Documentation

- `CsvLexer`: Fix quoted items (314)

Development

- Strengthen linting (313)

- Add flake8-commas (COM)

- https://docs.astral.sh/ruff/rules/#flake8-commas-com
- https://pypi.org/project/flake8-commas/

- Add flake8-builtins (A)

- https://docs.astral.sh/ruff/rules/#flake8-builtins-a
- https://pypi.org/project/flake8-builtins/

- Add flake8-errmsg (EM)

- https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
- https://pypi.org/project/flake8-errmsg/

0.32.0

Documentation

- Highlighting for CSV and TSV examples (253)

Improvements

- Typing fixes and additional doctest for `kTGH2013` (312)

Development

- Added `types-pygments` package (253)
- Added some manual type stubs for `pygments`' `Lexer` (253)
- pytest-watcher: Silent `*.py.*py` reruns (312)

0.31.0

Breaking: UNIHAN upgrades (305)

Bump UNIHAN compatibility from 11.0.0 to [15.1.0](https://www.unicode.org/reports/tr38/tr38-35.html#History) (released 2023-09-01, revision 35).

Removed fields

- 15.1.0: [kHKSCS](https://www.unicode.org/L2/L2023/23005.htm#174-C10),
[kIRGDaiKanwaZiten](https://www.unicode.org/L2/L2022/22241.htm#173-C9),
[kKPS0](https://www.unicode.org/L2/L2023/23005.htm#174-C11),
[kKPS1](https://www.unicode.org/L2/L2023/23005.htm#174-C11),
[kKSC0](https://www.unicode.org/L2/L2023/23005.htm#174-C9),
[kKSC1](https://www.unicode.org/L2/L2023/23005.htm#174-C9),
[kRSKangXi](https://www.unicode.org/L2/L2022/22241.htm#173-C12)
- 13.0.0:
[kRSJapanese](https://www.unicode.org/cgi-bin/GetDocumentLink?L2/19-209),
[kRSKanWa](https://www.unicode.org/cgi-bin/GetDocumentLink?L2/19-209),
[kRSKorean](https://www.unicode.org/cgi-bin/GetDocumentLink?L2/19-209)
- 12.0.0:
[kDefaultSortKey](https://www.unicode.org/cgi-bin/GetDocumentLink?L2/18-118)
(private property)

New fields

- 15.1.0: [kJapanese](https://www.unicode.org/reports/tr38/#kJapanese),
[kMojiJoho](https://www.unicode.org/reports/tr38/#kMojiJoho),
[kSMSZD2003Index](https://www.unicode.org/reports/tr38/#kSMSZD2003Index),
[kSMSZD2003Readings](https://www.unicode.org/reports/tr38/#kSMSZD2003Readings),
[kVietnameseNumeric](https://www.unicode.org/reports/tr38/#kVietnameseNumeric),
[kZhuangNumeric](https://www.unicode.org/reports/tr38/#kZhuangNumeric)
- 15.0.0:
[kAlternateTotalStrokes](https://www.unicode.org/reports/tr38/#kAlternateTotalStrokes)
- 14.0.0: [kStrange ](https://www.unicode.org/reports/tr38/#kStrange)
- 13.0.0: [kIRG_SSource](https://www.unicode.org/reports/tr38/#kIRG_SSource),
[kIRG_UKSource](https://www.unicode.org/reports/tr38/#kIRG_UKSource),
[kSpoofingVariant](https://www.unicode.org/reports/tr38/#kSpoofingVariant),
[kTGHZ2013](https://www.unicode.org/reports/tr38/#kTGHZ2013),
[kUnihanCore2020](https://www.unicode.org/reports/tr38/#kUnihanCore2020)

Development

- Quiet pytest tracebacks (310)
- Relax pytest plugin assertions in regards to zip / export file size (310)

Page 1 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.