Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Tags: zdict/zdict

Tags

3.8.1

Toggle 3.8.1's commit message
Version 3.8.1

- 872a99a [README] Update usage for apc dictionary

3.8.0

Toggle 3.8.0's commit message
Version 3.8.0

!!! DROP Python 3.5 support !!!
Python 3.5 has reached EOF at 2020/09/13
- 1edb135 [#466] Drop Python 3.5 and add Python 3.9 support

- Dependencies
    - e17e380 Update pytest from 6.1.2 to 6.2.0
    - 664b450 Update requests from 2.24.0 to 2.25.0
    - 4b693fd Update peewee to 3.14.0 (#464)
    - 26989ca Update pytest to 6.1.2 (#463)
    - e33e7f6 Update beautifulsoup4 to 4.9.3 (#461)
    - 35d3988 Update flake8 to 3.8.4 (#460)
    - eccfbd0 Update pytest from 6.1.0 to 6.1.1 (#462)
    - 4f8e0ce Update beautifulsoup4 to 4.9.2 (#459)
    - 5a80b0b Update pytest to 6.1.0 (#458)
    - ff74e2e Update coverage from 5.2.1 to 5.3 (#457)
    - 49ed8de Update pytest to 6.0.2 (#456)
    - 411641f Update pytest-cov to 2.10.1 (#455)
- CI
    - fd49641 [#467] Remove Travis CI and add GitHub Actions badge in README
    - 8dfaf46 [#467] Remove Travis CI related files
    - 12bf125 [#467] Add macOS testings on GitHub Actions
- Misc
    - 32e48ea [easter_eggs] Remove venv support for pyjokes
    - 9100b2d [GitHub Actions] Only do CodeQL scanning when push on master branch and PR
    - 010b749 Add CHANGELOG.md generated by github-changelog-generator

3.7.0

Toggle 3.7.0's commit message
Version 3.7.0

- e034e03 [#448] Add screenshots for APC dictionary in README
- 365de11 Add APC e-dictionary to dictionaries (原住民族委員會 - 原住民族語言線上詞典) (#448)

3.6.2

Toggle 3.6.2's commit message
Version 3.6.2

- 06493d8 [GitHub Actions] Trim codeql-analysis.yml
- 8d4636f [moe] Show the type of the definition
- ee9bc05 [moe] Use enmerate(..., start=1) to avoid "count + 1"
- f8ddb0c [jisho] Update API URL from http to https
- 95f1a37 Make `zdict -ld` shows HOMEPAGE_URL of dictionaries
- dfeec3b Update pytest to 6.0.1 (#451)
- 4552db6 [#452] Sort iTaigi basic_words before saving into database (#454)
- 55edb93 Update coverage to 5.2.1 (#449)
- 0cbf9a7 [setup.py] Modify description on PyPI

3.6.1

Toggle 3.6.1's commit message
Version 3.6.1

- e215a06 [README] Fix for uploading to PyPI with twine

3.6.0

Toggle 3.6.0's commit message
Version 3.6.0

- 9c87f3d Merge pull request #446 from zdict/issue-443
    - f20a560 [#443] Try to fix SSL error on CircleCI
    - 5160f86 [#443] Update README for NAER
    - fb3ce93 [#443] Add testings for NAER
    - 3fb67cd Make unexpected exception message more readable
    - 63d2858 [#443] Should not treat QueryError as NotFoundError
    - 49492d5 [#443] Make NAER title more precise
    - 7ae05c9 [#443] Remove `Query: ` for NAER
    - c47a63e [#443] `-dt NAER` => `-dt naer`
    - 03501b6 [#443] Ignore SSL warnings for NAER
    - 7744d8f [#443] Add Not Found for NAER
- 1d92f43 Merge pull request #444 from
zdict/pyup-update-coverage-5.1-to-5.2
    - b933a36 Update coverage from 5.1 to 5.2
- f0dc67d Merge pull request #442 from mlouielu/add-naer-terms
    - 1de8d27 [#442] Fix for flake8
    - 2437d30 Add NAER terms to dictionaries
- 58d0f46 Update requests to 2.24.0 (#439)
- 7bd7823 Update pytest-cov to 2.10.0 (#437)
- f1df120 [#438] Create codeql-analysis.yml (#440)
- eee33c6 [#436] Add "Dependencies scanned by PyUp.io"
- d5b8a03 [.gitignore] Add .python-version for pyenv
- 74843db Update flake8 to 3.8.3 (#435)
- 07f57cb [README] Change command for installing testing deps

3.5.4

Toggle 3.5.4's commit message
Version 3.5.4

- 7acc3f6 [Dockerfile] Change from python:3.6.3-alpine to python:3.8-alpine
- 72c6358 [CircleCI] Upload to PyPI via token
- 2ccad0b [CircleCI] Enable pipelines for CircleCI 2.0 config

3.5.3

Toggle 3.5.3's commit message
Version 3.5.3

- d7dee11 [Travis CI] Make new Python version build first
- 1271c71 Update pytest to 5.4.3 (#433)
- 3154884 Merge pull request #434 from zdict/issue-405
    - 9a7d6b5 (origin/issue-405, issue-405) [#405] Add python 3.8 support
- f8456d6 Merge pull request #432 from zdict/issue-428
    - 95e7592 (origin/issue-428, issue-428) [CircleCI] Fix typo in config
    - 3d09189 [Travis CI] Purge some files before uploading cache
    - d8d97db [Travis CI] Install require packages for testing
    - e28299d [#428] Depracate `python setup.py test`
- d2ea4fd [README] Add zdict_jupyter into Related Projects

3.5.2

Toggle 3.5.2's commit message
Version 3.5.2

- 1fc2a94 [#430] Remove testing requirements in deploy stage for CircleCI (#431)
- db3586c Merge pull request #429 from zdict/issue-427
    - 467e5ef [#427] Make pyenv skip
    - installation if the version has be installed
    - 1fab1cd [Travis CI] Rearrange pip install related commands
    - 38469af [#427] Cache $HOME/.pyenv for Travis CI build

3.5.1

Toggle 3.5.1's commit message
Version 3.5.1

- Fix for correct dependency versions
- Don't support pipenv anymore. (Remove Pipfile and Pipfile.lock)