Skip to content

v0.2.0

Compare
Choose a tag to compare
@ferzcam ferzcam released this 31 Aug 09:24
· 122 commits to main since this release
373f690

[0.2.0]

Added

  • BoxSquaredEL module added to mowl.nn
  • Implemented model.from_pretrained method. Related to issue [#43][i43]
  • Implemented model.add_axioms method. Related to issue [#43][i43]
  • Added models RandomWalkPlusW2VModel, GraphPlusPyKEENModel, SyntacticPlusW2VModel,
  • Updated dependencies: JPype-1.3.0 --> JPype-1.4.1, pykeen-1.9.0 --> pykeen-1.10.1
  • Support for Python 3.8, 3.9, 3.10, 3.11. ([#42][i42])

Changed

  • Bug fixed in corpus generation methods. Issue [#36][i36].
  • Updated dependencies to work with Python 3.8 and 3.9. Issue [#42][i42]