Skip to content

Releases: goodmami/wn

v0.9.5

06 Dec 06:05
b2e446b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.4...v0.9.5

v0.9.4

07 May 18:53
a80a55a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3

14 Nov 06:34
7abad0e
Compare
Choose a tag to compare

What's Changed

  • Fix #177: KeyError on ILI-based relations queries by @goodmami in #178
  • Removed Python 3.6 from supported versions
  • Added Python 3.11 as a supported version
  • Various maintenance updates

Full Changelog: v0.9.2...v0.9.3

v0.9.2

03 Oct 04:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

23 Nov 23:11
Compare
Choose a tag to compare

This fixes a regression in v0.9.0 regarding adding syntactic behaviours to the database from WN-LMF 1.1 lexicons. You'll need to remove and re-add WN-LMF 1.1 lexicons to your database if you wish to use syntactic behaviours.

v0.9.0

18 Nov 01:07
65fcead
Compare
Choose a tag to compare

This release adds some new features, such as the wn.validate module and wn validate subcommand to help wordnet authors check WN-LMF files for errors, improves performance on WN-LMF file loading, and fixes many small bugs. It also notably updates the index with the latest release of the Open English Wordnet, the Open Multilingual Wordnet, and the Open German Wordnet. It also adds the OpenWordnets for English and Portuguese and the Kurdish wordnet KurdNet to the index.

Thanks to @fcbond, @arademaker, @vcvpaiva, @sinaahmadi, @hdaSprachtechnologie, @rwingerter55, and @jmccrae for their help with Wn or with preparing the indexed wordnets!

v0.8.3

04 Nov 04:46
Compare
Choose a tag to compare

Fixes an issue when serializing WN-LMF data containing metadata attributes.

v0.8.2

01 Nov 20:15
Compare
Choose a tag to compare

This release just fixes some dependency issues with v0.8.1, but otherwise is functionally identical.

v0.8.1

29 Oct 22:40
Compare
Choose a tag to compare

This patch release only fixes the LMF exporter so it uses the correct namespace URL for the dc namespace.

Edit: The release files on PyPI were yanked because of a dependency issue. The source files here should work, but in any case v0.8.2 should be used instead.

v0.8.0

06 Jul 16:26
3411b03
Compare
Choose a tag to compare

This release adds support for Information Content (IC) (via the wn.ic module) and related similarity metrics (in wn.similarity). In addition, the new wn.taxonomy module is the new home of functions related to navigating the hypernym/hyponym taxonomy, including a few new functions.