-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from letuananh/main
jamdict version 0.1a11 ready
- Loading branch information
Showing
22 changed files
with
963 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,65 @@ | ||
.. _updates: | ||
|
||
Updates | ||
======= | ||
Jamdict Changelog | ||
================= | ||
|
||
2021-04-19 | ||
---------- | ||
jamdict 0.1a11 | ||
-------------- | ||
|
||
- [Version 0.1a9] | ||
- Fix data audit query | ||
- Enhanced Jamdict() constructor. ``Jamdict('/path/to/jamdict.db')`` | ||
works properly. | ||
- Code quality review | ||
- Automated documentation build via | ||
`readthedocs.org <https://jamdict.readthedocs.io/en/latest/>`__ | ||
- 2021-05-25 | ||
|
||
.. _section-1: | ||
- Added ``lookup_iter()`` for iteration search | ||
- Added ``pos`` filter for filtering words by part-of-speeches | ||
- Added ``all_pos()`` and ``all_ne_type()`` to Jamdict to list part-of-speeches and named-entity types | ||
- Better version checking in ``__version__.py`` | ||
- Improved documentation | ||
|
||
2021-04-15 | ||
---------- | ||
jamdict 0.1a10 | ||
-------------- | ||
|
||
- Make ``lxml`` optional | ||
- Data package can be installed via PyPI with ``jamdict_data`` package | ||
- Make configuration file optional as data files can be installed via | ||
PyPI. | ||
- 2021-05-19 | ||
|
||
.. _section-2: | ||
- Added ``memory_mode`` keyword to load database into memory before querying to boost up performance | ||
- Improved import performance by using puchikarui's ``buckmode`` | ||
- Tested with both puchikarui 0.1.* and 0.2.* | ||
|
||
2020-05-31 | ||
---------- | ||
jamdict 0.1a9 | ||
------------- | ||
|
||
- [Version 0.1a7] | ||
- Added Japanese Proper Names Dictionary (JMnedict) support | ||
- Included built-in KRADFILE/RADKFile support | ||
- Improved command line tools (json, compact mode, etc.) | ||
- 2021-04-19 | ||
|
||
.. _section-3: | ||
- Fix data audit query | ||
- Enhanced ``Jamdict()`` constructor. ``Jamdict('/path/to/jamdict.db')`` | ||
works properly. | ||
- Code quality review | ||
- Automated documentation build via | ||
`readthedocs.org <https://jamdict.readthedocs.io/en/latest/>`__ | ||
|
||
2017-08-18 | ||
---------- | ||
jamdict 0.1a8 | ||
------------- | ||
|
||
- Support KanjiDic2 (XML/SQLite formats) | ||
- 2021-04-15 | ||
|
||
.. _section-4: | ||
- Make ``lxml`` optional | ||
- Data package can be installed via PyPI with ``jamdict_data`` package | ||
- Make configuration file optional as data files can be installed via PyPI. | ||
|
||
2016-11-09 | ||
---------- | ||
jamdict 0.1a7 | ||
------------- | ||
|
||
- Release first version to Github | ||
- 2020-05-31 | ||
|
||
- Added Japanese Proper Names Dictionary (JMnedict) support | ||
- Included built-in KRADFILE/RADKFile support | ||
- Improved command line tools (json, compact mode, etc.) | ||
|
||
Older versions | ||
-------------- | ||
|
||
- 2017-08-18 | ||
|
||
- Support KanjiDic2 (XML/SQLite formats) | ||
|
||
- 2016-11-09 | ||
|
||
- Release first version to Github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.