Releases: TheOpenDictionary/odict
Releases · TheOpenDictionary/odict
python: v0.4.0
js: v0.3.1
js: v0.3.0
v1.10.0
1.10.0 (2023-04-04)
Features
Bug Fixes
- deps: update module github.com/blevesearch/bleve/v2 to v2.3.7 (a1324ba)
- deps: update module github.com/bokwoon95/sq to v0.2.7 (bc63ba2)
- deps: update module github.com/bokwoon95/sq to v0.2.8 (5309a68)
- deps: update module github.com/bokwoon95/sqddl to v0.3.13 (4f378dc)
- deps: update module github.com/bokwoon95/sqddl to v0.4.1 (c81b6ff)
- deps: update module github.com/fatih/color to v1.15.0 (d13ad4d)
- deps: update module github.com/google/flatbuffers to v23.3.3+incompatible (36c0e00)
- deps: update module github.com/imdario/mergo to v0.3.14 (5bc1850)
- deps: update module github.com/imdario/mergo to v0.3.15 (7559455)
- deps: update module github.com/schollz/progressbar/v3 to v3.13.1 (68ea5e8)
- deps: update module github.com/stretchr/testify to v1.8.2 (d9ae95a)
- deps: update module github.com/urfave/cli/v2 to v2.24.4 (fde31cb)
- deps: update module github.com/urfave/cli/v2 to v2.25.0 (5b5b684)
- deps: update module github.com/urfave/cli/v2 to v2.25.1 (9287596)
python: v0.3.0
js: v0.2.0
v1.9.1
js: v0.1.1
v1.9.0
1.9.0 (2023-02-01)
Features
- 1.5.0 refactor (#30) (193519f)
- add example sentences to schema (#32) (298e71f)
- add LICENSE file (3fba965)
- add pronunciation attribute (#92) (89bbe01)
- add support for entry aliasing (#61) (077d947)
- add support for Japanese-specific POS tags (#66) (2dd7171)
- add support for pretty-printing entries (#62) (24d82bc)
- add TypeScript library (#33) (24e2a39)
- added "merge" and "dump" commands (#10) (ca9423c)
- added basic e2e tests and updated godoc (#11) (80ca45c)
- added CI pipeline (45c31a8)
- added force indexing to Java and added ODICT_INDEX_DIR env variable (62b2d68)
- added in-repo docs (#22) (b64550d)
- added index option (bf9a6b7)
- added Java library + moved to Bazel monorepo (#13) (fdb8304)
- added lookup command (22d2549)
- added Python extension (#14) (5235b64)
- attempt to setup Release Please (6640e94)
- ci: add component names to release-please (7bba8ff)
- cli: add lexicon command (#58) (cb40db1)
- cli: added -i flag to search command (c08aebc)
- created FUNDING.yml (aa70c6f)
- expand POS tags (1a12dcc)
- extended Java and Python bindings to hold base64 dictionary in-memory to prevent constant I/O (#15) (9c5c251)
- fix pretty-printing and disable case insensitivity (aef0f41)
- go: add
split
command (#31) (71814fc) - java: added toJSON method to Entry (d566821)
- java: updated Java implementation to use more efficient Bleve search (#19) (23d465e)
- js: added repository link (a1c77e4)
- jvm: replaced Klaxon in favor of Moshi in
lookup()
function (#44) (d960814) - Ported entire codebase to Go for stability + scalability (#8) (ebc652f)
- ported Java lookups to native code to increase performance (#17) (086a063)
- removed docs directory (d6bdd8a)
- renovate: enable automerge and updateLockFiles (a1d96ad)
- setting up Maven deployment (#24) (5984beb)
- updated code to export C functions (bb8163f)
Bug Fixes
- [BREAKING] updated content length size to be 8 bytes instead of 4 (639dbab)
- added back library target (069903e)
- added bridge archive as data dep (f5d44c9)
- attempt to fix various memory leaks (#16) (bb33fa3)
- bazel: referenced patch by repo name (6d2c80c)
- bazel: updated to use workspace name (8252ac4)
- bridge: set lookup to use exact search (2c783e2)
- build: updated dependencies (f6e4fe6)
- changed vellum dependency to not rely on git (4f52d28)
- changed vellum git URL (eb5ce8f)
- ci: fixed actions (62c0064)
- ci: update release-please config (eceac85)
- ci: updated release-please to only publish for released packages (7e2e083)
- cli: write lexicon to stdout (461725c)
- consolidate jvm_rules_external (030a1d9)
- corrected module name (6eca61d)
- corrected Python dll path (60c80fd)
- corrected searching feature (0df307e)
- deps: update dependency com.google.guava:guava to v31.1-jre (61f9ece)
- deps: update module github.com/blevesearch/bleve/v2 to v2.3.5 (#36) (3d4f20d)
- deps: update module github.com/blevesearch/bleve/v2 to v2.3.6 (bec0d8c)
- deps: update module github.com/fatih/color to v1.14.0 (1384993)
- deps: update module github.com/fatih/color to v...
python: v0.2.0
0.2.0 (2023-02-01)
Features
- 1.5.0 refactor (#30) (193519f)
- add support for entry aliasing (#61) (077d947)
- add support for Japanese-specific POS tags (#66) (2dd7171)
- add support for pretty-printing entries (#62) (24d82bc)
- add TypeScript library (#33) (24e2a39)
- added force indexing to Java and added ODICT_INDEX_DIR env variable (62b2d68)
- added Python extension (#14) (5235b64)
- extended Java and Python bindings to hold base64 dictionary in-memory to prevent constant I/O (#15) (9c5c251)
- go: add
split
command (#31) (71814fc) - java: updated Java implementation to use more efficient Bleve search (#19) (23d465e)
Bug Fixes
- attempt to fix various memory leaks (#16) (bb33fa3)
- corrected Python dll path (60c80fd)
- fix tests (8bbf73d)
- fixes splitting and return 2D array from CI (#35) (4e80729)
- improved indexing and added indexing as default lookup method (#20) (03e9e2f)
- java: moved shared library into JAR (05b3208)
- java: replaced Java lookups with lookupByKey instead of Bleve (#21) (5717b9d)
- python: added custom library resolution (313593b)
- python: fix python build (3df34ac)
- python: fixed ODict path (669cace)
- python: remove log (8f43725)
- python: updated Python target visibility (474856d)
- remove log (3074eb0)