Skip to content

Releases: TheOpenDictionary/odict

1.4.5

19 May 21:52
Compare
Choose a tag to compare

Java

  • lookup() no longer requires pre-indexing of the open dictionary, as it uses adhoc binary search to pull definitions straight out of the buffer 🔥
  • BREAKING: The Java Dictionary() constructor no longer triggers an index by default. You must pass true to the second parameter, now changed to index from skipIndexing.

1.4.4

13 May 20:49
Compare
Choose a tag to compare

Go

  • Corrects an issue with Bleve's Go dependencies

1.4.3

11 Feb 01:03
Compare
Choose a tag to compare
  • Updates the Java library to use a more efficient version of Bleve search
  • BREAKING: Temporarily removes search() method from Python library

1.4.2

09 Feb 03:37
Compare
Choose a tag to compare
  • Ported Java lookup code to use native Java (as opposed to CGo bindings) because calling CGo from Java was skyrocketing CPU usage
  • Temporarily removed search and index methods from Java library

1.4.1

07 Feb 21:41
bb33fa3
Compare
Choose a tag to compare

Small version bump that addresses potential memory leak issues in multiple language bindings

1.4

13 Jan 23:13
Compare
Choose a tag to compare
1.4

Added an official Java and Python port!

1.3

11 Jan 21:23
Compare
Choose a tag to compare
1.3
  • CLI: Renamed the generate command to compile.
  • Entries and usages are now merged while marshalling to prevent accidental overwriting
  • New lookup command
  • Added force index flag (-i) to search command
  • Various bug fixes

1.2

08 Jan 22:31
Compare
Choose a tag to compare
1.2

BREAKING: updated the number of bytes used to represent content length from 4 to 8 to match the legacy implementation. This will break all previously generated binaries created with the 1.x line thus far. The recommended approach is to dump your existing dictionaries back to XML using 1.1, then recompile using 1.2.

1.1

04 Jan 23:20
80ca45c
Compare
Choose a tag to compare
1.1

Features

  • NEW in this release! Two new commands: merge and dump for merging two compiled dictionaries and dumping a compiled dictionary to XML, respectively

1.0

09 Jun 19:49
c830674
Compare
Choose a tag to compare
1.0
Updated status badge